From bd024dcaf0e9695964ee29cac66bd3c0dc15ab74 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Wed, 5 Jan 2022 07:33:45 +0100
Subject: [PATCH] target var unit

---
 mlair/plotting/postprocessing_plotting.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlair/plotting/postprocessing_plotting.py b/mlair/plotting/postprocessing_plotting.py
index b072d9f2..e9bd06ca 100644
--- a/mlair/plotting/postprocessing_plotting.py
+++ b/mlair/plotting/postprocessing_plotting.py
@@ -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")
-- 
GitLab