Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriedman22 committed Oct 15, 2024
1 parent 2890b2e commit 97a9a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ensemble_md/cli/run_REXEE.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ def main():

print('\n----- Saving .npy files to checkpoint the simulation ---')
np.save(args.ckpt, REXEE.rep_trajs)
if REXEE.fixed_weights is not True:
np.save(args.equil, REXEE.equil)
if REXEE.fixed_weights is not True:
np.save(args.equil, REXEE.equil)

# Save the npy files at the end of the simulation anyway.
if rank == 0:
Expand Down

0 comments on commit 97a9a13

Please sign in to comment.