8000 add configuration info in flatsys_test to resolve os-blas error · python-control/python-control@e01181f · GitHub
[go: up one dir, main page]

Skip to content

Commit e01181f

Browse files
committed
add configuration info in flatsys_test to resolve os-blas error
1 parent d31c9f4 commit e01181f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

control/tests/flatsys_test.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,12 @@ def test_kinematic_car_ocp(
217217

218218
else:
219219
# Dump out information to allow creation of an exception
220-
print("Platform: ", platform.platform())
221-
print("Python: ", platform.python_version())
220+
print("Message:", traj_ocp.message)
221+
print("Platform:", platform.platform())
222+
print("Python:", platform.python_version())
223+
print("NumPy version:", np.__version__)
222224
np.show_config()
223-
print("JOBNAME: ", os.getenv('JOBNAME'))
225+
print("JOBNAME:", os.getenv('JOBNAME'))
224226

225227
pytest.fail(
226228
"unknown failure; view output to identify configuration")

0 commit comments

Comments
 (0)
0