From b5959a24e0bd9b214c292485919d7ce58795f5dc Mon Sep 17 00:00:00 2001 From: Jonathan Feinberg Date: Sat, 3 Jun 2023 13:35:53 +0200 Subject: [PATCH] formatting --- chaospy/descriptives/sensitivity/main2.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chaospy/descriptives/sensitivity/main2.py b/chaospy/descriptives/sensitivity/main2.py index ad9550a..231ed98 100644 --- a/chaospy/descriptives/sensitivity/main2.py +++ b/chaospy/descriptives/sensitivity/main2.py @@ -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 ]