Skip to content

Commit

Permalink
rename the test function
Browse files Browse the repository at this point in the history
  • Loading branch information
mawc2019 committed Aug 9, 2023
1 parent 4390001 commit 9c48402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_adjoint_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***")

Expand Down

0 comments on commit 9c48402

Please sign in to comment.