fix test
This commit is contained in:
parent
a2962f0fe5
commit
70af1c8a77
1 changed files with 2 additions and 6 deletions
|
|
@ -1,6 +1,2 @@
|
|||
try:
|
||||
import ulab
|
||||
except ImportError:
|
||||
raise SystemExit
|
||||
|
||||
print(ulab.eye(3))
|
||||
from ulab import linalg
|
||||
print(linalg.eye(3))
|
||||
|
|
|
|||
Loading…
Reference in a new issue