-
Notifications
You must be signed in to change notification settings - Fork 511
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
ValueError: Imaginary component 4.082076360939105e+125 #103
Comments
scipy has to be 1.11.1 instead of 1.11.2 . Just downgrade it with: pip install scipy==1.11.1 |
Thank you!It works! |
It saves my day :) |
It does work lol ! |
It looks like the behaviour change comes from scipy/scipy#17918 in 1.11.2. That was supposed to be a bugfix - does it look like a regression here, or is this repo just relying on the buggy implementation? |
niubi! |
666 |
This should be fixed now in SciPy 1.13.0, which was just released. Please try with that SciPy version and let us know if the issue persists. |
@lucascolley just to confirm, this seems to be fixed now. |
thanks @davystrong ! |
@mseitzer I recommend closing this issue now. You may want to consider:
Or just making the recommended fix of upgrading SciPy more visible. |
3 hr of looking for solution. it worked omagaaaa |
works for me. |
@ShoufaChen Thanks! It saves my day! |
Hello, I've encountered the problem above
The text was updated successfully, but these errors were encountered: