-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix pytests #59
Fix pytests #59
Conversation
changing df = df.append(x) to pd.concat([df, x])
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stscirij can you remind me how to run the tests locally?
If you go to the tests directory, you can either do |
You can try |
@stscirij After some trail & error, I fixed all of the issues in the tests that I could. However, with some recent alias updates the names of the AV targets are now out of date. av321 is now av-321 and av456 is av-456. Can you update the following:
|
@jotaylor Code is still trying to read non-existent ullyses-utils file pd_targetinfo.json in get_coords(). Maybe tag ullyses-utils with all the new aliases files as version 2 so that ullyses can be in sync? |
Oops, that file was not meant to be deleted 😅 I added it back into utils, so if you do a fresh install it should good. |
Okay, I think things are looking as they should now for the most part. The tests are failing because the products are different than those we delivered in DR6, but that's expected. I also changed the format of the RA/Dec to float instead of string. However, before we can merge, there is a typo in the python 3.10 run. It's trying to install python 3.1 and failing. @stscirij can you change it to 3.10? I'm not sure if that's done somewhere in the actual code, or in the git settings in the browser. |
Green check marks?! Haven't seen those in a while. I think we are good to merge! 🥳 |
No description provided.