suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.
http://www.netpyne.org
MIT License
142 stars 134 forks source link

fixed bug in conn, updated test/examples/* to use dynamic pathing #817

Closed jchen6727 closed 2 months ago

jchen6727 commented 2 months ago
  1. bug in conn.py from several commits ago causing errors with string representation.
  2. issues with dynamic pathing in tests/... that preventing users from easily running within a debugger.
    • should this be handled within the utils itself or externally? the dynamic pathing logic is handled externally but to prevent confusion with API, did not change the structure of the code. this can be addressed later.