-
Notifications
You must be signed in to change notification settings - Fork 1.1k
singlediode and I_from_V do not work on Linux/Scipy 0.15/Python 3.4 #72
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
Comments
works if you |
Does not work if you install numpy 1.9.2 and scipy 0.15.1 via pip, so this isn't just a conda problem. However, I thought that conda was supposed to prevent these kinds of conflicts from happening. |
I'm resolving this by just saying don't use that combination. We could try to make a smarter install script, but if people are using linux then they can probably figure it out for themselves and they probably have a higher tolerance for this kind of bs. |
Should note that #70 adds a test that fails with this combination and adds a hack to the travis config file so that the tests are run on numpy 1.8 and scipy 0.14. |
There appears to be a problem with the conda scipy package for Python 3.4 on linux. This impacts us because we use the
scipy.special.lambertw
function when calculating IV curves. See more:ContinuumIO/anaconda-issues#243 (comment)
http://stackoverflow.com/questions/30792319/anaconda3-scipy-special-lambertw-function-return-nan
The text was updated successfully, but these errors were encountered: