Skip to content

Commit

Permalink
Make linting happy
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 26, 2024
1 parent 4f03dc8 commit 8093120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawk/processes/wps_causal.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _handler(self, request, response):

workdir = Path(self.workdir)

if tefs_use_contemporary_features == False and tefs_max_lag_features == "no_lag":
if not tefs_use_contemporary_features and tefs_max_lag_features == "no_lag":
raise ValueError("You cannot use no lag features and not use contemporary features in TEFS.")

causal_analysis = CausalAnalysis(
Expand Down

0 comments on commit 8093120

Please sign in to comment.