We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c227c30 commit c9550daCopy full SHA for c9550da
1 file changed
src/muse/outputs/cache.py
@@ -353,9 +353,9 @@ def extract_agents_internal(
353
info[aid]["agent"] = agent.name
354
info[aid]["category"] = agent.category
355
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
+ info[aid]["dst_region"] = agent.region
+ info[aid]["year"] = agent.year
+ info[aid]["installed"] = agent.year
359
360
return info
361
0 commit comments