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 dd16e76 commit 175d777Copy full SHA for 175d777
pre/remap_restart/remap_upper.py
@@ -423,7 +423,8 @@ def find_rst(self):
423
if len(files) >0:
424
restarts_in.append(files[0])
425
if (len(restarts_in) == 0) :
426
- print("\n try restart file names without time stamp\n")
+ print("\n Try restart file names without time stamp\n")
427
+ print("\n It expects restart file names as xx_internal_rst, e.g., fvcore_internal_rst \n")
428
for f in self.air_restarts :
429
fname = rst_dir+ '/'+f
430
if os.path.exists(fname):
0 commit comments