Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] no_shared_fs should be under the field runner (#300)
“no_shared_fs" should be under the field "runner" Change no_shared_fs = config.experiment.get("no_shared_fs", False) to no_shared_fs = runner_config.get("no_shared_fs", False)
- Loading branch information