-
Notifications
You must be signed in to change notification settings - Fork 41
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 argopy broken by last xarray, fsspec and erddapy releases #65
Conversation
Try to run only on mac os, to see if I can reproduce the GH failures
This branch has been merged with "erddapy" from #69 |
this fix works with python 3.6 and 3.7, but we have cache issue with 3.8 that make tests to fail with mac-os when trying to fetch with caching under 3.8, we end up with a FileNotFoundError error from fsspec try to see if this still happens with ubuntu |
Remove requirements install iwth pip, to rely only on conda
looks like its 0.8.4 which is failing tests (filenotfound when using cache)
I explain in #63 unit testing environment refactoring |
Add ipywidgets for the API status utilities
requirements.txt
Outdated
@@ -10,4 +10,5 @@ erddapy>=0.6 | |||
fsspec>=0.7.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we fsspec>=0.7.4, <0.8.4
here to prevent the caching FileNotFound error ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, sounds good
ok, let's try to merge this |
Closes #64
Closes #70