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
hypothesis
Recent regression means test is failing now
@wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E Mismatched elements: 1 / 1 (100%) E Max absolute difference: 9.85534464e-33 E Max relative difference: inf E x: array(9.855345e-33) E y: array(0) E Falsifying example: test_dirac_delta_rotate_translate( E alpha_pi_frac=0.0, # or any other generated value E beta_pi_frac=1.0, E )
No response
1.4.12.dev39
- Python version: - Operating system:
The text was updated successfully, but these errors were encountered:
paddyroddy
No branches or pull requests
Describe the Bug
Recent regression means test is failing now
To Reproduce
Expected Behaviour
No response
Actual Behaviour
No response
Version In Use
1.4.12.dev39
Additional Context
The text was updated successfully, but these errors were encountered: