Skip to content

Commit 01760a2

Browse files
committed
Correct id columns
1 parent 549cdd1 commit 01760a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
agent_id,description,type,maturity_threshold,annual_cost_limit,search_rule,decision_rule
1+
id,description,type,maturity_threshold,annual_cost_limit,search_rule,decision_rule
22
Agent1,New agent for A1,new,-1,inf,all,single
33
Agent2,Retrofit agent for A1,retrofit,-1,inf,all,single

src/muse/data/example/default_new_input/commodities.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
commodity_id,description,type,unit
1+
id,description,type,unit
22
electricity,Electricity,energy,PJ
33
gas,Gas,energy,PJ
44
heat,Heat,energy,PJ

0 commit comments

Comments
 (0)