-
Notifications
You must be signed in to change notification settings - Fork 32
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
Revert "loading ECCO v4r4 in zarr format " #217
Conversation
This reverts commit 8561d37.
changes to catalog
update ECCO_v4r4
I checked quickly PE #200. Yes, indeed it is breaking some basic tests. The line that is causing some trouble in open_oceandataset is ds = ds.drop_vars(["k_p1", "k_u", "k_l", "k"]) It is not finding some of these variables... It could be related with the dataset that is being used for testing. For now just comment this line. There is some funny behavior here. Like Mattia says, running pre-commit run --all should fix the formatting issues. The only issue is really a single whitespace in the intake catalog. And lastly, the documentation is breaking because it is not recognizing [ECCO] in the docs/conf.py file. Perhaps setting it back to ECCO (insterad of ECCOv4) will work? |
Yeah, it is the line in
Will do. |
commented out the dropping of the k variable name
reverting back to ECCO
fixed the white space
okay, looks like the checks are now being passed better than in #200. @malmans2 this checks all 3 concerns ? @Mikejmnez does it look good now ? |
Yup! Wait for @Mikejmnez approval to merge, but CI looks good. (Is this superseding #200? I.e., all changes you made in #200 are now here?) |
All changes in #200 are here. |
Reverts #200
@asiddi24 #200 might need some thoughts. I'm opening a revert PR, just in case...
We can close if everything looks good.
There's a few things to check in #200:
pre-commit run --all