Skip to content
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

Instantiate runner from config and add CRPS runner #106

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gmertes
Copy link
Member

@gmertes gmertes commented Jan 14, 2025

To support running the CRPS model, which has an extra argument fcstep in the predict_step fn. This argument is only picked up by the new CrpsRunner, and ignored by default.

Any other future extra arguments can be passed in this way, and only used by a specific runner.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.03%. Comparing base (ff2bd59) to head (f57078b).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #106   +/-   ##
========================================
  Coverage    98.03%   98.03%           
========================================
  Files            3        3           
  Lines           51       51           
========================================
  Hits            50       50           
  Misses           1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gmertes gmertes requested a review from b8raoult January 15, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Now In Progress
Development

Successfully merging this pull request may close these issues.

2 participants