Skip to content

Commit

Permalink
all tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
RuneChristensen-NN committed Dec 17, 2024
1 parent 33a639f commit 3572dcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ProcessOptimizer/tests/test_doe.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@ def test_build_optimal_design_with_categorical(optimal_design_space):
[-1.0, -1.0, -1.0],
[-1.0, 1.0, 1.0],
[1.0, 1.0, 1.0],
[1.0, -1.0, 1.0],
[-1.0, 1.0, -1.0],
[0.0, 0.0, 1.0],
[0.2, 1.0, -0.2],
[1.0, 1.0, -1.0],
[-1.0, 0.2, -1.0],
[0.0, 0.0, 1.0],
[-0.4, 1.0, -1.0],
[1.0, -0.4, -1.0],
[0.2, -1.0, -1.0],
[-1.0, 0.0, 0.8],
[0.6, -1.0, -1.0],
[1.0, -1.0, 1.0],
]
)

Expand Down

0 comments on commit 3572dcb

Please sign in to comment.