Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Jul 9, 2024
1 parent 9df3a02 commit 2dd5ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mhkit/tests/wave/test_resource_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ def test_ifft_sum_of_sines(self):

assert_allclose(eta_ifft, eta_sos)

def test_surface_elevation_uses_sum_of_sines_when_input_frequency_index_does_not_have_zero(self):
def test_surface_elevation_uses_sum_of_sines_when_input_frequency_index_does_not_have_zero(
self,
):
f = np.linspace(1 / 30, 1 / 2, 32)
S = wave.resource.jonswap_spectrum(f, self.Tp, self.Hs)

Expand Down

0 comments on commit 2dd5ccb

Please sign in to comment.