We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4656fcd commit 2065a7bCopy full SHA for 2065a7b
1 file changed
modules/performUQ/SimCenterUQ/runPLoM.py
@@ -179,7 +179,8 @@ def _run_simulation(self): # noqa: C901
179
pass
180
181
# move into the templatedir
182
- run_dir = job_config.get('runDir', os.getcwd()) # noqa: PTH109
+ # run_dir = job_config.get('runDir', os.getcwd())
183
+ run_dir = self.work_dir # ABS - using the run directory consistently
184
os.chdir(run_dir)
185
# training is done for single building (for now)
186
bldg_id = None
0 commit comments