Skip to content

Commit 82bda67

Browse files
Update test_cwt_wavelets.py
Revert back to default setting
1 parent e88ed4b commit 82bda67

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pywt/tests/test_cwt_wavelets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def test_cwt_batch(axis, method):
402402
dtype = np.float64
403403
time, sst = pywt.data.nino()
404404
n_batch = 8
405-
hop_size = 1
406405
batch_axis = 1 - axis
407406
sst1 = np.asarray(sst, dtype=dtype)
408407
sst = np.stack((sst1, ) * n_batch, axis=batch_axis)

0 commit comments

Comments
 (0)