We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like pz.maxent(pz.TruncatedNormal(), -1, 1, 0.683) will fail with Scipy 1.11.1 but not before.
pz.maxent(pz.TruncatedNormal(), -1, 1, 0.683)
message: Inequality constraints incompatible success: False status: 4 fun: nan x: [ 0.000e+00 7.321e-01] nit: 1 jac: [ nan nan] nfev: 3 njev: 1)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Something like
pz.maxent(pz.TruncatedNormal(), -1, 1, 0.683)
will fail with Scipy 1.11.1 but not before.The text was updated successfully, but these errors were encountered: