Skip to content

Commit

Permalink
linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTisi committed Nov 21, 2024
1 parent 37f6dca commit 278c5e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/pi-mts-rpc/mts-rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,7 @@ def autocorrelate(x, xbar=None, normalize=True):

# loads structures, discarding unused atom properties
warnings.filterwarnings("ignore", ".*residuenumbers array.*")
pi_frames = [
ipi.read_trajectory("rpc-mts.pos_" + str(i) + ".xyz") for i in range(8)
]
pi_frames = [ipi.read_trajectory("rpc-mts.pos_" + str(i) + ".xyz") for i in range(8)]
frames = []
for idx_f in range(len(pi_frames[0])):
f = pi_frames[0][idx_f]
Expand Down

0 comments on commit 278c5e2

Please sign in to comment.