Closed bbrelje closed 6 years ago
For unknown reasons the scipyoptimizedriver breaks when used with Scipy 1.1 or higher. This is probably an openmdao bug but can't be sure
The issue was that the simpson integration module was providing indices to scipy.sparse as float64, not int32. I inserted a soft typecast to keep this from happening.
For unknown reasons the scipyoptimizedriver breaks when used with Scipy 1.1 or higher. This is probably an openmdao bug but can't be sure