Skip to content

Commit

Permalink
Merge branch 'development' into feat/annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 29, 2024
2 parents 0895147 + e3ccc41 commit c989b81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build all NML Java

on:
push:
branches: [ master, development, experimental, documentation_update, osb* ]
branches: [ master, development, experimental, documentation_update, osb*, update* ]
pull_request:
branches: [ master, development, experimental, documentation_update, osb* ]
branches: [ master, development, experimental, documentation_update, osb*, update* ]

jobs:
build:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
java-package: jdk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run OMV tests

on:
push:
branches: [ master, development, experimental, documentation_update, osb* ]
branches: [ master, development, experimental, documentation_update, osb*, update* ]
pull_request:
branches: [ master, development, experimental, documentation_update, osb* ]
branches: [ master, development, experimental, documentation_update, osb*, update* ]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions LEMSexamples/test/.test.ex0.jnmleden.omt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ experiments:
spike detection:
method: threshold
threshold: -55.1
tolerance: 0.00010867391304343428
tolerance: 0.00010869565217381418
iafPop0:
observables:
spike times:
Expand All @@ -36,7 +36,7 @@ experiments:
spike detection:
method: threshold
threshold: -55.1
tolerance: 0.00014932775619959672
tolerance: 0.00014938751120392748
iafRefPop0:
observables:
spike times:
Expand All @@ -47,4 +47,4 @@ experiments:
spike detection:
method: threshold
threshold: -55.1
tolerance: 0.0002189781021897893
tolerance: 0.0002189781021897893

0 comments on commit c989b81

Please sign in to comment.