Skip to content

Commit 8a75443

Browse files
committed
350.0 is max
1 parent 48ed3b1 commit 8a75443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dfsu_spectral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_properties_line_spectrum_degrees(dfsu_line_degrees):
8787
assert dfs._type == DfsuFileType.DfsuSpectral1D
8888
dir = dfs.geometry.directions
8989
assert dir[0] == pytest.approx(0.0)
90-
assert dir[-1] == pytest.approx(360.0)
90+
assert dir[-1] == pytest.approx(350.0)
9191

9292

9393
def test_properties_area_spectrum(dfsu_area):

0 commit comments

Comments
 (0)