mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Suggestions from PR review by @Paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4ba635f472
commit
aa5e8ec418
1 changed files with 0 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue