refactor system types in library

Add new test taken from join_fit in FImdlp python
Update instructions in README
This commit is contained in:
2023-04-11 19:24:31 +02:00
parent 49c08bfe12
commit d77d27459b
7 changed files with 30 additions and 11 deletions

View File

@@ -24,9 +24,8 @@ To run the sample, just execute the following commands:
```bash
cd sample
mkdir build
cmake -B build
cd build
cmake ..
make
./sample -f iris -m 2
./sample -h
@@ -34,7 +33,7 @@ make
## Test
To run the tests, execute the following commands:
To run the tests and see coverage (llvm & gcovr have to be installed), execute the following commands:
```bash
cd tests