Skip to content

Commit

Permalink
small unit test change
Browse files Browse the repository at this point in the history
  • Loading branch information
onufer committed Aug 25, 2022
1 parent a101312 commit a9b9f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/tests/test_components.py
Expand Up @@ -621,7 +621,7 @@ def test_ExpansionConservationHotHeightDefined(self):

self.assertAlmostEqual(
circle1.getMassDensity(),
circle1.material.density3(Tc=circle2.temperatureInC),
circle1.material.density3(Tc=circle1.temperatureInC),
)
# change back to old temp
circle1.changeNDensByFactor(circle1.getThermalExpansionFactor())
Expand Down

0 comments on commit a9b9f44

Please sign in to comment.