epiforecasts / scoringutils

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

Make `get_forecast_type()` s3 #894

Closed nikosbosse closed 2 months ago

nikosbosse commented 2 months ago

Description

Apparently if you change the name to .get_forecast_type() you can actually have an internal S3 method...

EDIT: ok I'm really a bit silly here. The correct way to handle this is to @export all S3 methods, but not export the generic....