Skip to content

Commit abdbb70

Browse files
author
Giulio Massacci
committed
bugfix
1 parent 4c03dcb commit abdbb70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

terra-update-batch/modules/cosmoOutput.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ def annualProcessing(annual_data_input_path, cls_product_data, annual_pop_data,
101101
na_values=[""],
102102
)
103103
# FIX Greece code EL in GR
104-
annual_industrial_production["geo"] = annual_industrial_production["geo"].replace(
105-
["EL"], "GR"
106-
)
104+
annual_industrial_production["geo"] = annual_industrial_production["geo"].replace(["EL"], "GR")
107105

108106
logger.info("loading.. " + annual_unemp_data)
109107
# ANNUAL_UNEMPLOYEMENT_FILE_CSV

0 commit comments

Comments
 (0)