Suggestions from PR review by @Paulromano

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Jonathan Shimwell 2022-03-07 20:28:24 +00:00 committed by GitHub
parent 4ba635f472
commit aa5e8ec418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,6 @@ def res():
def test_get_atoms(res):
"""Tests evaluating single nuclide concentration."""
mat = openmc.Material()
mat.id = 1
t, n = res.get_atoms("1", "Xe135")
t_ref = np.array([0.0, 1296000.0, 2592000.0, 3888000.0])