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
212 stars 82 forks source link

Adding code coverage to FH & GlobalFluxInt #1732

Closed john-science closed 2 weeks ago

john-science commented 2 weeks ago

What is the change?

Just adding a few unit tests to the FuelHandler and the GlobalFluxInterface.

Why is the change being made?

I found a few methods with no code coverage, and I am trying to bump the ARMI code coverage over 90%.


Checklist