test_icrs_consistency and test_against_pyephem failing with pyerfa 1.7.2
See original GitHub issueThis test is failing following the release of pyerfa 1.7.2 (it passes locally with 1.7.1 and fails with 1.7.2): https://github.com/astropy/astropy/runs/1850026053?check_suite_focus=true#step:6:933
E AssertionError:
E Not equal to tolerance rtol=1e-07, atol=1e-06
E
E Mismatched elements: 1 / 1 (100%)
E Max absolute difference: 3.15489777e-05
E Max relative difference: inf
E x: array(3.154898e-05)
E y: array(0.)
TODO
- Revert #11308
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
__version__ is broken with 1.7.1 · Issue #60 · liberfa ... - GitHub
pyerfa's version was '0.0.0'. For this reason, astropy installation failed with pip's dependency control. I checked the source code and removed ...
Read more >pyerfa - PyPI
PyERFA is the Python wrapper for the ERFA library (Essential Routines for Fundamental Astronomy), a C library containing key algorithms for astronomy, ...
Read more >PyERFA v2.0.0.2.dev13+gfb1f520
PyERFA is the Python wrapper for the ERFA library (Essential Routines for Fundamental Astronomy), a C library containing key algorithms for astronomy, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Shall we just use
pyerfa < 1.7.2
for now? I can look into the failures in detail this only at the end of the day…Finally got around to this. See #11485 for a fix that gets rid of all but one of the errors. Am not yet seeing the solution for the last one… Help appreciated!