Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issues with MOM6 testing, and time parsing of same. * Revert "Add MOM6 support (om4 025jra ryf) (#258)" This reverts commit 8d18b19. Testing to see whether this restores test stability * Revert "Revert "Add MOM6 support (om4 025jra ryf) (#258)"" This reverts commit 23b3b5f - ie. it restores the mom6 stuff. * Add xarray complete * Pin dependencies back in time for 3.11 * Fail fast false * Pin a bunch of deps * Added toxfile * tox.ini w/ comments on failures * Revert "Pin dependencies back in time for 3.11" This reverts commit 6fa6676. * These changes are ugly & horrible but mostly seem to resolve the issues with cftime. THey cause some assets to fail because they alter the parser, but I think this is a window into a solution. * Lots of catches for overflow errors: keeping for posterity * Restore 'test_builders.py' to same state as main * Fix mom6 tests - should now all be failing * Ready to replace time info guesses for MOM6 with a subclass * Fixed broken MOM6 builder * re-enable fast fail * Reverted CI environments to main * Removed '_access' from a bunch of function names - now we have GFDL models in the builders, this is misleading * Revert load_dataset => open_dataset * Updating test to fix coverage * Restored to working state * Tests for GenericTimeParser & AccessTimeParser * Improve test coverage * Improve test coverage for GfdlTimeParser * Improve test coverage for GfdlTimeParser * Improve test coverage for GfdlTimeParser * Marc's comments
- Loading branch information