We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aef4a9 commit f821c2aCopy full SHA for f821c2a
tests/common/buffer.py
@@ -1,5 +1,5 @@
1
try:
2
- import ulab as np
+ from ulab import numpy as np
3
except:
4
import numpy as np
5
0 commit comments