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
112 stars 64 forks source link

Make _parse_size robust to already parsed values #142

Closed BastienGauthier closed 11 months 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 11 months ago

Good to go !

Conengmo commented 11 months ago

Thank you!