Closed rubin55 closed 4 years ago
probably a missing if settings['source']:
yeah that's it, in barhistogram.py
, line 120, source is used without checking if specified/existing in settings.
Whoops, I already see the bug. If you add -s with some text as argument it will work, I think.
On 27 Oct 2020, at 15:11, Rubin Simons notifications@github.com wrote:
probably a missing if settings['source']:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
It was exactly as you predicted.
I've just pushed some fixes to master. I'm closing this issue but if you believe something is still wrong, feel free to reopen it.
When creating a histogram exactly according to the example command line in README.md (i.e,
fio_plot -i something/4k/ -T "Title" -H -r randread -d 1 -n 1
), I get the following error: