Skip to content

Commit

Permalink
Try fixing matlabroot path
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Apr 26, 2024
1 parent d9fa845 commit 65e32c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
tar -xf SINGE_mac.tgz
- name: Run and test SINGE
shell: bash -l {0}
env:
MATLAB_RUNTIME_PATH: ${{ steps.setup-matlab.outputs.matlabroot }}
run: |
bash SINGE.sh ${{ steps.setup-matlab.outputs.matlabroot }} standalone data1/X_SCODE_data.mat data1/gene_list.mat Output tests/example_hyperparameters.txt
bash SINGE.sh $MATLAB_RUNTIME_PATH standalone data1/X_SCODE_data.mat data1/gene_list.mat Output tests/example_hyperparameters.txt
ls -l Output
bash tests/compare_example_output.sh Output tests/reference/latest 1e-02 1e-02

0 comments on commit 65e32c9

Please sign in to comment.