12345678910111213141516 |
- # Script for running automated tests on OSB, see https://github.com/OpenSourceBrain/osb-model-validation
- target: LEMS_HL23PV_sim.xml
- engine: jNeuroML_NetPyNE
- 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
- tolerance: 0.013303396014594468
|