-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix test from #641... #670
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 test from #641... #670
Conversation
tests/test_folium.py
Outdated
self.m = folium.Map(location=[45.5236, -122.6750], width=900, | ||
height=400, max_zoom=20, zoom_start=4) | ||
self.m = folium.Map( | ||
location=[45.5236, -122.6750], |
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.
E122 continuation line missing indentation or outdented
tests/test_folium.py
Outdated
height=400, max_zoom=20, zoom_start=4) | ||
self.m = folium.Map( | ||
location=[45.5236, -122.6750], | ||
width=900, |
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.
E122 continuation line missing indentation or outdented
tests/test_folium.py
Outdated
self.m = folium.Map( | ||
location=[45.5236, -122.6750], | ||
width=900, | ||
height=400, |
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.
E122 continuation line missing indentation or outdented
tests/test_folium.py
Outdated
location=[45.5236, -122.6750], | ||
width=900, | ||
height=400, | ||
max_zoom=20, |
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.
E122 continuation line missing indentation or outdented
tests/test_folium.py
Outdated
width=900, | ||
height=400, | ||
max_zoom=20, | ||
zoom_start=4, |
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.
E122 continuation line missing indentation or outdented
tests/test_folium.py
Outdated
height=400, | ||
max_zoom=20, | ||
zoom_start=4, | ||
max_bounds=True |
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.
E122 continuation line missing indentation or outdented
dd48fe2
to
762c01e
Compare
…_update_changelog Fix test from python-visualization#641...
... and update changelog.