Skip to content

Commit

Permalink
Update detect_cadet() expected variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath authored and schmoelder committed Dec 4, 2024
1 parent 3c5b3b6 commit bf3b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parallelization_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

backends = [SequentialBackend] + parallel_backends

found_cadet, cli_path, install_path = detect_cadet()
found_cadet, install_path = detect_cadet()

n_cores = 2
cpu_count = multiprocessing.cpu_count()
Expand Down

0 comments on commit bf3b2df

Please sign in to comment.