Skip to content

Commit

Permalink
match correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Feb 6, 2024
1 parent d25369a commit 0009bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/tests/loads/test_extreme.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _example_crest_analysis(self, t, signal):
return crests, crest_inds

def test_global_peaks(self):
peaks_t, peaks_val = loads.extremes.global_peaks(self.t, self.signal)
peaks_t, peaks_val = loads.extreme.global_peaks(self.t, self.signal)

test_crests, test_crests_ind = self._example_crest_analysis(self.t, self.signal)

Expand Down

0 comments on commit 0009bf6

Please sign in to comment.