Skip to content

Commit

Permalink
Deb ug
Browse files Browse the repository at this point in the history
  • Loading branch information
marinerhemant committed Sep 20, 2024
1 parent d673dd5 commit 31df463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FF_HEDM/v7/ff_MIDAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def error(self, message):
peakSearchOnly = args.peakSearchOnly
rawDir = args.rawDir
inpFileName = args.fileName
if len(inpFileName) > 1 and len(dataFN)<1:
if len(inpFileName) > 1 and len(dataFN)<1 and '.h5' in inpFileName:
dataFN = inpFileName
if nNodes == -1:
nNodes = 1
Expand Down

0 comments on commit 31df463

Please sign in to comment.