We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437eb82 commit 3e1c6bbCopy full SHA for 3e1c6bb
1 file changed
scripts/process_cost_data.py
@@ -137,10 +137,10 @@ def prepare_costs(
137
138
# min_count=1 is important to generate NaNs which are then filled by fillna
139
costs = costs.value.unstack(level=1).groupby("technology").sum(min_count=1)
140
- costs = costs.fillna(config["fill_values"])
141
142
# Process overwrites for various attributes
143
costs = overwrite_costs(costs, custom_raw)
+ costs = costs.fillna(config["fill_values"])
144
for attr in (
145
"investment",
146
"lifetime",
0 commit comments