You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@
9
9
10
10
# OSB Model Validation
11
11
12
-
Tools for automated model validation in [Open Source Brain](http://www.opensourcebrain.org) projects, which can also be used for testing model behaviour on many [simulation engines](https://github.com/OpenSourceBrain/osb-model-validation/tree/master/omv/engines) both:
12
+
Tools for automated model validation in [Open Source Brain](https://www.opensourcebrain.org) projects, which can also be used for testing model behaviour on many [simulation engines](https://github.com/OpenSourceBrain/osb-model-validation/tree/master/omv/engines) both:
13
13
14
14
- on your local machine when developing models
15
15
- on [GitHub Actions](https://github.com/features/actions), to ensure tests pass on every commit.
16
16
17
17
To see this framework in action, click on some of the green buttons below:
18
18
19
-
|OSB project | Tests on GitHub Actions | Test workflow script |
19
+
|OSBv1 project | Tests on GitHub Actions | Test workflow script |
20
20
|----------|:-------------:|:------:|
21
21
|[FitzHugh Nagumo](http://www.opensourcebrain.org/projects/fitzhugh-nagumo-fitzhugh-1969)|[](https://github.com/OpenSourceBrain/FitzHugh-Nagumo/actions/workflows/omv-ci.yml)|[omv-ci.yml](https://github.com/OpenSourceBrain/FitzHugh-Nagumo/blob/master/.github/workflows/omv-ci.yml)|
22
22
|[Auditory cortex network](http://www.opensourcebrain.org/projects/acnet2)|[](https://github.com/OpenSourceBrain/ACnet2/actions/workflows/omv-ci.yml)|[omv-ci.yml](https://github.com/OpenSourceBrain/ACnet2/blob/master/.github/workflows/omv-ci.yml)|
@@ -54,7 +54,7 @@ Setting up validation for a model and simulation written in NeuroML2/LEMS requir
54
54
### Write MEP files
55
55
56
56
Depending on the size of your model, you can run validation on the full fledged model, or you can create smaller stripped down versions that test particular aspects of the model.
57
-
Here is an example LEMS file for the FitzHugh-Nagumo model on Open Source Brain: [LEMS_FitzHugNagamo.xml](https://github.com/OpenSourceBrain/FitzHugh-Nagumo/blob/master/NeuroML2/LEMS_FitzHughNagumo.xml).
57
+
Here is an example LEMS file for the FitzHugh-Nagumo model on Open Source Brain: [LEMS_FitzHughNagumo.xml](https://github.com/OpenSourceBrain/FitzHugh-Nagumo/blob/master/NeuroML2/LEMS_FitzHughNagumo.xml).
58
58
59
59
```yaml
60
60
# Script for running automated tests on OSBrain, see https://github.com/OpenSourceBrain/osb-model-validation
0 commit comments