File size: 741 Bytes
0558c72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation

target: ../LEMS_HHTutorial.xml 
engine: jNeuroML
mep: .test.tut.mep
experiments:
  Current clamp:
    observables:
      spike times:
        file: 
          path: ../hh_tut_v.dat
          columns: [0,1]
          scaling: [1000, 1000]
        spike detection: 
          method: threshold
          threshold: 0
        tolerance: 0.0008070210834257156
  Current clamp i:
    observables:
      spike times:
        file: 
          path: ../hh_tut_ic.dat
          columns: [0,1]
          scaling: [1000, 1]
        spike detection: 
          method: threshold
          threshold: 1e-12
        tolerance: 0.000