Skip to content

Commit

Permalink
Update eden tests for 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 11, 2024
1 parent 1819e18 commit 214875a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_validate, jNeuroML_validatev1, jNeuroML_EDEN ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down
4 changes: 2 additions & 2 deletions neuroConstruct/generatedNeuroML2/.test.jnmleden.omt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0.0010167414427688726
tolerance: 0.0010208952879688757
Current clamp basket:
observables:
spike times:
Expand All @@ -25,4 +25,4 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0.00029262095123372775
tolerance: 0.000289288215650068
4 changes: 2 additions & 2 deletions neuroConstruct/generatedNeuroML2/.test.two.jnmleden.omt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0.017343922603342065
tolerance: 0.01734388742304312
bask0:
observables:
spike times:
Expand All @@ -26,4 +26,4 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0.0017869092394359062
tolerance: 0.001786960295444412

0 comments on commit 214875a

Please sign in to comment.