From 4cd8f9af75762403eef3ed7bbebfe4d4bf8599a9 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Tue, 14 Oct 2025 22:25:59 -0400 Subject: [PATCH] test: force tests to run --- automated_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/automated_test.py b/automated_test.py index f1a006c..cc42776 100644 --- a/automated_test.py +++ b/automated_test.py @@ -1662,4 +1662,3 @@ def test_binary_image_2d(dtype, connectivity, periodic_boundary): assert not np.all(known_out == binary_out_false) -