mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
13 lines
344 B
Bash
Executable File
13 lines
344 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# run test sets
|
|
#
|
|
# Examples:
|
|
#
|
|
# ./tests.sh quick # fast set of basic tests
|
|
# ./tests.sh all # comprehensive set of tests that include training an evaluation on real datasets
|
|
# # datasets from https://github.com/rdk/p2rank-datasets have to be downloaded first
|
|
#
|
|
|
|
misc/test-scripts/testsets.sh $@ |