Skip to content

Commit

Permalink
Adding DeprecationWarning for HistoryTrackerInterface (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Oct 14, 2024
1 parent ffd6400 commit a3ef1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armi/bookkeeping/historyTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def __init__(self, r, cs):
self.xsHistory = {}
self._preloadedBlockHistory = None

msg = "The HistoryTrackerInterface is deprecated, and will be removed."
runLog.warning(msg)

def interactBOL(self):
self.addDetailAssembliesBOL()

Expand Down

0 comments on commit a3ef1a3

Please sign in to comment.