From 1683e6fff2bf22d3c247c359aa50a1f9574ff0f4 Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Mon, 13 Sep 2021 11:48:16 +0200 Subject: [PATCH] Update plot_ambs_forecast.py --- video_prediction_tools/postprocess/plot_ambs_forecast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_tools/postprocess/plot_ambs_forecast.py b/video_prediction_tools/postprocess/plot_ambs_forecast.py index 172d1386..83b1c8ff 100644 --- a/video_prediction_tools/postprocess/plot_ambs_forecast.py +++ b/video_prediction_tools/postprocess/plot_ambs_forecast.py @@ -12,7 +12,7 @@ import numpy as np import pandas as pd import sys from argparse import ArgumentParser - +import os import matplotlib matplotlib.use('Agg') -- GitLab