File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ def PrintOutputs(self, model: Model):
264264 label = Outputs ._field_label (field .Name , 49 )
265265 f .write (f' { label } { field .value :10.2f} { field .CurrentUnits .value } \n ' )
266266
267- f .write (f' Accrued financing during construction: { econ .inflrateconstruction .value :10.1f } { econ .inflrateconstruction .CurrentUnits .value } \n ' )
267+ f .write (f' Accrued financing during construction: { econ .inflrateconstruction .value :10.2f } { econ .inflrateconstruction .CurrentUnits .value } \n ' )
268268
269269 f .write (f' Project lifetime: { model .surfaceplant .plant_lifetime .value :10.0f} { model .surfaceplant .plant_lifetime .CurrentUnits .value } \n ' )
270270 f .write (f' Capacity factor: { model .surfaceplant .utilization_factor .value * 100 :10.1f} %\n ' )
You can’t perform that action at this time.
0 commit comments