File size: 288 Bytes
b940c12 19733df 411c19f 867532a 411c19f 867532a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: mit
---
Repository: https://github.com/dsgt-kaggle-clef/snakeclef-2024/
To run unit tests:
```bash
pytest evaluate -vv -x
```
To run integration tests:
```bash
python generate_dummy_testset.py
./script.py --metadata-file-path ./metadata-subset.csv
``` |