Skip to content

Commit

Permalink
Fix mitochondria connector definition
Browse files Browse the repository at this point in the history
This connector is reciprocal and has a cardinality of two.
  • Loading branch information
tomka committed Jul 2, 2024
1 parent 24a3cb7 commit abec796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/applications/catmaid/control/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
'type': 'Mitochondrion',
'type_id': 'mitochondrion-connector',
'relation': 'mitochondrion_of',
'isreciprocal': False,
'cardinality': None,
'isreciprocal': True,
'cardinality': 2,
'partner_reference': 'mitochondrion',
'partner_relation': 'mitochondrion_of',
},
Expand Down

0 comments on commit abec796

Please sign in to comment.