We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e92635 commit da1f162Copy full SHA for da1f162
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
- np.__version__ == '1.24.0':
+ re.match("1.24.[01]", np.__version__):
216
pytest.xfail("gh820: iteration limit exceeded")
217
218
else:
0 commit comments