Skip to content

Commit

Permalink
Fix tests for halton sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Aug 16, 2023
1 parent b222010 commit 91321e2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions tests/common/test_bo_bo_w_gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,19 @@ def test_get_samples():
else:
truth_arr_initials = np.array([
[
5.513058694915099
-1.3929280802587178
-3.572948073154651
5.513058694915099,
-1.3929280802587178,
-3.572948073154651,
],
[
0.5130586949150984
1.2737385864079487
0.4270519268453521
0.5130586949150984,
1.2737385864079487,
0.4270519268453521,
],
[
8.013058694915099
-0.059594746925384356
2.427051926845353
8.013058694915099,
-0.059594746925384356,
2.427051926845353,
],
])

Expand Down
18 changes: 9 additions & 9 deletions tests/common/test_bo_bo_w_tp.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,19 +220,19 @@ def test_get_samples():
else:
truth_arr_initials = np.array([
[
5.513058694915099
-1.3929280802587178
-3.572948073154651
5.513058694915099,
-1.3929280802587178,
-3.572948073154651,
],
[
0.5130586949150984
1.2737385864079487
0.4270519268453521
0.5130586949150984,
1.2737385864079487,
0.4270519268453521,
],
[
8.013058694915099
-0.059594746925384356
2.427051926845353
8.013058694915099,
-0.059594746925384356,
2.427051926845353,
],
])

Expand Down
18 changes: 9 additions & 9 deletions tests/common/test_bo_bo_w_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,19 +205,19 @@ def test_get_samples():
else:
truth_arr_initials = np.array([
[
5.513058694915099
-1.3929280802587178
-3.572948073154651
5.513058694915099,
-1.3929280802587178,
-3.572948073154651,
],
[
0.5130586949150984
1.2737385864079487
0.4270519268453521
0.5130586949150984,
1.2737385864079487,
0.4270519268453521,
],
[
8.013058694915099
-0.059594746925384356
2.427051926845353
8.013058694915099,
-0.059594746925384356,
2.427051926845353,
],
])

Expand Down

0 comments on commit 91321e2

Please sign in to comment.