-
Notifications
You must be signed in to change notification settings - Fork 28
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
test_astrometric_utils
failures on main branch
#922
Comments
Hi, Brett!
Those unit tests are failing because the VO API from which we fetch Gaia data has been updated.
As of today, the "epoch" parameter passed in the call to the API will return coordinates that have been corrected for proper motion and parallax (whenever available).
Our unit tests only account for proper motion, the standard API behavior until now.
I will update the unit tests.
Thanks!
|
Thanks! |
6 tasks
@mairanteodoro is there any documentation for the service used to fetch the catalogs? Going to the main url https://gsss.stsci.edu/ yields a message posted in 2010
|
I believe this was fixed in: #919 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
11 tests suddenly started failing in
test_astrometric_utils.py
.https://github.com/spacetelescope/romancal/actions/runs/6394475030/job/17355965466#step:10:201
@mairanteodoro any initial thoughts on why these might be failing?
The text was updated successfully, but these errors were encountered: