We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43a201 commit 91c8340Copy full SHA for 91c8340
src/geophires_x/EconomicsSam.py
@@ -227,7 +227,7 @@ def _validate_construction_capex_schedule(
227
228
if len(adjust_schedule_reasons) > 0:
229
capex_schedule = adjust_phased_schedule_to_new_length(econ_capex_schedule.value, construction_years)
230
- msg = f'{econ_capex_schedule.Name} ({econ_capex_schedule}) '
+ msg = f'{econ_capex_schedule.Name} ({econ_capex_schedule.value}) '
231
msg += ' and '.join(adjust_schedule_reasons)
232
msg += f'. It has been adjusted to: {capex_schedule}'
233
0 commit comments