1234567891011121314151617 |
- # Script for running automated tests on OSB, see https://github.com/OpenSourceBrain/osb-model-validation
- target: LEMS_HL23PV_sim.xml
- engine: jNeuroML_NEURON
- mep: tests/.test.pv.mep
- experiments:
- stepPV:
- observables:
- spike times:
- file:
- path: HL23PV_net.dat
- columns: [0,1]
- scaling: [1000,1000]
- spike detection:
- method: threshold
- threshold: -10.0
- tolerance: 0.015155767611563384
|