Skip to content
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

Closed

Conversation

Witchblade101
Copy link
Collaborator

Fix warnings about np.int and np.float aliases being deprecated. See Issue #238

Copy link
Collaborator

@mfixstsci mfixstsci left a 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)
Copy link
Collaborator

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?

Copy link
Collaborator

@mfixstsci mfixstsci left a 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?

@Witchblade101 Witchblade101 changed the base branch from master to siaf-updates May 27, 2022 21:20
@Witchblade101
Copy link
Collaborator Author

Deleting to remove skipping aperture tests. np fixes will be done in a clean branch.

@Witchblade101 Witchblade101 deleted the np_aliases branch May 27, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants