Skip to content

Commit d604fd1

Browse files
committed
Fix tests
1 parent bb86bca commit d604fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bin_ndarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
import pytest
33

4-
from pyserialem import bin_ndarray
4+
from pyserialem.utils import bin_ndarray
55

66

77
def test_binning():

0 commit comments

Comments
 (0)