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

Adds new header keys to drpall #115

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Adds new header keys to drpall #115

merged 4 commits into from
Jun 21, 2024

Conversation

havok2063
Copy link
Collaborator

@havok2063 havok2063 commented Jun 21, 2024

This PR closes #111 and adds the OBJECT and OBSTIME header keys to the drpall file. It also adds new tests.

This also pins numpy < 2.0 for now due to some issues with pandas, when writing out to hdf5 file. You may see an error ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject. See, e.g. numpy/numpy#26710 or https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from
Will create a new issue to keep this on our radar.

@havok2063 havok2063 added the enhancement New feature or request label Jun 21, 2024
@havok2063 havok2063 self-assigned this Jun 21, 2024
@havok2063 havok2063 requested a review from ajmejia as a code owner June 21, 2024 16:17
@havok2063
Copy link
Collaborator Author

@ajmejia when you get a chance, can you comment on this? In particular are you ok with me pinning numpy < 2 until further testing can be done.

@ajmejia
Copy link
Contributor

ajmejia commented Jun 21, 2024

@ajmejia when you get a chance, can you comment on this? In particular are you ok with me pinning numpy < 2 until further testing can be done.

Go ahead! Neither of us has the bandwidth to properly test/debug compatibility issues in dependencies, specially in the case of a core dependency such as Numpy.

@havok2063 havok2063 merged commit 7e24b33 into master Jun 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add the OBJECT header keyword to drpall
2 participants