Skip to content

Commit

Permalink
Merge pull request #13 from daavid00/dev
Browse files Browse the repository at this point in the history
Removing test_runMICP3DCase.m
  • Loading branch information
daavid00 authored Dec 6, 2024
2 parents a75211c + 4dae71e commit 7329dbd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ jobs:
run: |
pushd MRST/modules/ad-micp
octave tests/test_runMICP1DCase.m
octave tests/test_runMICP3DCase.m
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rm -rf ad-micp
git clone https://github.com/daavid00/ad-micp.git
```

Then you can try to run the tests, e.g., the [_test_runMICP1DCase.m_](https://github.com/daavid00/ad-micp/blob/main/tests/test_runMICP1DCase.m) using octave (octave can be installed by executing `brew install octave`):
Then you can try to run the [_test_runMICP1DCase.m_](https://github.com/daavid00/ad-micp/blob/main/tests/test_runMICP1DCase.m) using octave (octave can be installed by executing `brew install octave`):

```bash
octave tests/test_runMICP1DCase.m
Expand Down
3 changes: 0 additions & 3 deletions tests/test_runMICP3DCase.m

This file was deleted.

0 comments on commit 7329dbd

Please sign in to comment.