From 1ed054000f8080d5e76d5abbbda8d944113709d7 Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Mon, 21 Nov 2022 16:20:43 -0500 Subject: [PATCH] Fixes RSS tests --- tests/unit_tests/sampling/test_refined_stratified.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/sampling/test_refined_stratified.py b/tests/unit_tests/sampling/test_refined_stratified.py index 18b617cc..695bf838 100644 --- a/tests/unit_tests/sampling/test_refined_stratified.py +++ b/tests/unit_tests/sampling/test_refined_stratified.py @@ -130,7 +130,7 @@ def test_vor_gerss(): nearest_points_number=4)) assert np.allclose(z_vor.samples, np.array([[1.78345908, 0.01640854], [1.46201137, 0.70862104], [0.4021338, 0.05290083], [0.1062376, 0.88958226], - [0.66730342, 0.46988084], [1.37411577, 0.39064685]])) + [0.66730342, 0.46988084], [1.5015904 , 0.97050966]])) assert np.allclose(z_vor.samplesU01, np.array([[0.89172954, 0.01640854], [0.73100569, 0.70862104], [0.2010669, 0.05290083], [0.0531188, 0.88958226], [0.33365171, 0.46988084], [0.68705789, 0.39064685]]))