Skip to content

Commit

Permalink
ruff (linting)
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Nov 5, 2024
1 parent f0c06a4 commit 6e6f114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autotest/test_testmodels_mf6.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def test_model(
compare = (
get_mf6_comparison(model_path)
if original_regression
else None if exclude_comparison
else None
if exclude_comparison
else "mf6_regression"
)
dev_only = "dev" in model_name and "not developmode" in markers
Expand Down

0 comments on commit 6e6f114

Please sign in to comment.