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
by adding this to the end of test_boundsconstrained.py:
test_boundsconstrained.py
test_constrained(LatticeSolver, tight=True, clip=None) #nbin=8? test_constrained(LatticeSolver, tight=True, clip=True) test_constrained(LatticeSolver, tight=None, clip=None)
we get results like this:
{T:True, C:None} 1.9992050776003198 @ [2.09434156e-04 2.08899177e-04 7.44855967e-05] {T:True, C:True} 1.9992050776003198 @ [0.0002 0.0002 0.0001] {T:None, C:None} 1.9992050776003198 @ [2.09434156e-04 2.08899177e-04 7.44855967e-05]
where the one or more of the three fail the bound constraints, but just slightly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
by adding this to the end of
test_boundsconstrained.py
:we get results like this:
where the one or more of the three fail the bound constraints, but just slightly.
The text was updated successfully, but these errors were encountered: