Skip to content

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

Merged

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Aug 23, 2017

... and update changelog.

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],

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

height=400, max_zoom=20, zoom_start=4)
self.m = folium.Map(
location=[45.5236, -122.6750],
width=900,

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

self.m = folium.Map(
location=[45.5236, -122.6750],
width=900,
height=400,

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

location=[45.5236, -122.6750],
width=900,
height=400,
max_zoom=20,

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

width=900,
height=400,
max_zoom=20,
zoom_start=4,

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

height=400,
max_zoom=20,
zoom_start=4,
max_bounds=True

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

@ocefpaf ocefpaf force-pushed the fix_test_and_update_changelog branch from dd48fe2 to 762c01e Compare August 23, 2017 22:17
@ocefpaf ocefpaf merged commit e0ecfcb into python-visualization:master Aug 23, 2017
@ocefpaf ocefpaf deleted the fix_test_and_update_changelog branch August 23, 2017 22:35
sanga pushed a commit to sanga/folium that referenced this pull request Oct 24, 2017
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

Successfully merging this pull request may close these issues.

2 participants