Commit 77873d1c authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Adds plot_exec_log in test

Showing with 1 addition and 2 deletions
+1 -2
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import numpy as np import numpy as np
from utils import parse_log from ohmpi.utils import parse_log
from datetime import datetime
import matplotlib import matplotlib
def plot_exec_log(exec_log,names=None,last_session=True): def plot_exec_log(exec_log,names=None,last_session=True):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment