-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix heatmap intensity #1282
Fix heatmap intensity #1282
Conversation
Do not merge until the JS dependency URL has been updated after review has finished. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I have to confess I've been away from the code base for so long that I would like a regression test to be in place. However, do not let that prevent you from merging this as is.
Thanks for checking. About regression tests, how do you feel about having Selenium tests? I have time to add those. But maybe you can say something about making it work in Appveyor? |
Those are great!
Awesome!
Just add a pytest mark and skip them on AppVeyor at the moment. I'll investigate later how to run them there. (Or move to AzurePipelines.) |
ab2b620
to
9c10a08
Compare
c5e7792
to
d8aa4e9
Compare
abe2062
to
4a2dbc1
Compare
b89b5db
to
a7fc4e6
Compare
Closes #1271.
Weights are broken in the heatmap plugin. See the linked issue for more details.
The leaflet.heat dependency seems abandoned. There is a PR with a fix available, but it's not getting merged. Host this dependency in our repo and include the fix.
todo
max_val
is deprecated and why