Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Dec 7, 2023
1 parent 36c9140 commit a1a7a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/turbine_grid_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def test_set_grid(turbine_grid_fixture):
# then, search for any elements that are true and negate the results
# if an element is zero, the not will return true
# if an element is non-zero, the not will return false
np.testing.assert_array_equal(turbine_grid_fixture.x_sorted[0, 0], expected_x_grid)
np.testing.assert_array_equal(turbine_grid_fixture.y_sorted[0, 0], expected_y_grid)
np.testing.assert_array_equal(turbine_grid_fixture.z_sorted[0, 0], expected_z_grid)
np.testing.assert_array_equal(turbine_grid_fixture.x_sorted[0, 0], expected_x_grid)
np.testing.assert_array_equal(turbine_grid_fixture.y_sorted[0, 0], expected_y_grid)
np.testing.assert_array_equal(turbine_grid_fixture.z_sorted[0, 0], expected_z_grid)


def test_dimensions(turbine_grid_fixture):
Expand Down

0 comments on commit a1a7a51

Please sign in to comment.