Currently, this does not pass ex_mixedea.py because of the assertion on line 221 where assert Vessel(x_aeo) == y_aeo.
I am feeling like the integer indices are being passed into Vessel inside the algorithms inside AEO instead of the actial values those indices correspond to.
Are the x0 args inside the evolute function supposed to be integer indices or the actual values they correspond to?
No not merge, this is more like a platform for review.
Currently, this does not pass
ex_mixedea.py
because of the assertion on line 221 whereassert Vessel(x_aeo) == y_aeo
.I am feeling like the integer indices are being passed into
Vessel
inside the algorithms inside AEO instead of the actial values those indices correspond to.Are the
x0
args inside theevolute
function supposed to be integer indices or the actual values they correspond to?No not merge, this is more like a platform for review.