mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 03:55:38 -04:00
6 lines
151 B
Python
6 lines
151 B
Python
from tests.testing_harness import HashedTestHarness
|
|
|
|
|
|
def test_score_current():
|
|
harness = HashedTestHarness('statepoint.10.h5')
|
|
harness.main()
|