Skip to content

Commit 487df68

Browse files
authored
Change return type to List[int] in km3net_utilities.py
Updated the return type of the function to List[int].
1 parent e407119 commit 487df68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graphnet/data/extractors/km3net/utilities/km3net_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def create_unique_id_run_by_run(
1313
run_id: List[int],
1414
evt_id: List[int],
1515
hnl_model: str,
16-
)->List[str]:
16+
)->List[int]:
1717
"""Create a unique ID for each event based on its parameters.
1818
1919
Args:

0 commit comments

Comments
 (0)