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

Refactor edge_index::resolve. #314

Closed 1uc closed 9 months ago

1uc commented 9 months ago

The point is to split reading of the dataset into a separate function, and then make resolve safe for collective IO (assuming the newly introduced function is).

The overload for reading a single nodeID is removed as it's unused now.

1uc commented 9 months ago

This is a preparatory PR for #307