mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Run XDG tests if XDG is enabled, do not filter based on other umesn library symbols
This commit is contained in:
parent
1a93542986
commit
478866f13d
1 changed files with 0 additions and 6 deletions
|
|
@ -284,12 +284,6 @@ def test_xdg_mesh_tallies(model, test_opts):
|
|||
if not openmc.lib._xdg_enabled():
|
||||
pytest.skip("XDG is not enabled in this build.")
|
||||
|
||||
if test_opts["library"] == "moab" and not openmc.lib._dagmc_enabled():
|
||||
pytest.skip("DAGMC (and MOAB) mesh not enabled in this build.")
|
||||
|
||||
if test_opts["library"] == "libmesh" and not openmc.lib._libmesh_enabled():
|
||||
pytest.skip("LibMesh is not enabled in this build.")
|
||||
|
||||
# reference mesh tally
|
||||
regular_mesh_tally = model.tallies[0]
|
||||
regular_mesh_tally.estimator = 'collision'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue