File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3112,7 +3112,8 @@ def carbon_flow(
31123112 )
31133113
31143114 cost_dataframe .loc [("electrobiofuels" , "efficiency-hydrogen" ), "value" ] = (
3115- 1 / cost_dataframe .loc [("Fischer-Tropsch" , "hydrogen-input" ), "value" ]
3115+ 1
3116+ / cost_dataframe .loc [("Fischer-Tropsch" , "hydrogen-input" ), "value" ]
31163117 / efuel_scale_factor
31173118 )
31183119 cost_dataframe .loc [("electrobiofuels" , "efficiency-hydrogen" ), "unit" ] = (
@@ -3138,7 +3139,8 @@ def carbon_flow(
31383139 )
31393140
31403141 cost_dataframe .loc [("electrobiofuels" , "efficiency-hydrogen" ), "value" ] = (
3141- 1 / cost_dataframe .loc [("Fischer-Tropsch" , "hydrogen-input" ), "value" ]
3142+ 1
3143+ / cost_dataframe .loc [("Fischer-Tropsch" , "hydrogen-input" ), "value" ]
31423144 / efuel_scale_factor
31433145 )
31443146 cost_dataframe .loc [("electrobiofuels" , "efficiency-hydrogen" ), "unit" ] = (
You can’t perform that action at this time.
0 commit comments