Skip to content

Commit

Permalink
last tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
onufer committed Nov 22, 2024
1 parent 21ae23c commit 96a9a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/nuclearDataIO/xsCollections.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def collapseCrossSection(crossSection, weights):

def compare(self, other, flux, relativeTolerance=0, verbose=False, nucName=""):
"""Compare the cross sections between two XSCollections objects."""
nuclideIDMsg = "" # f"Nuclide {nucName} " if nucName else ""
nuclideIDMsg = f"Nuclide {nucName} " if nucName else ""
equal = True
for xsName in ALL_COLLECTION_DATA:
myXsData = self.__dict__[xsName]
Expand Down

0 comments on commit 96a9a9c

Please sign in to comment.