Skip to content

Commit

Permalink
Merge pull request #143 from openclimatefix/issue/use-legacy
Browse files Browse the repository at this point in the history
Issue/use legacy
  • Loading branch information
peterdudfield authored Oct 16, 2024
2 parents 10ed243 + 8b6fe65 commit 2c53d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pvnet_app/model_configs/pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def get_all_models(
log.info("Not using OCF Data Sampler, using ocf_datapipes")
models.models = [model for model in models.models if not model.uses_ocf_data_sampler]

log.info(f"Got the following models: {[(model.name, model.uses_ocf_data_sampler) for model in models.models]}")

return models.models


Expand Down

0 comments on commit 2c53d9f

Please sign in to comment.