123456789101112131415161718 |
- # Script for running automated tests on OSB, see https://github.com/OpenSourceBrain/osb-model-validation
- target: LEMS_HL23VIP_sim.xml
- engine: jNeuroML_NetPyNE
- mep: tests/.test.vip.mep
- experiments:
- stepVIP:
- observables:
- spike times:
- file:
- path: HL23VIP_net.dat
- columns: [0,1]
- scaling: [1000,1000]
- spike detection:
- method: threshold
- tolerance: 0.004726833021875293
|