Skip to content

Commit af333b1

Browse files
committed
Fix cache
1 parent ff16561 commit af333b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/muse/outputs/cache.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ def extract_agents_internal(
353353
info[aid]["agent"] = agent.name
354354
info[aid]["category"] = agent.category
355355
info[aid]["sector"] = sector_name
356-
# info[aid]["dst_region"] = agent.region
357-
# info[aid]["year"] = agent.forecast_year
358-
# info[aid]["installed"] = agent.year
356+
info[aid]["dst_region"] = agent.region
357+
info[aid]["year"] = agent.year
358+
info[aid]["installed"] = agent.year
359359

360360
return info
361361

0 commit comments

Comments
 (0)