Ensuring only one thread on the CAD run.

This commit is contained in:
shriwise 2018-09-08 14:32:23 -05:00 committed by pshriwise
parent 326eddc469
commit f2cb4da8d9

View file

@ -2,5 +2,5 @@
from subprocess import call
def test_cad():
assert not call(['openmc'])
assert not call(['openmc -s 1'])