mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Add requirement to have njoy executable before am244() in test_kerma.
This commit is contained in:
parent
c5f66a3af5
commit
c36cfa8f93
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ def test_derived_products(am244):
|
|||
assert total_neutron.yield_(6e6) == pytest.approx(4.2558)
|
||||
|
||||
|
||||
@needs_njoy
|
||||
def test_kerma(run_in_tmpdir, am244, h2):
|
||||
# Make sure kerma w/ local photon is >= regular kerma
|
||||
for nuc in (am244, h2):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue