Fix comment in enrichment test

This commit is contained in:
Paul Romano 2017-10-04 21:06:28 -05:00
parent 18ca81e8d6
commit ce8b097812

View file

@ -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)