Skip to content

Commit

Permalink
black formatting (newer version)
Browse files Browse the repository at this point in the history
  • Loading branch information
TianJingwd committed Jan 24, 2024
1 parent dd9d996 commit 31d0ace
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions armi/reactor/converters/geometryConverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,11 +895,14 @@ def createHomogenizedRZTBlock(
self.blockVolFracs[homBlock][b] = blockVolumeHere
# Notify if blocks with different xs types are being homogenized. May be undesired behavior.
if len(homBlockXsTypes) > 1:
msg = "Blocks {} with dissimilar XS IDs are being homogenized in {} between axial heights {} " "cm and {} cm. ".format(
self.blockMap[homBlock],
self.convReactor.core,
lowerAxialZ,
upperAxialZ,
msg = (
"Blocks {} with dissimilar XS IDs are being homogenized in {} between axial heights {} "
"cm and {} cm. ".format(
self.blockMap[homBlock],
self.convReactor.core,
lowerAxialZ,
upperAxialZ,
)
)
if self._strictHomogenization:
raise ValueError(
Expand Down

0 comments on commit 31d0ace

Please sign in to comment.