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
and fixing the test back in that commit it still doesn't pass
> assert_allclose(res_thick, res_idl_thick, atol=0, rtol=1e-10)
E AssertionError:
E Not equal to tolerance rtol=1e-10, atol=0
E
E x and y nan location mismatch:
E x: array([2.251595e-30, 3.044370e-31, 3.728863e-34, 3.307037e-36,
E 1.212173e-37, 5.335296e-39, 1.642012e-40, nan])
E y: array([2.251596e-30, 3.044377e-31, 3.729762e-34, 3.324935e-36,
E 1.263982e-37, 6.961897e-39, 6.223255e-40, 1.162617e-40])
The test_split_and_integrate function is currently skipped as it functionality was changed but we should add a new test which actually tests the current code.
Describe the bug
Some of the test cases are missing assert statements e.g.
np.allclose(a, b)
instead ofassert np.allclose(a, b)
when enabled some of the tests fail.To Reproduce
import sunpy
sunpy.map.Map(...)
etc
What happened?
No response
Expected behavior
No response
Screenshots
No response
System Details
No response
Installation method
No response
The text was updated successfully, but these errors were encountered: