Skip to content

Commit 18ab237

Browse files
mkofler96clemens-fricke
authored andcommitted
fixed test assertion error giving wrong min values in test_evaluation.py
1 parent 84a8554 commit 18ab237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def test_assertions_evaluation(request, splinetype):
473473
ValueError,
474474
match=r"Query request out of bounds in parametric dimension 0. "
475475
r"Detected query \[-0.1 0. \] at positions 0, which is out of"
476-
r" bounds with minimum values \[1. 1.\].",
476+
r" bounds with minimum values \[0. 0.\].",
477477
):
478478
spline.evaluate(queries=[[-0.1, 0.0], [0.4, 0.6]])
479479

0 commit comments

Comments
 (0)