From f08e6f5bdcb1a01f17be1aec32a4f1b95cf28eef Mon Sep 17 00:00:00 2001 From: VJHack Date: Mon, 13 Jan 2025 20:32:08 -0600 Subject: [PATCH] removed commented tests --- tests/test-sampling.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test-sampling.cpp b/tests/test-sampling.cpp index 59bde4d41..d2459f91d 100644 --- a/tests/test-sampling.cpp +++ b/tests/test-sampling.cpp @@ -364,10 +364,6 @@ int main(void) { test_top_n_sigma({0.1f, 0.2f, 0.3f, 0.4f}, {1.0f, 0.0f, 0.0f, 0.0f}, 0); test_top_n_sigma({0.1f, 0.2f, 0.3f, 0.4f}, {0.4f, 0.3f, 0.2f, 0.1f}, 3); - // test_top_n_sigma({0.1f, 0.2f, 0.3f, 0.4f}, {0.44444f, 0.33333f, 0.22222f}, 3); - // test_top_n_sigma({0.1f, 0.2f, 0.3f, 0.4f}, {0.4f, 0.3f, 0.2f, 0.1f}, 4); - // test_top_n_sigma({0.1f, 0.2f, 0.3f, 0.4f}, {0.4f, 0.3f, 0.2f, 0.1f}, 0); - test_sampler_queue(10000, "k", 10000, 1.0f, 1.0f); test_sampler_queue(10000, "k", 1, 1.0f, 1.0f); test_sampler_queue(10000, "p", 10000, 1.0f, 1.0f);