Skip to content

Commit

Permalink
Closing the plot in plotConvertedBlock() (terrapower#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Sep 26, 2024
1 parent f4223b2 commit 727825f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armi/reactor/converters/blockConverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def plotConvertedBlock(self, fName=None):
plt.savefig(fName)
else:
plt.show()
plt.close()
return fName


Expand Down

0 comments on commit 727825f

Please sign in to comment.