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
36 stars 30 forks source link

Error: pyneuroml/povray/OverlaySimulation.py:279:31: F821 Undefined name `volts` #389

Closed sanjayankur31 closed 1 month ago

sanjayankur31 commented 3 months ago
ruff check
pyneuroml/povray/OverlaySimulation.py:279:31: F821 Undefined name `volts`
pyneuroml/povray/OverlaySimulation.py:280:30: F821 Undefined name `volts`
Found 2 errors.

I think it should be volt_colors perhaps, but I haven't had a chance to understand the code well enough