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 323cdde commit 4d96fccCopy full SHA for 4d96fcc
cylc/flow/config.py
@@ -685,10 +685,10 @@ def prelim_process_graph(self) -> None:
685
all(item in ['graph', '1', 'R1'] for item in graphdict)
686
):
687
# Pure acyclic graph, assume integer cycling mode with '1' cycle
688
- self.cfg['scheduling']['cycling mode'] = INTEGER_CYCLING_TYPE
689
for key in ('initial cycle point', 'final cycle point'):
690
if key not in self.cfg['scheduling']:
691
self.cfg['scheduling'][key] = '1'
+ self.cfg['scheduling']['cycling mode'] = INTEGER_CYCLING_TYPE
692
693
def process_utc_mode(self):
694
"""Set UTC mode from config or from stored value on restart.
0 commit comments