You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
importminpy.numpyasnp# import numpy as nplen(np.array([1,2,3]))
results in
TypeError Traceback (most recent call last)
<ipython-input-39-32f01e8c945b> in <module>()
1 import minpy.numpy as np
2 # import numpy as np
----> 3 len(np.array([1,2,3]))
TypeError: object of type 'Array' has no len()
I use minpy installed by pip3
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
results in
I use minpy installed by pip3
The text was updated successfully, but these errors were encountered: