Skip to content

Commit c4ee880

Browse files
dweindldilpath
andauthored
Update tests/v2/test_problem.py
Co-authored-by: Dilan Pathirana <[email protected]>
1 parent 489035a commit c4ee880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/test_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_modify_problem():
173173
assert_frame_equal(problem.mapping_df, exp_mapping_df, check_dtype=False)
174174

175175

176-
def test_sample_startpoint():
176+
def test_sample_startpoint_shape():
177177
"""Test startpoint sampling."""
178178
problem = Problem()
179179
problem += Parameter(id="p1", estimate=True, lb=1, ub=2)

0 commit comments

Comments
 (0)