Skip to content

Commit

Permalink
Fixes RSS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed Nov 21, 2022
1 parent 38c96f5 commit 1ed0540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/sampling/test_refined_stratified.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]]))
Expand Down

0 comments on commit 1ed0540

Please sign in to comment.