Add requirement to have njoy executable before am244() in test_kerma.

This commit is contained in:
aprilnovak 2020-10-15 11:44:14 -05:00
parent c5f66a3af5
commit c36cfa8f93

View file

@ -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):