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 75b38a7 commit 5bc24f5Copy full SHA for 5bc24f5
src/muse/mca.py
@@ -329,7 +329,8 @@ def run(self) -> None:
329
self.outputs_cache.consolidate_cache(year=self.time_framework[year_idx])
330
331
getLogger(__name__).info(
332
- f"Finish simulation year {years[0]} ({year_idx + 1}/{nyear})!"
+ f"Finished simulation period {years[0]} to {years[1]} "
333
+ f"({year_idx + 1}/{nyear})!"
334
)
335
336
0 commit comments