Skip to content

Commit

Permalink
fix flux submission test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 15, 2024
1 parent 1769ab4 commit 7c5ccab
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 @@ -33,7 +33,7 @@ def mpi_funct(i):
class TestCacheExecutorPysqa(unittest.TestCase):
def test_executor(self):
with Executor(
backend="pysqa_flux",
backend="flux_submission",
resource_dict={"cores": 2, "cwd": "cache"},
block_allocation=False,
cache_directory="cache",
Expand Down

0 comments on commit 7c5ccab

Please sign in to comment.