Skip to content

Commit e618f5d

Browse files
committed
refac: changed forecast registry abstraction. i) renamed to model registry 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.
1 parent e85b038 commit e618f5d

10 files changed

+278
-194
lines changed

floatcsep/experiment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __getattr__(self, item: str) -> object:
175175
Override built-in method to return the experiment attributes by also using the command
176176
``experiment.{attr}``. Adds also to the experiment scope the keys of
177177
:attr:`region_config` or :attr:`time_config`. These are: ``start_date``, ``end_date``,
178-
``timewindows``, ``horizon``, ``offset``, ``region``, ``magnitudes``, ``mag_min``,
178+
``time_windows``, ``horizon``, ``offset``, ``region``, ``magnitudes``, ``mag_min``,
179179
`mag_max``, ``mag_bin``, ``depth_min`` depth_max .
180180
"""
181181

0 commit comments

Comments
 (0)