Skip to content

Recent regression in hypothesis test #442

Open
@paddyroddy

Description

@paddyroddy

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions