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 pardump reading on some platforms #101

Merged
merged 2 commits into from
Feb 24, 2023
Merged

Conversation

zmoon
Copy link
Member

@zmoon zmoon commented Feb 14, 2023

Resolves #99

In our testing, the issue seems to be that on Windows, dtype '>l' (l as in long) resolves to '>i4', but it is supposed to be '>i8' for this file format. On Linux, don't have this issue.

@zmoon zmoon marked this pull request as ready for review February 14, 2023 21:40
@zmoon
Copy link
Member Author

zmoon commented Feb 14, 2023

@amcz could you maybe confirm that results are still what you expect with this change?

@amcz
Copy link
Collaborator

amcz commented Feb 24, 2023

@amcz could you maybe confirm that results are still what you expect with this change?

Yes. I have checked and confirm that on the linux platform the reader still works as expected. Thanks.

@zmoon zmoon merged commit 010e570 into noaa-oar-arl:develop Feb 24, 2023
@zmoon zmoon deleted the pardump branch February 24, 2023 16:09
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