From a264b3e5d9c1dd2c1938cf5958738dc386adad29 Mon Sep 17 00:00:00 2001 From: "r.cfdtools" Date: Thu, 7 Dec 2023 12:50:12 -0500 Subject: [PATCH] General update. --- PMP/dataset/pmax24h_out/25020230AHOC.md | 1 - PMP/pmp.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/PMP/dataset/pmax24h_out/25020230AHOC.md b/PMP/dataset/pmax24h_out/25020230AHOC.md index 4ba5bd3c..1e45c51f 100644 --- a/PMP/dataset/pmax24h_out/25020230AHOC.md +++ b/PMP/dataset/pmax24h_out/25020230AHOC.md @@ -1,7 +1,6 @@ # Station: 25020230AHOC
- R.GISPython
diff --git a/PMP/pmp.py b/PMP/pmp.py index 22117a4d..4b33b6f9 100644 --- a/PMP/pmp.py +++ b/PMP/pmp.py @@ -365,7 +365,7 @@ def print_log(file_log, txt_print, on_screen=True, center_div=False): if show_plot: plt.show() fig_file = 'graph/' + station_name + '_data_serie.png' plt.savefig(ouput_path + fig_file, dpi=dpi) - print_log(file_log, '\nR.GISPython' % fig_file, center_div=True) + print_log(file_log, 'R.GISPython' % fig_file, center_div=True) x = x_label date = date_label df = df.dropna()