mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Fix copy/paste error in enrichment test
This commit is contained in:
parent
a41a4d1feb
commit
18ca81e8d6
1 changed files with 2 additions and 2 deletions
|
|
@ -33,5 +33,5 @@ if __name__ == '__main__':
|
|||
assert np.isclose(u234_to_u235, 0.0089, rtol=1.e-8)
|
||||
|
||||
# Compute the ratio of U234/U235
|
||||
u234_to_u235 = densities['U236'][1] / densities['U235'][1]
|
||||
assert np.isclose(u234_to_u235, 0.0046, rtol=1.e-8)
|
||||
u236_to_u235 = densities['U236'][1] / densities['U235'][1]
|
||||
assert np.isclose(u236_to_u235, 0.0046, rtol=1.e-8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue