Skip to content
Snippets Groups Projects
Commit 19e63942 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Remove unused constant from evaluate_speed.py

parent 37c9f80b
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ from .common import read_joblog ...@@ -18,7 +18,6 @@ from .common import read_joblog
JOBLOG_FILENAME = sys.argv[1] JOBLOG_FILENAME = sys.argv[1]
JOBLOG = list(read_joblog(JOBLOG_FILENAME)) JOBLOG = list(read_joblog(JOBLOG_FILENAME))
MAXIMUM_DURATION = 60 # ignore pauses in the joblog that are longer than one minute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment