From 77873d1ca4b0bf744110dedeafc5099b268a5dcb Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Fri, 16 Jun 2023 18:01:52 +0200 Subject: [PATCH] Adds plot_exec_log in test --- ohmpi/plots.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ohmpi/plots.py b/ohmpi/plots.py index 170ea01a..fc5f1c38 100644 --- a/ohmpi/plots.py +++ b/ohmpi/plots.py @@ -1,7 +1,6 @@ import matplotlib.pyplot as plt import numpy as np -from utils import parse_log -from datetime import datetime +from ohmpi.utils import parse_log import matplotlib def plot_exec_log(exec_log,names=None,last_session=True): -- GitLab