From 5fac3a8dc1fcd46759145c39911c354d49db9348 Mon Sep 17 00:00:00 2001 From: Anne Haley Date: Tue, 19 Mar 2024 18:12:27 +0000 Subject: [PATCH] test: enable new algorithm progression tests --- test/test_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_examples.py b/test/test_examples.py index 6ecc5d21f..a8db16a00 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -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