Loading scripts/create_histogram_summary.py +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ import argparse import math import numpy as np import matplotlib # These steps are added as a precaution in case the gitlab runner matplotlib.use('Agg') # needs DISPLAY to render the plots, even if they are written to file. import matplotlib.pyplot as plt import csv from parse_xml_report import FORMATS, CATEGORIES Loading Loading
scripts/create_histogram_summary.py +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ import argparse import math import numpy as np import matplotlib # These steps are added as a precaution in case the gitlab runner matplotlib.use('Agg') # needs DISPLAY to render the plots, even if they are written to file. import matplotlib.pyplot as plt import csv from parse_xml_report import FORMATS, CATEGORIES Loading