Skip to content

Commit

Permalink
low memory setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 29, 2024
1 parent c741c6b commit 45db284
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@


def test_scenario1():
cmd = ["src/snkf/cli/main.py", "--config-name=scenario1.yaml"]
cmd = [
"src/snkf/cli/main.py",
"--config-name=scenario1.yaml",
"++handlers.acquisition-vds.n_jobs=1", # to avoid to much memory consumption.
]
result, _err = run_python_script(cmd, allow_warnings=True)

0 comments on commit 45db284

Please sign in to comment.