From 97a9a13ff193f5390f2747f233ca40611e23e570 Mon Sep 17 00:00:00 2001 From: ajfriedman22 Date: Tue, 15 Oct 2024 16:39:39 -0600 Subject: [PATCH] Fix indentation --- ensemble_md/cli/run_REXEE.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ensemble_md/cli/run_REXEE.py b/ensemble_md/cli/run_REXEE.py index 7ca4b89..435b38c 100644 --- a/ensemble_md/cli/run_REXEE.py +++ b/ensemble_md/cli/run_REXEE.py @@ -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: