We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ed3b1 commit 8a75443Copy full SHA for 8a75443
tests/test_dfsu_spectral.py
@@ -87,7 +87,7 @@ def test_properties_line_spectrum_degrees(dfsu_line_degrees):
87
assert dfs._type == DfsuFileType.DfsuSpectral1D
88
dir = dfs.geometry.directions
89
assert dir[0] == pytest.approx(0.0)
90
- assert dir[-1] == pytest.approx(360.0)
+ assert dir[-1] == pytest.approx(350.0)
91
92
93
def test_properties_area_spectrum(dfsu_area):
0 commit comments