-
Notifications
You must be signed in to change notification settings - Fork 30
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
Np aliases #239
Np aliases #239
Conversation
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.
@Witchblade101 I am okay with the updates using int64
and float64`. Was just curious why, for some instruments we are skipping the pre_delivery_data tests now?
@@ -694,7 +694,8 @@ def extract_ifu_data(aperture_table): | |||
# run some tests on the new SIAF | |||
from pysiaf.tests import test_aperture | |||
print('\nRunning aperture_transforms test for pre_delivery_siaf') | |||
test_aperture.test_jwst_aperture_transforms([pre_delivery_siaf], verbose=False, threshold=0.04) | |||
#test_aperture.test_jwst_aperture_transforms([pre_delivery_siaf], verbose=False, threshold=0.04) |
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.
Why are we skipping this test now?
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.
LGTM @Witchblade101. We are still seeing the test failures from FGS, when shoud we expect that to be updated/fixed?
Deleting to remove skipping aperture tests. np fixes will be done in a clean branch. |
Fix warnings about np.int and np.float aliases being deprecated. See Issue #238