You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can be used to specify a subset of segmentGroups in a cell which contain unbranched (each segment has a unique parent in this group apart from the first) and non overlapping (every segment in cell belongs to one and only one of these segmentGroups) groups.
e.g. see
https://bitbucket.org/mbezaire/nc_superdeep/src/fab4d82bae57a42a7da0e595d0cf04f203787295/neuroConstruct/generatedNeuroML2/pvbasketcell.cell.nml?at=default
segmentGroups marked with neuroLexId sao864921383, e.g.
<segmentGroup id="bcdendBAS2_2" neuroLexId="sao864921383">
<member segment="39"/>
<member segment="40"/>
</segmentGroup>
can be used to specify a subset of segmentGroups in a cell which contain unbranched (each segment has a unique parent in this group apart from the first) and non overlapping (every segment in cell belongs to one and only one of these segmentGroups) groups.
A test for this should be added to https://github.com/NeuroML/org.neuroml.model/blob/development/src/main/java/org/neuroml/model/util/NeuroML2Validator.java
The text was updated successfully, but these errors were encountered: