terrapower / armi

An open-source nuclear reactor analysis automation framework that helps design teams increase efficiency and quality
https://terrapower.github.io/armi/
Apache License 2.0
224 stars 87 forks source link

Cleaning up docstring and unused instance variable #1752

Closed albeanth closed 3 months ago

albeanth commented 3 months ago

What is the change?

While doing a review of depletion capabilities I noticed that the docstring for the Assembly class was a bit out of date and that the instance variable pinPeakingFactors was unused. This PR cleans that out.

Why is the change being made?

No need to keep stuff that's not used.


Checklist