You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2671 a method Statepoint._populate_tally was added that wasn't quite appropriate for the purpose of that PR, but it might make for a nice Tally.from_hdf5 method that allows us to compartmentalize some of the Tally object creation that occurs in the Statepoint object currently.
Description
In #2671 a method
Statepoint._populate_tally
was added that wasn't quite appropriate for the purpose of that PR, but it might make for a niceTally.from_hdf5
method that allows us to compartmentalize some of theTally
object creation that occurs in theStatepoint
object currently.openmc/openmc/statepoint.py
Line 429 in 2fb7e3d
Alternatives
Leave well enough alone
Compatibility
This would be an internal refactor and only expose new functionality on the
Tally
class.The text was updated successfully, but these errors were encountered: