Skip to content

Commit 63a09bd

Browse files
committed
NeuroML2 files in corrct location
1 parent 0849ed9 commit 63a09bd

19 files changed

+7
-6
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Test simple Moose file
5252
run: |
53-
cd NeuroML
53+
cd NeuroML2
5454
python -c "import moose; print(moose.__version__)"
5555
echo "Running simple file"
5656
python simple.py
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Test OMV on Moose
6363
run: |
64-
cd NeuroML/test_files
64+
cd NeuroML2/test_files
6565
omv all --engine=jNeuroML_Moose
6666
6767

.github/workflows/ci_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
4141
- name: Test simple Moose file
4242
run: |
43-
cd NeuroML
43+
cd NeuroML2
4444
python -c "import moose; print(moose.__version__)"
4545
echo "Running simple file"
4646
python simple.py
4747
4848
4949
- name: Test Moose files with NeuroML version 2
5050
run: |
51-
cd NeuroML
51+
cd NeuroML2
5252
python run_hhcell.py -nogui
5353
5454
- name: Final version info

.github/workflows/ci_pre_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
4040
- name: Test simple Moose file
4141
run: |
42-
cd NeuroML
42+
cd NeuroML2
4343
python -c "import moose; print(moose.__version__)"
4444
echo "Running simple file"
4545
python simple.py
4646
4747
- name: Test Moose files with NeuroML version 2
4848
run: |
49-
cd NeuroML
49+
cd NeuroML2
5050
python run_hhcell.py -nogui
5151
5252
- name: Install OMV

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ tests.log
1212
x86_64
1313
arm64
1414
__pycache__
15+
/NeuroML2/*.dat
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)