openworm / hodgkin_huxley_tutorial

A repository containing code for a number of tutorials on the Hodgkin Huxley model, including an interactive Jupyter notebook
GNU Lesser General Public License v3.0
37 stars 9 forks source link

Updated line numbers in `Tutorial.rst` for documentation (Fixes issue #40) #44

Closed irahulsonkar closed 2 years ago

irahulsonkar commented 2 years ago

Lines numbers were shifted in HodgkinHuxley.py after adding support for vclamp mode. Tutorial.rst uses it for online documentation of the tutorial. Now updated to correct line numbers based on latest python file.

pgleeson commented 2 years ago

Thanks @irahulsonkar!