@@ -4777,6 +4777,7 @@ def check_alt_exit(self, j: Optional[int] = None) -> bool:
47774777 *runner*: :class:`CaseRunner`
47784778 Controller to run one case of solver
47794779 *j*: {``None``} | :class:`int`
4780+ Phase index
47804781 :Outputs:
47814782 *q*: :class:`bool`
47824783 ``True`` if no listed files have been modified recently
@@ -6007,7 +6008,7 @@ def clean(self, test: bool = False):
60076008 *test*: ``True`` | {``False``}
60086009 Option to log all actions but not actually copy/delete
60096010 :Versions:
6010- * 2024-09-18 ``@ddalle`: v1.0
6011+ * 2024-09-18 ``@ddalle`` : v1.0
60116012 """
60126013 # Get archivist
60136014 a = self .get_archivist ()
@@ -6027,7 +6028,7 @@ def archive(self, test: bool = False):
60276028 *test*: ``True`` | {``False``}
60286029 Option to log all actions but not actually copy/delete
60296030 :Versions:
6030- * 2024-09-18 ``@ddalle`: v1.0
6031+ * 2024-09-18 ``@ddalle`` : v1.0
60316032 """
60326033 # Get archivist
60336034 a = self .get_archivist ()
@@ -6047,7 +6048,7 @@ def skeleton(self, test: bool = False):
60476048 *test*: ``True`` | {``False``}
60486049 Option to log all actions but not actually copy/delete
60496050 :Versions:
6050- * 2024-09-18 ``@ddalle`: v1.0
6051+ * 2024-09-18 ``@ddalle`` : v1.0
60516052 """
60526053 # Get archivist
60536054 a = self .get_archivist ()
@@ -6066,7 +6067,7 @@ def unarchive(self, test: bool = False):
60666067 *test*: ``True`` | {``False``}
60676068 Option to log all actions but not actually copy/delete
60686069 :Versions:
6069- * 2024-09-20 ``@ddalle`: v1.0
6070+ * 2024-09-20 ``@ddalle`` : v1.0
60706071 """
60716072 # Get archivist
60726073 a = self .get_archivist ()
0 commit comments