Skip to content

Fix test from #641...#670

Merged
ocefpaf merged 2 commits intopython-visualization:masterfrom
ocefpaf:fix_test_and_update_changelog
Aug 23, 2017
Merged

Fix test from #641...#670
ocefpaf merged 2 commits intopython-visualization:masterfrom
ocefpaf:fix_test_and_update_changelog

Conversation

@ocefpaf
Copy link
Copy Markdown
Member

@ocefpaf ocefpaf commented Aug 23, 2017

... and update changelog.

Comment thread 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],
Copy link
Copy Markdown

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

Comment thread tests/test_folium.py Outdated
height=400, max_zoom=20, zoom_start=4)
self.m = folium.Map(
location=[45.5236, -122.6750],
width=900,
Copy link
Copy Markdown

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

Comment thread tests/test_folium.py Outdated
self.m = folium.Map(
location=[45.5236, -122.6750],
width=900,
height=400,
Copy link
Copy Markdown

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

Comment thread tests/test_folium.py Outdated
location=[45.5236, -122.6750],
width=900,
height=400,
max_zoom=20,
Copy link
Copy Markdown

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

Comment thread tests/test_folium.py Outdated
width=900,
height=400,
max_zoom=20,
zoom_start=4,
Copy link
Copy Markdown

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

Comment thread tests/test_folium.py Outdated
height=400,
max_zoom=20,
zoom_start=4,
max_bounds=True
Copy link
Copy Markdown

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