BlueBrain / BlueCelluLab

Biologically detailed neural network simulations and analysis API
https://bluecellulab.readthedocs.io/en/latest/
Other
8 stars 12 forks source link

Feature request: ability to check for node sets in the simulation node sets file #186

Open joni-herttuainen opened 1 month ago

joni-herttuainen commented 1 month ago

It seems that bluecellulab is currently only finding node sets in the circuit config's node sets file, which means using any of the node sets defined in the simulation config's node sets file would raise an exception.

It would be nice if it could also look into the simulation config's node sets file and prioritise that file over the circuit config's node sets file as the simulation config is what CircuitSimulation takes as an argument.

If you are interested in implementing this, I'm happy to help should you need help with bluepysnap.