Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions-5028b9fd08
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispap95 authored Dec 2, 2024
2 parents 9d84c43 + 10f8bc8 commit 6fe6344
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 6fe6344

Please sign in to comment.