Skip to content

Commit

Permalink
back in black
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Jan 29, 2024
1 parent ac93424 commit e64428d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcdc/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def loop_fixed_source(mcdc):
# Multi-batch closeout
if mcdc["setting"]["N_batch"] > 1:
# Reset banks
mcdc['bank_source']['size'] = 0
mcdc['bank_census']['size'] = 0
mcdc['bank_active']['size'] = 0
mcdc["bank_source"]["size"] = 0
mcdc["bank_census"]["size"] = 0
mcdc["bank_active"]["size"] = 0

# Tally history closeout
kernel.tally_reduce_bin(mcdc)
Expand Down

0 comments on commit e64428d

Please sign in to comment.