A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/moss-xyz/matplotlib-map-utils/issues/3 below:

Tried pip installing the package, fails for f-strings · Issue #3 · moss-xyz/matplotlib-map-utils · GitHub

Hey,

I renctly tried to !pip install the package, which fails because of some f-strings not being set up properly.
Example in core/scale_bar.py on line 752:

warnings.warn(f"Provided bar length ({bar["length"]}) is greater than the axis length ({ax_dim}); setting bar length to default (25% of axis length).")
should probably be
warnings.warn(f"Provided bar length ({bar['length']}) is greater than the axis length ({ax_dim}); setting bar length to default (25% of axis length).")

Cheers,
jowa_ea


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4