mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Using PyAPITestHarness instead.
This commit is contained in:
parent
78ef4e996a
commit
6c32f99d56
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import openmc.capi
|
|||
from openmc.stats import Box
|
||||
|
||||
import pytest
|
||||
from tests.testing_harness import HashedPyAPITestHarness
|
||||
from tests.testing_harness import PyAPITestHarness
|
||||
|
||||
pytestmark = pytest.mark.skipif(
|
||||
not openmc.capi.dagmc_enabled,
|
||||
|
|
@ -45,5 +45,5 @@ def test_dagmc():
|
|||
mats = openmc.Materials([u235, water])
|
||||
model.materials = mats
|
||||
|
||||
harness = HashedPyAPITestHarness('statepoint.5.h5', model=model)
|
||||
harness = PyAPITestHarness('statepoint.5.h5', model=model)
|
||||
harness.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue