ClickHouse/tests/queries/0_stateless/01561_mann_whitney_scipy.sh

11 lines
360 B
Bash
Raw Normal View History

2020-11-12 22:45:19 +00:00
#!/usr/bin/env bash
2021-09-12 12:35:27 +00:00
# Tags: no-fasttest
# Tag no-fasttest: Require python libraries like scipy, pandas and numpy
2020-11-12 22:45:19 +00:00
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
2020-12-28 11:46:53 +00:00
# shellcheck source=../shell_config.sh
2020-11-12 22:45:19 +00:00
. "$CURDIR"/../shell_config.sh
# We should have correct env vars from shell_config.sh to run this test
python3 "$CURDIR"/01561_mann_whitney_scipy.python