Skip to content

Commit f821c2a

Browse files
committed
fix import error buffer test
1 parent 0aef4a9 commit f821c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try:
2-
import ulab as np
2+
from ulab import numpy as np
33
except:
44
import numpy as np
55

0 commit comments

Comments
 (0)