Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The plot can fail for lots of reasons; rather than trying to predict them all, include the exception.
In my case, it was trying to write to a non-existent directory, rather than having a problem with missing data. It'd be possible to fix that, but just surfacing the underlying cause was enough to unblock me.
IMPORTANT: Please take note of the below checklist, especially the first two items.
Pull Request Checklist
writing tests for the code, feel free to ask for help or submit the PR without tests.
tox -e docs
if you're working on a GitHub issue (i.e. "issue #x - "). Please
refrain from using the "fixes #x" notation unless you are sure that the
the issue is fixed in that commit.
Contributor License Agreement
By submitting this work for inclusion in wifi-survey-heatmap, I agree to the following terms:
is being made under the same license as the wifi-survey-heatmap project (the Affero GPL v3,
or any subsequent version of that license if adopted by wifi-survey-heatmap).
this pull request grants a perpetual, global, unlimited license for it to be used and distributed
under the terms of wifi-survey-heatmap's license.