From abe8ad35a0e6df705d01985442cc92567dd77cd1 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 6 Dec 2024 12:09:59 -0500 Subject: [PATCH] voronoi test --- autotest/test_prt_voronoi1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest/test_prt_voronoi1.py b/autotest/test_prt_voronoi1.py index cc39146ee6f..a36eee6c4b4 100644 --- a/autotest/test_prt_voronoi1.py +++ b/autotest/test_prt_voronoi1.py @@ -357,12 +357,12 @@ def check_output(idx, test): @requires_pkg("syrupy") @pytest.mark.slow @pytest.mark.parametrize("idx, name", enumerate(cases)) -def test_mf6model(idx, name, function_tmpdir, targets, benchmark, array_snapshot, plot): +def test_mf6model(idx, name, function_tmpdir, targets, benchmark, plot): test = TestFramework( name=name, workspace=function_tmpdir, build=lambda t: build_models(idx, t), - check=lambda t: check_output(idx, t, array_snapshot), + check=lambda t: check_output(idx, t), plot=lambda t: plot_output(idx, t) if plot else None, targets=targets, compare=None,