Merge pull request #1693 from aprilnovak/needs-njoy-kerma

Add requirement to have njoy executable in test_kerma.
This commit is contained in:
Paul Romano 2020-10-15 16:31:13 -05:00 committed by GitHub
commit 9dc09b0234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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