Skip to content

Update management of input files #57

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

pabloitu
Copy link
Collaborator

refac: changed forecast registry abstraction. i) renamed to model reg…istry for clarity (ii) Registries' main job is to provide global access to Object keys (model forecasts, input catalog and arguments file), build the key structure (for instance, the path tree) and check if these objects already exists (iii) current (ModelFileRegistry) and future (ModelHDF5Registry, ModelSQLRegistry) concrete classes are abstracted from ModelRegistry, which has the defined interface.

…istry for clarity (ii) Registries' main job is to provide global access to Object keys (model forecasts, input catalog and arguments file), build the key structure (for instance, the path tree) and check if these objects already exists (iii) current (ModelFileRegistry) and future (ModelHDF5Registry, ModelSQLRegistry) concrete classes are abstracted from ModelRegistry, which has the defined interface.
@pabloitu pabloitu linked an issue Apr 29, 2025 that may be closed by this pull request
…used in file-base registries. Created ExperimentRegistry abstract and File-based concrete classes. Renamed registries' interface to add/get_*_key. abstracted registry logging to be a function in the logger module.

tests: added unit tests for experiment file registry
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.

Correct management of model's input catalog and arg files
1 participant