Skip to content

Commit

Permalink
Merge branch 'experimental' into test_pg
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 7, 2025
2 parents 79239a6 + 673f4c5 commit 2b012e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- name: Test directly running main program
run: |
./main -p 4
./main -p 6 # Note: small population of 6 for quick runtime
ls -alth
- name: Test Python command line script
run: |
pip install numpy matplotlib
python run_main.py -R 1233 -p 6 --doEvol --folderName exampleRun2
python run_main.py -R 1233 -p 6 --doEvol --folderName exampleRun2 # Note: small population of 6 for quick runtime
- name: Test using OMV 1
run: |
Expand All @@ -43,11 +43,13 @@ jobs:
- name: Test using OMV 2
run: |
# Running OMV multiple times to test whether run results are nondeterministic
omv all -V
git diff exampleRun/phenotype.dat
- name: Test using OMV 3
run: |
# Running OMV multiple times to test whether run results are nondeterministic
omv all -V
git diff exampleRun/phenotype.dat
Expand Down

0 comments on commit 2b012e2

Please sign in to comment.