-
Notifications
You must be signed in to change notification settings - Fork 31
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
Dummy release #261
Dummy release #261
Conversation
Comments from PR #254 that should have been here: Now this is weird... Every test passes on my Mac, but test_aperture.py::test_idl_to_tel fails here for NIRISS. I noticed the values are very small- 7e-14. We still get the warnings about 'np.float' being deprecated and that we should switch to 'np.float64' to avoid platform differences. Is that what's going on here? On my Mac: test_aperture.py ...... [ 18%]` And then on witserv2: test_aperture.py::test_idl_to_tel FAILED [ 3%]` @tonysohn is it safe to ignore these tests failures here, or is something more serious broken? @Witchblade101 Was that the exact error message? It's hard to tell whether it's safe to ignore or not just from that...
No. To see the full error look at the failed checks for PR #261 (which is what these comments refer to. It was a long night, and Mario's NRC work here is completely innocent!) |
Full pytest result from witserv2: `========================================================= test session starts ========================================================== test_aperture.py::test_idl_to_tel FAILED [ 3%] =============================================================== FAILURES =============================================================== verbose = False
E assert 7.105427357601002e-14 < 7e-14 test_aperture.py:57: AssertionError |
@tonysohn for completeness here's the full run I just did on my Mac: `========================================================= test session starts ========================================================== test_aperture.py::test_idl_to_tel PASSED [ 3%] ========================================================= 32 passed in 31.71s ==========================================================` |
Okay, the fact that this error message is machine dependent (as you implied) tells me that this is not an issue. We can look into this further later, but I'd say we close this for now. |
Sounds good. I'll open a new issue for test_idl_to_tel later. |
Test PR of a release for PRDOPSSOC-051 using the NRS workaround described in #255 .
This replaces a mistake in the earlier PR.