From 81cad8e6b4b87ffc5471ecb096fd1184e198b81b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 23 Mar 2023 18:01:21 +0000 Subject: [PATCH] newline --- aimodel/src/plot_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/plot_metrics.py b/aimodel/src/plot_metrics.py index afcc6c7..a43b65e 100755 --- a/aimodel/src/plot_metrics.py +++ b/aimodel/src/plot_metrics.py @@ -37,4 +37,4 @@ fig.tight_layout() target=os.path.join(DIRPATH_OUTPUT, f"metrics.png") plt.savefig(target) -print(f">>> Saved to {target}") \ No newline at end of file +print(f">>> Saved to {target}")