You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests were failing with a within numerical noise error:
```
E AssertionError:
E Arrays are not equal
E
E Mismatched elements: 103 / 145 (71%)
E Max absolute difference: 2.22044605e-16
E Max relative difference: 2.11475965e-16
E x: array([[0.960134],
E [1.143682],
E [1.049976],...
E y: array([[0.960134],
E [1.143682],
E [1.049976],...
```
0 commit comments