Skip to content

Commit 006b2d4

Browse files
committed
remove unecessary changes to test_utils.py
1 parent a4103fc commit 006b2d4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import xarray as xr
44

55
from extra.utils import (
6-
imshow2, hyperslicer2, ridgeplot, fit_gaussian, gaussian, reorder_axes_to_shape
6+
imshow2, hyperslicer2, ridgeplot, fit_gaussian, gaussian, reorder_axes_to_shape,
77
)
88

99

@@ -103,4 +103,3 @@ def test_reorder_axes_to_shape():
103103
res = reorder_axes_to_shape(arr, (5, 3))
104104
assert res.shape == (5, 3)
105105
np.testing.assert_array_equal(res[0], [0, 5, 10])
106-

0 commit comments

Comments
 (0)