-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError problem from monoexponential.py #141
Comments
It looks like the problem is the argument import numpy as np
a = np.random.random((100, 1))
b = np.random.random((100, 10))
betas = np.linalg.lstsq(a, b, rcond=None)[0]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/tsalo/anaconda/envs/python3/lib/python3.6/site-packages/numpy/linalg/linalg.py", line 1961, in lstsq
0, work, -1, iwork, 0) I think the best solution would be to update numpy. I believe that |
@emdupre @tsalo I am running the same files in a hpc node and then locally on my mac. They are both taking a really long time to run and I do not know if that is normal. They are both at I would copy and paste but I am on a different computer because the tedana command seems to be taking up all of my ram lol. Is this normal? |
Sorry for the delay! Did it finish running at any point? In my experience, tedana takes about 20-30 minutes to finish running on a single run. |
@d3christ Was this ever resolved (i.e., did it finish running)? If so, I'd like to close this issue. |
@tsalo if we don't hear back by May 1 I'd like to propose we close this issue. I failed to mention more details in #188 but the symptoms described above were very similar to the all-cores problem I had on my server, so I would suspect that the user above had the same problem. If somebody comes along later with the same problem we can re-open this one. |
I think it's reasonable to close it now. The last update was a couple of months ago. |
We are running tedana and are getting the following TypeError. Any ideas on what could be the cause?
The text was updated successfully, but these errors were encountered: