-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestocf-internalAn issue to be addressed internally by Open Climate Fix and not suitable for external contributorsAn issue to be addressed internally by Open Climate Fix and not suitable for external contributorson-hold
Description
Currently our tests do not cover some of the core functionality of this library. We care if these scripts break but we don't currently test for it
We should test
- The backtest scripts
- The save checkpoint to huggingface script
- Though the main method used in this script is tested already
- Also the main
train()function which is wrapped in the run.py script- Previously I had thought that the wandb logger might block testing the
train()function, but I think it should work by setting theoffline=Truein the wandb logger
- Previously I had thought that the wandb logger might block testing the
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestocf-internalAn issue to be addressed internally by Open Climate Fix and not suitable for external contributorsAn issue to be addressed internally by Open Climate Fix and not suitable for external contributorson-hold