Skip to content

drss returns system with wrong dt attribute #587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bnavigator opened this issue Mar 24, 2021 · 0 comments · Fixed by #589
Closed

drss returns system with wrong dt attribute #587

bnavigator opened this issue Mar 24, 2021 · 0 comments · Fixed by #589
Assignees

Comments

@bnavigator
Copy link
Contributor

Revealed by @forgi86 in #586:

[ben@skylab:~]% python3                                                                                                                     [0]
Python 3.8.8 (default, Feb 19 2021, 16:53:21) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import control
>>> control.__version__
'0.9.0'
>>> sys = control.drss(1,2,3)
>>> sys.dt
0
>>> 

It should return a system with sys.dt == True as "discrete time with unspecified sampling period".

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 a pull request may close this issue.

1 participant