Skip to content

Commit c17f04b

Browse files
measrainseykhaeru
authored andcommittedApr 9, 2024
Remove misplaced code bit
1 parent fbf72a4 commit c17f04b

File tree

1 file changed

+0
-3
lines changed
  • message_ix_models/tools/costs

1 file changed

+0
-3
lines changed
 

‎message_ix_models/tools/costs/weo.py

-3
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ def get_weo_data() -> pd.DataFrame:
188188

189189
return df_merged
190190

191-
base_file_path = package_data_path("costs", "technology_base_map.csv")
192-
pd.read_csv(base_file_path)
193-
194191

195192
# Function to read in technology mapping file
196193
def get_technology_mapping(input_module) -> pd.DataFrame:

0 commit comments

Comments
 (0)
Please sign in to comment.