Skip to content

Commit

Permalink
Merge branch 'inconsistent-phi' of github.com:volodia99/nonos into in…
Browse files Browse the repository at this point in the history
…consistent-phi
  • Loading branch information
volodia99 committed Apr 5, 2024
2 parents 3945103 + 5406b3e commit 18e6b98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ def test_plot_planet_corotation(test_data_dir):
.map("phi", rotate_with="planet0.dat")
.data
)
assert (
find_nearest(azimfieldPlanet, azimfieldPlanet.max()) == 0
)
assert find_nearest(azimfieldPlanet, azimfieldPlanet.max()) == 0


def test_unit_conversion(test_data_dir, temp_figure_and_axis):
Expand Down

0 comments on commit 18e6b98

Please sign in to comment.