Skip to content

Commit

Permalink
Fix typo in definition of constituents (pt instead of p)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispap95 authored Dec 2, 2024
1 parent 1a4f68c commit 2e20e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastjet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def exclusive_jets_constituents_index(self, njets: int = 10) -> ak.Array:

raise AssertionError()

def constituents(self, min_p: float = 0) -> ak.Array:
def constituents(self, min_pt: float = 0) -> ak.Array:
"""Returns the particles that make up each Jet.
Args:
Expand Down

0 comments on commit 2e20e10

Please sign in to comment.