Finalizing the capi after the complex cell test.

This commit is contained in:
Patrick Shriwise 2019-07-16 10:11:58 -05:00
parent 3e0dc41ea1
commit b373fd5931

View file

@ -29,3 +29,5 @@ def test_complex_cell_capi():
assert tuple(cell_box[0]) == expected_boxes[cell_id][0]
assert tuple(cell_box[1]) == expected_boxes[cell_id][1]
openmc.capi.finalize()