Skip to content
Snippets Groups Projects
Commit bd024dca authored by Felix Kleinert's avatar Felix Kleinert
Browse files

target var unit

parent ca4b02a8
Branches
Tags
No related merge requests found
......@@ -172,7 +172,7 @@ class PlotConditionalQuantiles(AbstractPlotClass): # pragma: no cover
warnings.filterwarnings("ignore", message="Attempted to set non-positive bottom ylim on a log-scaled axis.")
def __init__(self, stations: List, data_pred_path: str, plot_folder: str = ".", plot_per_seasons=True,
rolling_window: int = 3, model_name: str = "nn", obs_name: str = "obs", target_var_unit: str = "ppb",
rolling_window: int = 3, forecast_indicator: str = "nn", obs_indicator: str = "obs", target_var_unit: str = "ppb",
**kwargs):
"""Initialise."""
super().__init__(plot_folder, "conditional_quantiles")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment