Skip to content

Commit 9138c8e

Browse files
committed
Test on Moose
1 parent 63fd2dc commit 9138c8e

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1722
language: python
1823
python: 2.7
@@ -27,6 +32,7 @@ env:
2732
- OMV_ENGINE=jNeuroML_NetPyNE
2833
- OMV_ENGINE=jNeuroML_PyNN_NEURON
2934
- OMV_ENGINE=jNeuroML_Brian2
35+
- OMV_ENGINE=jNeuroML_Moose
3036

3137
install:
3238
- pip install git+https://github.com/OpenSourceBrain/osb-model-validation
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)