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
assert builder.build(configure).configuration == configure
Precision is omitted
AssertionError: assert ('a2', 'uniform(0, 1)') == ('a2', 'unifo...precision=2)')
normal becomes norm
normal
norm
AssertionError: assert ('c0', 'norm(0, 1)') == ('c0', 'normal(0, 1)')
base inside fidelity is behaving weird
AssertionError: assert ('e0', 'fidelity(10, 100, 2)') == ('e0', 'fidelity(10, 100)')
AssertionError: assert ('e1', 'fidelity(10, 100, 3)') == ('e1', 'fidel...100, base=3)')
The text was updated successfully, but these errors were encountered:
Fix get_prior_string [#774] (#776)
5bd0a37
Fix get_prior_string [Epistimio#774] (Epistimio#776)
11de68e
No branches or pull requests
assert builder.build(configure).configuration == configure
Precision is omitted
AssertionError: assert ('a2', 'uniform(0, 1)') == ('a2', 'unifo...precision=2)')
normal
becomesnorm
AssertionError: assert ('c0', 'norm(0, 1)') == ('c0', 'normal(0, 1)')
base inside fidelity is behaving weird
AssertionError: assert ('e0', 'fidelity(10, 100, 2)') == ('e0', 'fidelity(10, 100)')
AssertionError: assert ('e1', 'fidelity(10, 100, 3)') == ('e1', 'fidel...100, base=3)')
The text was updated successfully, but these errors were encountered: