question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

test_icrs_consistency and test_against_pyephem failing with pyerfa 1.7.2

See original GitHub issue

This 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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
mhvkcommented, Feb 8, 2021

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…

1reaction
mhvkcommented, Apr 6, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found