We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6a7e commit 7350e79Copy full SHA for 7350e79
1 file changed
control/tests/flatsys_test.py
@@ -212,7 +212,7 @@ def test_kinematic_car_ocp(
212
elif re.match("Iteration limit.*", traj_ocp.message) and \
213
re.match(
214
"conda ubuntu-3.* Generic", os.getenv('JOBNAME', '')) and \
215
- re.match("1.24.[01]", np.__version__):
+ re.match("1.24.[012]", np.__version__):
216
pytest.xfail("gh820: iteration limit exceeded")
217
218
else:
0 commit comments