Skip to content

Commit 8da8ffa

Browse files
dweindldilpath
andauthored
Apply suggestions from code review
Co-authored-by: Dilan Pathirana <[email protected]>
1 parent a616088 commit 8da8ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

petab/v2/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,13 +2548,13 @@ def format_version_tuple(self) -> tuple[int, int, int, str]:
25482548
def _get_flattened_id_mappings(
25492549
petab_problem: Problem,
25502550
) -> dict[str, str]:
2551-
"""Get mapping from flattened to unflattenedobservable IDs.
2551+
"""Get mapping from flattened to unflattened observable IDs.
25522552
25532553
:param petab_problem:
25542554
The unflattened PEtab problem.
25552555
25562556
:returns:
2557-
A mapping from original observable ID to flattened ID.
2557+
A mapping from flattened ID to original observable ID.
25582558
"""
25592559
from ..v1.core import (
25602560
get_notnull_columns,

0 commit comments

Comments
 (0)