Skip to content

Commit

Permalink
correct black
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Feb 21, 2025
1 parent 7ce9255 commit d4cf0b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_mesh2d_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2426,8 +2426,7 @@ def test_mesh2d_get_filtered_face_polygons():
assert face_polygons.y_coordinates == approx(expected_coordinates_y, abs=1e-6)


def test_mesh2d__get_filtered_face_polygons_full_and_empty():

def test_mesh2d_get_filtered_face_polygons_full_and_empty():
make_grid_parameters = MakeGridParameters(
angle=0,
origin_x=46.2,
Expand Down

0 comments on commit d4cf0b4

Please sign in to comment.