This commit is contained in:
Jeff Epler 2020-02-18 21:13:55 -06:00
parent a2962f0fe5
commit 70af1c8a77

View file

@ -1,6 +1,2 @@
try:
import ulab
except ImportError:
raise SystemExit
print(ulab.eye(3))
from ulab import linalg
print(linalg.eye(3))