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 missing file in tests #85

Merged
merged 10 commits into from
Apr 10, 2024
Merged

Fix missing file in tests #85

merged 10 commits into from
Apr 10, 2024

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Apr 10, 2024

Added the file as an asset in the past release to keep it here in this repo without contaminating the repo with the binary file.

I moved all the test data files to an asset in the data release in https://github.com/pyoceans/pocean-core/releases/tag/2024.04. The release per se contains only a README with the files list and checksum. The release asset contains a zipped file with all the test data that is downloaded and unzip before the tests run. One can do this locally with python pocean/tests/download_test_data.py.

@ocefpaf
Copy link
Member Author

ocefpaf commented Apr 10, 2024

Looks like we are hitting pandas-dev/pandas#53234 in some test cases. I swapped the byte order for the test file for now. It seems like the least disruptive change to implement but I don't want to merge it yet b/c I want to move all binary files to pooch to avoid bloating the repo.

@ocefpaf ocefpaf merged commit e461a5e into pyoceans:main Apr 10, 2024
17 checks passed
@ocefpaf ocefpaf deleted the missing_test_file branch April 10, 2024 16:15
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.

None yet

1 participant