Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Feb 29, 2024
1 parent 82dbce9 commit d2bc7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smt/applications/tests/test_mixed_integer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ def test_compound_hetero_noise_auto(self):
)

def test_mixed_homo_gaussian_3D_ord_cate(self):
xt = np.array([[0.5, 0, 5], [2, 3, 4], [5, 2, -1], [-2, 4, 0.5]])
xt = np.array([[0, 5, 0], [2, 4, 3], [4, -1, 2], [2, 0.5, 1]])
yt = np.array([[0.0], [3], [1.0], [1.5]])
design_space = DesignSpace(
[
Expand Down

0 comments on commit d2bc7cd

Please sign in to comment.