Skip to content

Commit

Permalink
Linting of things that hasn't failed beforegit add tests/aeroval/test…
Browse files Browse the repository at this point in the history
…_setupclasses.py !
  • Loading branch information
dulte committed Jul 18, 2024
1 parent 2e35fd3 commit 6ce6156
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/aeroval/test_setupclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def test_EvalSetup_StatisticsSetup(eval_setup: EvalSetup, cfg_exp1: dict, update
statistics_opts = eval_setup.statistics_opts
if update:
assert (
statistics_opts.stats_min_yrs
== cfg_exp1["stats_min_yrs"]
== update["stats_min_yrs"]
statistics_opts.stats_min_yrs == cfg_exp1["stats_min_yrs"] == update["stats_min_yrs"]
)
assert statistics_opts.use_diurnal == cfg_exp1["use_diurnal"] == update["use_diurnal"]
assert statistics_opts.use_fairmode == cfg_exp1["use_fairmode"] == update["use_fairmode"]
Expand Down

0 comments on commit 6ce6156

Please sign in to comment.