You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is current plot refactoring PR in pycsep (SCECcode/pycsep#263). Once this goes through, floatcsep needs to restructure the plotting logic to connect the Test function to a Plot function. Some ideas for improvement
Always require the user to insert a plot function to a test config. From the Plot function signature/name, derive the logic (e.g. all forecasts, one forecast, all time windows, etc.)
Define defaults for each test function. This implies functions are automatically passed, and only arguments are optional for the user. Any other plotting logic should be done through a plot hook.
The text was updated successfully, but these errors were encountered:
There is current plot refactoring PR in pycsep (SCECcode/pycsep#263). Once this goes through, floatcsep needs to restructure the plotting logic to connect the Test function to a Plot function. Some ideas for improvement
The text was updated successfully, but these errors were encountered: