Skip to content

Commit

Permalink
Test on nrn
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 1, 2023
1 parent 4ded7ad commit 06b7547
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down
28 changes: 28 additions & 0 deletions HH/.test.ex5.jnmlnrn.omt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation

target: LEMS_NML2_Ex5_DetCell.xml
engine: jNeuroML_NEURON
mep: .test.ex5.mep
experiments:
v:
observables:
spike times:
file:
path: .ex5_v.dat
columns: [0,1]
scaling: [1000, 1000]
spike detection:
method: threshold
threshold: 0
tolerance: 0
m:
observables:
spike times:
file:
path: ex5_vars.dat
columns: [0,1]
scaling: [1000, 1]
spike detection:
method: threshold
threshold: 0.9
tolerance: 0

0 comments on commit 06b7547

Please sign in to comment.