Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting a crash when specifying --high or --low #14

Closed
stillnet opened this issue Oct 2, 2016 · 2 comments
Closed

getting a crash when specifying --high or --low #14

stillnet opened this issue Oct 2, 2016 · 2 comments

Comments

@stillnet
Copy link

stillnet commented Oct 2, 2016

I'm trying to trim out the amount of data displayed using --high and/or --low, but whenever I specify either one I get an error.

Example:
root@DietPi:/tmp# heatmap.py --low 146000000 --high 147000000 2m.csv /var/www/html/2m.png loading Traceback (most recent call last): File "/usr/bin/heatmap.py", line 615, in <module> summarize_pass(args) File "/usr/bin/heatmap.py", line 261, in summarize_pass start_col, stop_col = slice_columns(columns, args.low_freq, args.high_freq) File "/usr/bin/heatmap.py", line 223, in slice_columns if low_freq is not None and low <= low_freq <= high: NameError: global name 'low' is not defined

@HHsty
Copy link

HHsty commented Oct 2, 2016

I believe this is redundant issue , check : #11

@stillnet
Copy link
Author

stillnet commented Oct 2, 2016

Yep, I'll close this one.

@stillnet stillnet closed this as completed Oct 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants