Jackevans

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Jackevans commented, -
-
Jackevans created a post, Answerednumpy resolution problem
PyCharm is failing to resolve imports from numpy. If I write:ImportFail import numpy as np import numpy.core.umath as np2 def my_exp(t): return np.exp(t) def my_exp2(t): return np2.exp(...