Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Jun 3, 2023
1 parent 35b13e2 commit b5959a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chaospy/descriptives/sensitivity/main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ def SecondOrderSobol(
bool(
alpha[idx]
and alpha[idx]
and not any(alpha[:idy] + alpha[idy + 1:idx] + alpha[idx + 1 :])
and not any(
alpha[:idy] + alpha[idy + 1 : idx] + alpha[idx + 1 :]
)
)
for alpha in alphas
]
Expand Down

0 comments on commit b5959a2

Please sign in to comment.