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 fb13b81 commit d685f4aCopy full SHA for d685f4a
1 file changed
temoa/data_io/hybrid_loader.py
@@ -654,6 +654,13 @@ def _load_retired_existing_capacity(
654
"""
655
Only needed in myopic to bring past early retirement decisions forward
656
657
+ if not self.table_exists('output_retired_capacity'):
658
+ logger.info(
659
+ "Table 'output_retired_capacity' not found. Skipping loading "
660
+ 'of retired existing capacity.'
661
+ )
662
+ return
663
+
664
model = TemoaModel()
665
cur = self.con.cursor()
666
mi = self.myopic_index
0 commit comments