mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
7 lines
133 B
Python
7 lines
133 B
Python
|
|
from tests.testing_harness import TestHarness
|
||
|
|
|
||
|
|
|
||
|
|
def test_density():
|
||
|
|
harness = TestHarness('statepoint.10.h5')
|
||
|
|
harness.main()
|