Closed fstaeg closed 2 years ago
In line 140 in get_scaling.py, when saving the histogram parametrisation to a JSON file, legacy=True should be changed to False. Otherwise makePlot.py fails
get_scaling.py
legacy=True
False
makePlot.py
In line 140 in
get_scaling.py
, when saving the histogram parametrisation to a JSON file,legacy=True
should be changed toFalse
. OtherwisemakePlot.py
fails