Skip to content

Commit

Permalink
Merge pull request #417 from agoenergy/joAschauer/issue414
Browse files Browse the repository at this point in the history
fix Interest-rate unit error on choropleth map
  • Loading branch information
markushal authored Jun 5, 2024
2 parents b9a64d9 + 68c4d3e commit 212c49a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/plot_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ def plot_input_data_on_map(
custom_data_func_kwargs["data_type"] = data_type
custom_data_func_kwargs["map_variable"] = color_col

# transform data to % for interest rate
if data_type == "interest rate":
input_data = input_data * 100

if scope == "world":
# Create a choropleth world map:
fig = _choropleth_map_world(
Expand Down

0 comments on commit 212c49a

Please sign in to comment.