Should empty node_set arrays be allowed
Closed this issue · 2 comments
mgeplf commented
Currently we raise an exception:
https://github.com/BlueBrain/libsonata/blob/master/src/node_sets.cpp#L405
mgeplf commented
It's strange to have an empty array for a nodeset, but it doesn't seem to be forbidden, so it's probably worth it to stop raising this exception.