Skip to content

Commit

Permalink
submission working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 28, 2024
1 parent 4e1facf commit 0b737db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cache_executor_pysqa_flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_executor(self):
backend="pysqa_flux",
cache_directory="cache",
max_cores=1,
resource_dict={"cores": 2, "cwd": "."},
resource_dict={"cores": 2, "cwd": os.path.abspath("cwd")},
flux_executor=None,
flux_executor_pmi_mode=None,
flux_executor_nesting=False,
Expand Down

0 comments on commit 0b737db

Please sign in to comment.