Skip to content

Commit

Permalink
remove last self.record, per @yardasol
Browse files Browse the repository at this point in the history
Co-authored-by: Olek <[email protected]>
  • Loading branch information
abachma2 and yardasol authored Sep 13, 2023
1 parent 0491b7f commit 948a723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openmcyclus/DepleteReactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def tick(self):
fuel is loaded
'''
if self.retired():
# self.record("RETIRED", "")
if self.context.time == self.exit_time + 1:
self.transmute()

Expand Down

0 comments on commit 948a723

Please sign in to comment.