[skip ci] removed print statement

This commit is contained in:
Jonathan Shimwell 2022-08-23 23:20:18 +01:00 committed by GitHub
parent 2a71a244d9
commit 1e55089e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,7 +340,6 @@ def test_get_nuclide_atom_densities(uo2):
def test_get_specific_nuclide_atom_densities(uo2):
print(uo2)
one_nuc = uo2.get_nuclide_atom_densities(nuclide='O16')
assert list(one_nuc.keys()) == ['O16']
assert list(one_nuc.values())[0] > 0