Skip to content

Commit

Permalink
fixed failing test for conflicting config with matching_lowres and up…
Browse files Browse the repository at this point in the history
…right
  • Loading branch information
franioli committed Mar 14, 2024
1 parent 8631727 commit e95684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_valid_basic_arguments(data_dir):
"quality": "high",
"tiling": "preselection",
"strategy": "matching_lowres",
"upright": True,
"upright": False,
"skip_reconstruction": False,
"force": True,
"verbose": False,
Expand Down

0 comments on commit e95684d

Please sign in to comment.