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
At present, there exist tests that make np.isclose assertions on fidelity outcomes.
np.isclose
This means that an update that is beneficial to fidelity could result in failing tests. I have this problem on my machine, for instance.
I believe a good course of action is thus:
The text was updated successfully, but these errors were encountered:
Convert isclose usage to a lower bound check (addressing #135) requir…
0f3f836
…ed for nix tests to pass
Half done.
Now using upper bounds. It's clear we want benchmarks though so we can see when there's a performance degradation.
Sorry, something went wrong.
jake-arkinstall
No branches or pull requests
At present, there exist tests that make
np.isclose
assertions on fidelity outcomes.This means that an update that is beneficial to fidelity could result in failing tests. I have this problem on my machine, for instance.
I believe a good course of action is thus:
The text was updated successfully, but these errors were encountered: