-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
implementation-readyThis is ready for implementationThis is ready for implementation
Milestone
Description
The current development version of scoringutils makes use of attributes to keep track of relevant information. However, attributes may be brittle and can be lost along the way if the user does any other operation on the data between function calls, so we shouldn't rely on them if we can avoid that.
We can avoid attributes forecast_unit and forecast_type by referring to the functions get_forecast_unit() and get_forecast_type() and make active use of them in the print method.
We can avoid attributes messages and warnings by simply throwing messages and warnings and letting the user keep track of them.
Those attributes should be removed from the current code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
implementation-readyThis is ready for implementationThis is ready for implementation
Type
Projects
Status
Done