🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@guptavaibhav0
Copy link
Contributor

place_acker function's output is a 1D array, while it should be a 2D array as described in its doc string.

@coveralls
Copy link

Coverage Status

coverage: 94.734%. remained the same
when pulling 37ccb27 on guptavaibhav0:main
into abeb0e4 on python-control:main.

@murrayrm
Copy link
Member

murrayrm commented Nov 9, 2025

Good fix, @guptavaibhav0! Can you also update the unit test in statefbk_test.py so that it exhibits the error. On line 273, if you change

ss(sys.A - sys.B * K, sys.B, sys.C, sys.D)

to read

ss(sys.A - sys.B @ K, sys.B, sys.C, sys.D)

then the previous code will generate an error.

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.

3 participants