8000 add known failure for OS/BLAS matrix: numpy 1.24.2 · ControlCorp/python-control@7350e79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7350e79

Browse files
committed
add known failure for OS/BLAS matrix: numpy 1.24.2
1 parent 1aa6a7e commit 7350e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/flatsys_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_kinematic_car_ocp(
212212
elif re.match("Iteration limit.*", traj_ocp.message) and \
213213
re.match(
214214
"conda ubuntu-3.* Generic", os.getenv('JOBNAME', '')) and \
215-
re.match("1.24.[01]", np.__version__):
215+
re.match("1.24.[012]", np.__version__):
216216
pytest.xfail("gh820: iteration limit exceeded")
217217

218218
else:

0 commit comments

Comments
 (0)
0