Improve code style, markov by KybernetikJo · Pull Request #1051 · python-control/python-control

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@KybernetikJo

Copy link Copy Markdown

Contributor

@KybernetikJo KybernetikJo commented

Oct 17, 2024

edited

Loading

Improve code style, markov:

  • Add space after commas

@KybernetikJo KybernetikJo changed the title Improves code style, markov Improve code style, markov

Oct 17, 2024

@coveralls

Copy link Copy Markdown

Coverage Status

coverage: 94.694%. remained the same
when pulling b70c0ed on KybernetikJo:improve_style_markov
into 220ace3 on python-control:main.

@KybernetikJo

Copy link Copy Markdown

Contributor Author

@murrayrm
I don't understand why a new hash was necessary. The docstring has not changed!
I have updated the hash for markov.

@murrayrm

Copy link Copy Markdown

Member

Because 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 murrayrm merged commit d75082d into python-control:main

Oct 19, 2024

@murrayrm murrayrm added this to the 0.10.2 milestone

Feb 19, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

0.10.2

Development

Successfully merging this pull request may close these issues.

3 participants

@KybernetikJo @coveralls @murrayrm