epiforecasts / scoringutils

Utilities for Scoring and Assessing Predictions
https://epiforecasts.io/scoringutils/
Other
48 stars 20 forks source link

Fix inheritance order #871

Closed Bisaloo closed 1 month ago

Bisaloo commented 1 month ago

The "forecast_sample", etc. are a subclass of "forecast" so the order in the class attribute needs to be reversed for correct dispatch.