Skip to content

Commit 49be769

Browse files
committed
More tests & README update
1 parent 56c7eda commit 49be769

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
run: |
3636
pip list
3737
38+
- name: Run some examples
39+
run: |
40+
cd examples
41+
python document.py
42+
3843
- name: Run pytest
3944
run: |
4045
pip install pytest
@@ -62,7 +67,12 @@ jobs:
6267
6368
python -m pip install git+https://github.com/PrincetonUniversity/PsyNeuLink.git@mdf
6469
65-
python -m pip install git+https://github.com/ModECI/MDF.git@modelspec # specific branch...
70+
git clone https://github.com/ModECI/MDF.git
71+
cd MDF
72+
git checkout modelspec # specific branch...
73+
pip install .
74+
cd examples/MDF
75+
python arrays.py -run # test one example
6676
6777
- name: Final version info
6878
run: |

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# modelspec
1+
# Modelspec
2+
3+
Functionality for specifying models & enabling automatic serialization is being moved here from https://github.com/NeuroML/NeuroMLlite.
4+
5+
This package will be used by NeuroMLlite & [MDF](https://github.com/ModECI/MDF/actions).
6+
7+
8+
[![Continuous builds](https://github.com/ModECI/modelspec/actions/workflows/ci.yml/badge.svg)](https://github.com/ModECI/modelspec/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)