We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153916 commit ef86844Copy full SHA for ef86844
1 file changed
petab/v2/lint.py
@@ -1010,6 +1010,9 @@ def get_valid_parameters_for_parameter_table(
1010
)
1011
1012
# 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
1016
for mapping in problem.mappings:
1017
if mapping.petab_id not in invalid:
1018
parameter_ids[mapping.petab_id] = None
0 commit comments