convexengineering / SPaircraft

Models for commercial aircraft design
http://spaircraft.readthedocs.org
25 stars 17 forks source link

D8 failing tests due to mosek_cli and cvxopt? #46

Closed 1ozturkbe closed 7 years ago

1ozturkbe commented 7 years ago

If we look at https://acdl.mit.edu/csi/job/gpkit_ResearchModel_d8_Push/310/ test results, there are multiple sections that fail tests due to some issues with cvxopt or mosek_cli. For eg. in macys, there is the following error message:

Command '['mskexpopt', '/var/folders/2g/zj8kjvln2gn78qpr82fdqf7w0000gp/T/tmpJUGPFA/gpkit_mosek']' returned non-zero exit status 152

There are also errors due to UNKNOWNs or DUAL_INFEASIBLEs, but is it possible that D8 is also failing tests for other reasons as well?

mayork commented 7 years ago

@bqpd thoughts?

bqpd commented 7 years ago

try disabling those solvers and see if it passes?

mayork commented 7 years ago

lol @1ozturkbe you had taken D8.py out of TESTS...anyways, i fixed everything and we now pass tests. The only test is the 737-800 analysis model, can add more later

1ozturkbe commented 7 years ago

Lol, my b. Thanks for taking care of this!