-
Notifications
You must be signed in to change notification settings - Fork 12
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
Asb 26944 numpy 2 #120
Asb 26944 numpy 2 #120
Conversation
@@ -15,6 +15,7 @@ | |||
|
|||
# flake8: noqa | |||
|
|||
import copy |
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.
This was just a missing import, unrelated to NumPy 2.
@@ -127,7 +127,7 @@ aligned and have the same pixel scale, no checking is done by Astrocut. | |||
>>> center_coord = SkyCoord("150.0945 2.38681", unit='deg') | |||
>>> cutout_size = [200,300] | |||
|
|||
>>> png_files = img_cut(input_files, center_coord, cutout_size, img_format='png', drop_after="") #doctest: +SKIP | |||
>>> png_files = img_cut(input_files, center_coord, cutout_size, img_format='png') #doctest: +SKIP |
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.
This is a quick fix for a documentation issue I noticed while creating the different types of astrocut products.
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.
Looks good to me!
Adds another testing environment that uses NumPy 2.0.0.