add nuclide that is not in model; (fails locally)

This commit is contained in:
Kalin Kiesling 2023-03-23 15:43:03 -05:00
parent e93dd66430
commit 7f68462e3a

View file

@ -47,7 +47,7 @@ ENERGIES = np.logspace(log10(1e-5), log10(2e7), 100)
("direct", {}, 1e-5),
("flux", {'energies': ENERGIES}, 0.01),
("flux", {'energies': ENERGIES, 'reactions': ['(n,gamma)']}, 1e-5),
("flux", {'energies': ENERGIES, 'reactions': ['(n,gamma)'], 'nuclides': ['W186']}, 1e-5),
("flux", {'energies': ENERGIES, 'reactions': ['(n,gamma)'], 'nuclides': ['W186', 'H3']}, 1e-5),
])
def test_activation(run_in_tmpdir, model, reaction_rate_mode, reaction_rate_opts, tolerance):
# Determine (n.gamma) reaction rate using initial run