mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix comment in enrichment test
This commit is contained in:
parent
18ca81e8d6
commit
ce8b097812
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ if __name__ == '__main__':
|
|||
u234_to_u235 = densities['U234'][1] / densities['U235'][1]
|
||||
assert np.isclose(u234_to_u235, 0.0089, rtol=1.e-8)
|
||||
|
||||
# Compute the ratio of U234/U235
|
||||
# Compute the ratio of U236/U235
|
||||
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