Skip to content
New issue

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

Recent regression in hypothesis test #442

Open
paddyroddy opened this issue Mar 4, 2025 · 0 comments
Open

Recent regression in hypothesis test #442

paddyroddy opened this issue Mar 4, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@paddyroddy
Copy link
Collaborator

paddyroddy commented Mar 4, 2025

Describe the Bug

Recent regression means test is failing now

To Reproduce

      @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           )

Expected Behaviour

No response

Actual Behaviour

No response

Version In Use

1.4.12.dev39

Additional Context

- Python version:
- Operating system:
@paddyroddy paddyroddy added the bug Something isn't working label Mar 4, 2025
@paddyroddy paddyroddy self-assigned this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant