Skip to content

Commit

Permalink
Fixing missing docstring in the auto docs (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Sep 27, 2021
1 parent eeb28b4 commit 62b85d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/materials/thoriumOxide.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def setDefaultMassFracs(self):
self.setMassFrac("O16", 0.1212)

def density(self, Tk=None, Tc=None):
Tk = getTk(Tc, Tk)
"""g/cc from IAEA TE 1450"""
Tk = getTk(Tc, Tk)
return 10.00

def linearExpansion(self, Tk=None, Tc=None):
Expand Down

0 comments on commit 62b85d6

Please sign in to comment.