python-visualization / branca

This library is a spinoff from folium, that would host the non-map-specific features.
https://python-visualization.github.io/branca/
MIT License
118 stars 66 forks source link

Make _parse_size robust to already parsed values #142

Closed BastienGauthier closed 1 year ago

BastienGauthier commented 1 year ago

This minor change is NOT needed if we want to be able to unpickle a folium Map afterwards, it is only there for code robustness.

BastienGauthier commented 1 year ago

Good to go !

Conengmo commented 1 year ago

Thank you!