extrap icon indicating copy to clipboard operation
extrap copied to clipboard

Print all in command line tool KeyError

Open marcusritter1 opened this issue 3 years ago • 1 comments

Traceback (most recent call last): File "C:\Users\Marcus\AppData\Local\Programs\Python\Python38\Scripts\extrap-script.py", line 11, in load_entry_point('extrap', 'console_scripts', 'extrap')() File "c:\users\marcus\git\extrap\extrap\extrap\extrapcmd.py", line 194, in main text = format_output(experiment, printtype) File "c:\users\marcus\git\extrap\extrap\fileio\io_helper.py", line 133, in format_output text = format_all(experiment) File "c:\users\marcus\git\extrap\extrap\fileio\io_helper.py", line 106, in format_all measurements = experiment.measurements[(callpath, metric)] KeyError: (Callpath(PARALLEL), Metric(bytes_sent))

marcusritter1 avatar Dec 04 '20 12:12 marcusritter1

occurs when using cube file e.b. blast or sweep3d data, for metrics bytes_sent, bytes_received...

marcusritter1 avatar Dec 04 '20 12:12 marcusritter1