There was an error while loading. Please reload this page.
1 parent b9dc406 commit 56f6fe5Copy full SHA for 56f6fe5
1 file changed
petab/v2/extensions/sciml_lint.py
@@ -88,7 +88,9 @@ def _nn_entity_petab_ids(
88
# Only consider references to actual neural networks.
89
if nn_ids and match.group("nn_id") not in nn_ids:
90
continue
91
- buckets[match.group("kind")][mapping.petab_id] = match.group("nn_id")
+ buckets[match.group("entity_type")][mapping.petab_id] = match.group(
92
+ "nn_id"
93
+ )
94
return inputs, outputs, parameters
95
96
0 commit comments