Improve code style, markov by KybernetikJo · Pull Request #1051 · python-control/python-control
Navigation Menu
{{ message }}
python-control / python-control Public
- Notifications You must be signed in to change notification settings
- Fork 453
Merged
murrayrm merged 2 commits intopython-control:mainfrom
Oct 19, 2024Merged
Improve code style, markov#1051
murrayrm merged 2 commits intopython-control:mainfrom
Improve code style, markov#1051
murrayrm merged 2 commits intopython-control:mainfrom
Conversation
Copy link Copy Markdown
Contributor
Improve code style, markov:
- Add space after commas
KybernetikJo
changed the title
Improves code style, markov
Improve code style, markov
Copy link Copy Markdown
coveralls
commented
Oct 19, 2024
coveralls commented
Oct 19, 2024Copy link Copy Markdown
Contributor Author
KybernetikJo
commented
Oct 19, 2024
KybernetikJo commented
Oct 19, 2024@murrayrm
I don't understand why a new hash was necessary. The docstring has not changed!
I have updated the hash for markov.
Copy link Copy Markdown
Member
murrayrm
commented
Oct 19, 2024
murrayrm commented
Oct 19, 2024Because this function uses *args, we use a hash of the docstring and the function text to ensure that the developer confirms that arguments are still documented properly (by updating the hash).
murrayrm
merged commit
d75082d
into
python-control:main
murrayrm
added this to the
0.10.2 milestone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment