Skip to content

Commit ef86844

Browse files
committed
keep FIXME comment
1 parent f153916 commit ef86844

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

petab/v2/lint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,9 @@ def get_valid_parameters_for_parameter_table(
10101010
)
10111011

10121012
# Add petab ids from mapping table if they are used for aliasing
1013+
# FIXME only add mapping.petab_id to allowed parameter IDs list if it
1014+
# aliases an invalid PEtab ID? See
1015+
# https://github.com/PEtab-dev/libpetab-python/pull/482#discussion_r3420762034
10131016
for mapping in problem.mappings:
10141017
if mapping.petab_id not in invalid:
10151018
parameter_ids[mapping.petab_id] = None

0 commit comments

Comments
 (0)