jarosado0911 / PythonNeuronMeshes

This repository is generating neuron mesh geometries from 1d Neuromorpho.org geometries.
1 stars 0 forks source link

UGX error, refinements #1

Closed jarosado0911 closed 1 year ago

jarosado0911 commented 1 year ago

I corrected the code, the issue was that the 'i' and 't' in parallelframe.py were unhashable, I resolved this by casting them to int().

jarosado0911 commented 1 year ago

This was resolved