You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With EasyVVUQ v1.1 installed through pip I found that when not specifying work_dir to Campaign that whilst my campaign database appeared in a sub-directory of the current working directory, the runs appeared under /tmp.
I think the issue is with the below line, which I think should use self.work_dir rather than work_dir?
…ting temporary campaign directory
Prior to this change not specifying work_dir would lead to campaign runs appearing under `/tmp` but the database appearing under the current directory. With this change both appear under the current directory.
I'm just getting up and running with the code so may be misunderstanding the intent here, but the change given in PR #360 does seem to change runs from appearing under tmp to the expected location under the current directory in my setup.
With EasyVVUQ v1.1 installed through pip I found that when not specifying
work_dir
toCampaign
that whilst my campaign database appeared in a sub-directory of the current working directory, the runs appeared under/tmp
.I think the issue is with the below line, which I think should use
self.work_dir
rather thanwork_dir
?EasyVVUQ/easyvvuq/campaign.py
Line 158 in fac0b57
The text was updated successfully, but these errors were encountered: