File size: 571 Bytes
0558c72 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
# Note: this is not really running with Brian2, it's just a way to get a general Python script tested on OMV...
target: ../HodgkinHuxley.py
engine: Brian2
mep: .test.mep
experiments:
Current clamp:
observables:
spike times:
file:
path: ../hh_py_v.dat
columns: [0,1]
scaling: [1, 1]
spike detection:
method: threshold
threshold: 0
tolerance: 0.001681202059472487
|