Skip to content

Commit

Permalink
Removing an unhelpful comment (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Feb 7, 2025
1 parent 6febc65 commit 1ff7f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/bookkeeping/report/reportingUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ def writeAssemblyMassSummary(r):
blockType = b.getType()
if blockType not in types:
types.append(blockType)
# if the BOL fuel assem is in the center of the core, its area is 1/3 of the full area b/c it's a sliced assem.
# bug: mass came out way high for a case once. 265 MT vs. 92 MT hm.
# If the BOL fuel assem is in the center of the core, its area is 1/3 of the full area b/c
# its a sliced assem.

# count assemblies
core = r.core
Expand Down

0 comments on commit 1ff7f65

Please sign in to comment.