File tree Expand file tree Collapse file tree
modules/performUQ/SimCenterUQ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ def _run_simulation(self): # noqa: C901
215215
216216 # command line
217217 # KZ modified 0331
218- command_line = f'{ pythonEXE } { dakotaScript } --workflowInput sc_dakota_plom.json --driverFile { os .path .splitext (self .workflow_driver )[0 ]} --workflowOutput EDP.json --runType { runType } ' # noqa: PTH122
218+ # command_line = f'{pythonEXE} {dakotaScript} --workflowInput sc_dakota_plom.json --driverFile {os.path.splitext(self.workflow_driver)[0]} --workflowOutput EDP.json --runType {runType}'
219+ command_line = f'{ pythonEXE } { dakotaScript } --workflowInput sc_dakota_plom.json --driverFile { os .path .splitext (self .workflow_driver )[0 ]} --workflowOutput EDP.json --runType runningLocal' # noqa: PTH122
219220 print (command_line ) # noqa: T201
220221 # run command
221222 dakotaTabPath = os .path .join (self .work_dir , 'dakotaTab.out' ) # noqa: PTH118, N806
You can’t perform that action at this time.
0 commit comments