BlueBrain / libsonata

A python and C++ interface to the SONATA format
https://libsonata.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
11 stars 12 forks source link

Prevent node_set materialization for `@libary` with integers #276

Closed mgeplf closed 1 year ago

mgeplf commented 1 year ago

this would previously resolved if "layer" was a set of @library strings, because it would have matched the numeric 1 to the enum-like values stored in the /nodes/.../0/layer and not /nodes/.../0/@library/layer

mgeplf commented 1 year ago

@WeinaJi can you have a look at this? I'd like to get it merged before we do a release.