Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Aug 26, 2024
1 parent 8370268 commit 8e27e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/pi-metad/pi-metad.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

# %%

import bz2
import os
import subprocess
import time
Expand Down Expand Up @@ -699,8 +700,6 @@ def moving_average(arr, window_size):
# the :math:`\mathrm{H_3O^+ + H_2O} \rightarrow \mathrm{H_2O + H_3O^+}`
# transition.

import bz2

with bz2.open("data/FES-md_hiq.bz2", "rt") as f:
data = np.loadtxt(f, comments="#")[:, :3]
xyz_md_hiq = np.array([10, 1, 0.01036427])[:, np.newaxis, np.newaxis] * data.T.reshape(
Expand Down

0 comments on commit 8e27e1e

Please sign in to comment.