CoolFace
Apppublic

opensourcebrain/HodgkinHuxleyTutorial

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.test.tut.jnml.omt29 linesDownload Raw Back to tests
1# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation2 3target: ../LEMS_HHTutorial.xml 4engine: jNeuroML5mep: .test.tut.mep6experiments:7  Current clamp:8    observables:9      spike times:10        file: 11          path: ../hh_tut_v.dat12          columns: [0,1]13          scaling: [1000, 1000]14        spike detection: 15          method: threshold16          threshold: 017        tolerance: 0.000807021083425715618  Current clamp i:19    observables:20      spike times:21        file: 22          path: ../hh_tut_ic.dat23          columns: [0,1]24          scaling: [1000, 1]25        spike detection: 26          method: threshold27          threshold: 1e-1228        tolerance: 0.00029