Skip to content

Commit

Permalink
Update transmonee.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy-Reidy committed Jul 3, 2024
1 parent 955e510 commit 0ca8dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_service/pages/transmonee.py
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,7 @@ def aio_area_figure(
source_link = (
df_indicator_sources["Source_Link"].unique()[0]
if len(unique_indicator_sources) > 0
and not data["CODE"].isin(["DM_CHLD_POP", "DM_CHLD_POP_PT", , "DM_FRATE_COMP", "DM_ADOL_POP", "DM_UFIVE_POP"]).any()
and not data["CODE"].isin(["DM_CHLD_POP", "DM_CHLD_POP_PT", "DM_FRATE_COMP", "DM_ADOL_POP", "DM_UFIVE_POP"]).any()
else "https://ec.europa.eu/eurostat/cache/metadata/en/demo_pop_esms.htm"
)

Expand Down

0 comments on commit 0ca8dbd

Please sign in to comment.