Skip to content

Commit

Permalink
Add more tests on neuropeptidergic_connectome
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 9, 2024
1 parent c6dc62d commit 6d4ef10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -33,7 +33,6 @@ jobs:
pip install .
- name: Test some examples
if: ${{ matrix.python-version != '3.7' || matrix.runs-on != 'macos-latest' }} # mac + py3.7 requires build of _bz2 module...
run: |
cd scripts
python gene_expression.py
Expand All @@ -42,6 +41,12 @@ jobs:
python signalpropagation_kernels.py
python plot_signal_propagation.py
python make_neuropeptidergic_connectome.py
ls -alth
python pep_connectome_extract_combos.py tests/test_pep_pairs.txt
more tests/*
- name: Final version info
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@ dmypy.json
*.~lock*
wormneuroatlas/drafts.py
scripts/snippets_for_paper.py
/scripts/tests/test_pep_pairs_pepgpcr_combos.txt
1 change: 1 addition & 0 deletions scripts/tests/test_pep_pairs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AVAL -> RMMDR

0 comments on commit 6d4ef10

Please sign in to comment.