Skip to content

Commit

Permalink
adding neuron mpi veirification
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 11, 2024
1 parent ba4b78f commit 24df867
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,18 @@ jobs:
shell: bash -el {0}
run: |
nrniv -python -nobanner -mpi -c "from neuron import h; print(h)"
- name: Run MPI application with NEURON
shell: bash -el {0}
run: |
mpiexec -np 2 -verbose nrniv -python -mpi -nobanner python ./hnn_core/mpi_test.py
# - name: Lint with flake8
# shell: bash -el {0}
# run: |
# flake8 --count hnn_core
- name: Test with pytest
shell: bash -el {0}
run: |
python -m pytest ./hnn_core/tests/test_dipole.py --cov=hnn_core --cov-report=xml -s
# - name: Test with pytest
# shell: bash -el {0}
# run: |
# python -m pytest ./hnn_core/tests/test_dipole.py --cov=hnn_core --cov-report=xml -s
# - name: Upload coverage to Codecov
# shell: bash -el {0}
# run: |
Expand Down

0 comments on commit 24df867

Please sign in to comment.