Skip to content

Commit

Permalink
test: enable new algorithm progression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Mar 19, 2024
1 parent ce1b1b7 commit 5fac3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def test_sum_squares_import():

@pytest.mark.parametrize(('sink', 'outname', 'openpath'), [
('multivips', 'sample', 'sample/results.yml'),
# ('zarr', 'sample.zip', 'sample.zip'),
# ('multizarr', 'sample', 'sample/results.yml'),
('zarr', 'sample.zip', 'sample.zip'),
('multizarr', 'sample', 'sample/results.yml'),
])
def test_algorithm_progression(sink, outname, openpath):
import large_image
Expand Down

0 comments on commit 5fac3a8

Please sign in to comment.