loading
Traceback (most recent call last):
File "./heatmap.py", line 615, in <module>
summarize_pass(args)
File "./heatmap.py", line 261, in summarize_pass
start_col, stop_col = slice_columns(columns, args.low_freq, args.high_freq)
File "./heatmap.py", line 223, in slice_columns
if low_freq is not None and low <= low_freq <= high:
NameError: name 'low' is not defined
When using heatmap.py with the
--lowargument, e.g.:./heatmap.py --low 24M --high 29M data.csv all.pngI get the following: