Closed mgeplf closed 1 year ago
Currently we raise an exception: https://github.com/BlueBrain/libsonata/blob/master/src/node_sets.cpp#L405
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.
Fixed by #272
Currently we raise an exception: https://github.com/BlueBrain/libsonata/blob/master/src/node_sets.cpp#L405