Skip to content

Commit db02ff5

Browse files
committed
Fix: Remove is_pac column from process_flows.csv
Seems I overlooked this.
1 parent e462583 commit db02ff5

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

examples/simple/process_flows.csv

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
process_id,commodity_id,regions,years,coeff,type,cost,is_pac
2-
GASDRV,GASPRD,all,all,1.0,fixed,,true
3-
GASPRC,GASPRD,all,all,-1.05,fixed,,false
4-
GASPRC,GASNAT,all,all,1.0,fixed,,true
5-
WNDFRM,ELCTRI,all,all,1.0,fixed,,true
6-
GASCGT,GASNAT,all,all,-1.5,fixed,,false
7-
GASCGT,ELCTRI,all,all,1.0,fixed,,true
8-
RGASBR,GASNAT,all,all,-1.15,fixed,,false
9-
RGASBR,RSHEAT,all,all,1.0,fixed,,true
10-
RELCHP,ELCTRI,all,all,-0.33,fixed,,true
11-
RELCHP,RSHEAT,all,all,1.0,fixed,,false
12-
GASDRV,CO2EMT,all,all,5.113,fixed,,false
13-
GASPRC,CO2EMT,all,all,2.5565,fixed,,false
14-
GASCGT,CO2EMT,all,all,76.695,fixed,,false
15-
RGASBR,CO2EMT,all,all,58.7995,fixed,,false
1+
process_id,commodity_id,regions,years,coeff,type,cost
2+
GASDRV,GASPRD,all,all,1.0,fixed,
3+
GASPRC,GASPRD,all,all,-1.05,fixed,
4+
GASPRC,GASNAT,all,all,1.0,fixed,
5+
WNDFRM,ELCTRI,all,all,1.0,fixed,
6+
GASCGT,GASNAT,all,all,-1.5,fixed,
7+
GASCGT,ELCTRI,all,all,1.0,fixed,
8+
RGASBR,GASNAT,all,all,-1.15,fixed,
9+
RGASBR,RSHEAT,all,all,1.0,fixed,
10+
RELCHP,ELCTRI,all,all,-0.33,fixed,
11+
RELCHP,RSHEAT,all,all,1.0,fixed,
12+
GASDRV,CO2EMT,all,all,5.113,fixed,
13+
GASPRC,CO2EMT,all,all,2.5565,fixed,
14+
GASCGT,CO2EMT,all,all,76.695,fixed,
15+
RGASBR,CO2EMT,all,all,58.7995,fixed,

0 commit comments

Comments
 (0)