-
Notifications
You must be signed in to change notification settings - Fork 50
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
Issue Running Example Code - ValueError: f0
passed has more than 1 dimension.
#15
Comments
Same problem here with my own data. |
@megangrannan This is a problem with |
I also had this issue. I was running an earlier version of this package on my laptop, but when I moved to my PC to work with this package and installed the latest version, I was getting this |
Is there a practical solution to the problem? |
@kheilman, downgrade to |
Same problem, here. Tried lower scipy version but it still doesn't work.
2022-02-07, updated: |
Flatten the loss returned from method total_loss so that the code could run with scipy>=1.5.0
hi, is there a solution to this type of error? with my version of python I cannot downgrade scipy to 1.4.1.. |
same issue with me.. with scipy.optimize.minimize using 'trust-constr' method with bounds and non-linear constraints can someone please help |
Expect lower scipy version, is there any other solutions? (My python version is 3.9 which is incompatible with scipy1.4.1) |
First of all, THANK YOU for putting together this awesome package with clear documentation!
I am trying to follow along with your example code, and have tried with the german_reunification and proposition 99 data, as well as in the Jupyter binder you posted, and keep getting the same error:
The text was updated successfully, but these errors were encountered: