12345678910111213141516 |
- # Script for running automated tests on OSB, see https://github.com/OpenSourceBrain/osb-model-validation
- target: test_HL23SST.hoc
- engine: NEURON
- mep: .test.sst.mep
- experiments:
- stepSST:
- observables:
- spike times:
- file:
- path: Soma.sst.v.dat
- columns: [0,1]
- scaling: [1000,1000]
- spike detection:
- method: threshold
- tolerance: 0.00041905294035473467
|