Skip to content

Commit 19150c1

Browse files
author
Wood, Tony
committed
Delete unused parameter.
1 parent 3ad4006 commit 19150c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

py/orbit/bunch_utils/collect_bunch.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ class BunchCoord(IntEnum):
3434
DE = 5
3535

3636

37-
def collect_bunch(
38-
bunch: Bunch,
39-
return_memmap: bool = True,
40-
output_fname: Optional[str] = None,
41-
) -> BunchDict | None:
37+
def collect_bunch(bunch: Bunch, return_memmap: bool = True) -> BunchDict | None:
4238
"""Collects attributes from a PyOrbit Bunch across all MPI ranks and returns it as a dictionary.
4339
Parameters
4440
----------

0 commit comments

Comments
 (0)