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

fix 64 bit read error for attributes (#682) #683

Closed
wants to merge 1 commit into from

Conversation

adokter
Copy link
Owner

@adokter adokter commented Nov 1, 2024

R doesn't support 64 bit integers. This PR casts 64 bit integer attributes to doubles such that they can be read by R

@adokter
Copy link
Owner Author

adokter commented Nov 1, 2024

This PR breaks the ODIM h5 format after writing a file with write_pvolfile(). Resulting hdf5 file cannot be read by RaveIO_open() function in Rave.

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.

1 participant