implement changes from PR #157 to fix lqcontrol docstring#297
Conversation
|
@sglyon. These changes were failing due to change in return object. Previously this method was returning |
|
Based on this comment This is now correct. I have added in the |
|
Hey @mmcky Sorry but I don't understand the question. Can you repeat? |
|
@sglyon Just to clarify the question. Should this method return w_path as per docstring or Cw_path. Cw_path is The tests on the previous PR was failing because the test assumed the function was returning Cw_path and not w_path as per the docstring for the function. This PR implements your previous fix that never got merged. |
|
Given that the user will already have |
This PR
lqcontrol.pyfrom PR DOC: fix doxstring for compte_sequence in lqcontrol #157 (without old version changes).the only variation is to continued use of
w_pathrather thanw_tused in PR #157