mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Ensuring only one thread on the CAD run.
This commit is contained in:
parent
326eddc469
commit
f2cb4da8d9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
from subprocess import call
|
||||
|
||||
def test_cad():
|
||||
assert not call(['openmc'])
|
||||
assert not call(['openmc -s 1'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue