Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2024
1 parent 0d89a64 commit 3832988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastjet/_generalevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def extract_cons(self, array):
px = ak.to_numpy(array.px.layout.content)
py = ak.to_numpy(array.py.layout.content)
pz = ak.to_numpy(array.pz.layout.content)
E = ak.to_numpy(array.E.layout.content)
E = ak.to_numpy(array.E.layout.content)
off = np.asarray(array.layout.stops)
off = np.insert(off, 0, 0)
return px, py, pz, E, off
Expand Down

0 comments on commit 3832988

Please sign in to comment.