mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
rerun tests to be sure
This commit is contained in:
parent
44f4064e9b
commit
ede023a237
@ -6,4 +6,4 @@ SELECT '223.0', '0.5426959774289482';
|
||||
WITH mannWhitneyUTest(left, right) AS pair SELECT roundBankers(pair.1, 16) as t_stat, roundBankers(pair.2, 16) as p_value from mann_whitney_test;
|
||||
WITH mannWhitneyUTest('two-sided', 1)(left, right) as pair SELECT roundBankers(pair.1, 16) as t_stat, roundBankers(pair.2, 16) as p_value from mann_whitney_test;
|
||||
WITH mannWhitneyUTest('two-sided')(left, right) as pair SELECT roundBankers(pair.1, 16) as t_stat, roundBankers(pair.2, 16) as p_value from mann_whitney_test;
|
||||
DROP TABLE IF EXISTS mann_whitney_test;
|
||||
DROP TABLE IF EXISTS mann_whitney_test;
|
||||
|
Loading…
Reference in New Issue
Block a user