File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2149,9 +2149,9 @@ def read_parameters(self, model: Model) -> None:
2149
2149
" adjustment factor = 1." )
2150
2150
ParameterToModify .value = 1.0
2151
2151
if self .HeatStartPrice .value > self .HeatEndPrice .value :
2152
- s = f'{ self .HeatStartPrice .Name } cannot be greater than { self .HeatEndPrice .Name } . ' \
2152
+ s = f'{ self .HeatStartPrice .Name } ({ self .HeatStartPrice .quantity ()} ) cannot be ' \
2153
+ f'greater than { self .HeatEndPrice .Name } ({ self .HeatEndPrice .quantity ()} ). ' \
2153
2154
f'GEOPHIRES will assume { self .HeatStartPrice .Name } is equal to { self .HeatEndPrice .Name } .'
2154
- print ("Warning: " + s )
2155
2155
model .logger .warning (s )
2156
2156
else :
2157
2157
model .logger .info ("No parameters read because no content provided" )
You can’t perform that action at this time.
0 commit comments