From 9c484029995e9a7ff3e08951b7964a64de47f9dd Mon Sep 17 00:00:00 2001 From: mawc2019 Date: Wed, 9 Aug 2023 10:02:57 -0400 Subject: [PATCH] rename the test function --- python/tests/test_adjoint_solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_adjoint_solver.py b/python/tests/test_adjoint_solver.py index ba292bc41..f5407b4c7 100644 --- a/python/tests/test_adjoint_solver.py +++ b/python/tests/test_adjoint_solver.py @@ -1152,7 +1152,7 @@ def test_periodic_design(self): print(f"PASSED: filter function = {selected_filter.__name__}") - def test_anisotropic_resolution(self): + def test_unequal_horizontal_vertical_resolution(self): """Verifies that anisotropic design-grid resolution is supported.""" print("*** TESTING ANISOTROPIC RESOLUTION ***")