NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

fix(vispy): use proximal and distal radii for mesh #292

Closed sanjayankur31 closed 6 months ago

sanjayankur31 commented 6 months ago

During refactoring, we'd used only the one radii, but that meant we only got cylinders, not cones and other related shapes where the two radii can be different.

Note that this means there may be more unique meshes, and so, the precision may be reduced more by the heuristic. But, it will allow users with more computing power to get more accurate meshes.