Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrasb committed Dec 6, 2023
1 parent aee9a7a commit 45558a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_waves.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_direction(self, elevation, direction):
def test_realizations(self, elevation, direction):
"""Test that the number of realizations is correct."""
realization_out = elevation.realization.values
assert (realization_out == [0, 1]).all()
assert (realization_out == [0,1]).all()

def test_spectrum(self, pm_spectrum, pm_hs):
"""Test that the constructed spectrum has the expected Hs."""
Expand Down

0 comments on commit 45558a8

Please sign in to comment.