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