tomdele
tomdele
Yeah I will try to check that
Elef you are the king of this ticket now congratz ! :D
iirc, no matter the number of points you use for the soma, the soma will always be undefined when you are using the mut morphologies. You must set yourself the...
My god. I am sorry, I totally misread the ticket ... I just repeated what you already said and knew. I am not sure that not having a proper type...
> The more I dig into MorphIO, the more code I want to delete there :D. I cannot agree more. I feel like the `surface`/`volume` and everything that implies computing...
Guess having them in morphio is mandatory. We can use a link pointing to the morphio doc in NeuroM since they have the same definitions (NeuroM using morphio internally anyway).
Indeed and I am using this to define : `EdgePopulation.source` and `EdgePopulation.target` So maybe the idea is to add a SOURCE|TARGET_NODE_POPULATION field to the sonata_constant.Edge container.
Basically this issue is : when you return the source and target node ids from the get functions: ``` from bluepysnap.sonata_constants import Edge edge.get(edge_ids, properties=[Edge.SOURCE_NODE_ID, Edge.TARGET_NODE_ID]) ``` You don t...
tested with: ``` from bluepysnap import Circuit import h5py circuit = Circuit("circuit_config_test.json") node_pop = circuit.nodes["population"] node_ids = node_pop.ids() node_get = node_pop.get(group=[1]) ns = node_pop.size edge_pop = circuit.edges["population"] source_node = edge_pop.source...
not sure we need to test it ...