From f657a7070b9b38dd3c7ae4dccfadda93d490315b Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Tue, 8 Dec 2020 16:47:43 +0100
Subject: [PATCH] fixed typo

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

diff --git a/mlair/plotting/postprocessing_plotting.py b/mlair/plotting/postprocessing_plotting.py
index 65f56b93..ac20c6f8 100644
--- a/mlair/plotting/postprocessing_plotting.py
+++ b/mlair/plotting/postprocessing_plotting.py
@@ -98,8 +98,7 @@ class AbstractPlotClass:
         """Abstract plot class needs to be implemented in inheritance."""
         raise NotImplementedError
 
-    def
-        (self, ** kwargs):
+    def _save(self, **kwargs):
         """Store plot locally. Name of and path to plot need to be set on initialisation."""
         plot_name = os.path.join(self.plot_folder, f"{self.plot_name}.pdf")
         logging.debug(f"... save plot to {plot_name}")
-- 
GitLab