Skip to content

Consistent return values for lqe and lqr#477

Merged
murrayrm merged 10 commits intopython-control:masterfrom
murrayrm:lqe-consistent-lqr
Dec 26, 2020
Merged

Consistent return values for lqe and lqr#477
murrayrm merged 10 commits intopython-control:masterfrom
murrayrm:lqe-consistent-lqr

Conversation

@murrayrm
Copy link
Copy Markdown
Member

This PR addresses issue #418 by making the return values for lqe consistent with those of lqr (and care and dare). Specifically, the list of returned eigenvalues is a 1D array rather than being converted to a 2D array or matrix (depending on config settings).

Resolves #418.

@coveralls
Copy link
Copy Markdown

coveralls commented Dec 24, 2020

Coverage Status

Coverage remained the same at 86.355% when pulling becd0ab on murrayrm:lqe-consistent-lqr into 120a926 on python-control:master.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.1%) to 86.222% when pulling becd0ab on murrayrm:lqe-consistent-lqr into 120a926 on python-control:master.

@murrayrm murrayrm merged commit 38f29c7 into python-control:master Dec 26, 2020
@murrayrm murrayrm deleted the lqe-consistent-lqr branch December 28, 2020 22:43
@murrayrm murrayrm added this to the 0.9.0 milestone Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

doc inconsistency about return type of lqr - matrix vs array

2 participants