File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ Tutorial/Source/*json
2626/Tutorial2 /NeuroML2 /* .hoc
2727/Tutorial /Source /LEMS_HH_Simulation_netpyne.py
2828/Tutorial /Source /LEMS_HH_SingleAP_brian2.py
29+ /Tutorial /Source /LEMS * _moose.py
Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ addons:
1212 - python-scipy
1313 - python-lxml
1414 - libhdf5-7
15- - python-tables
15+ - python-tables
16+ # Requirements for Moose
17+ - python-dev
18+ - libhdf5-dev
19+ - libgsl0-dev
20+ - g++
1621
1722language : python
1823python : 2.7
2732 - OMV_ENGINE=jNeuroML_NetPyNE
2833 - OMV_ENGINE=jNeuroML_PyNN_NEURON
2934 - OMV_ENGINE=jNeuroML_Brian2
35+ - OMV_ENGINE=jNeuroML_Moose
3036
3137install :
3238 - pip install git+https://github.com/OpenSourceBrain/osb-model-validation
Original file line number Diff line number Diff line change 1+ # Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+ target: ../LEMS_HH_Simulation.xml
4+ engine: jNeuroML_Moose
5+ mep: .test.mep
6+ experiments:
7+ Current clamp:
8+ observables:
9+ spike times:
10+ file:
11+ path: ../hh_v.dat
12+ columns: [0,1]
13+ scaling: [1000, 1000]
14+ spike detection:
15+ method: threshold
16+ threshold: 0
17+ tolerance: 0.00147105180204
You can’t perform that action at this time.
0 commit comments