Skip to content
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

Change description of 'Wn' and 'fs' for iirfilter function #14562

Closed
wants to merge 1 commit into from
Closed

Change description of 'Wn' and 'fs' for iirfilter function #14562

wants to merge 1 commit into from

Conversation

itsazibfarooq
Copy link

Reference issue

What does this implement/fix?

Additional information

@tylerjereddy tylerjereddy added scipy.signal Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org labels Aug 8, 2021
@@ -2298,6 +2298,8 @@ def iirfilter(N, Wn, rp=None, rs=None, btype='band', analog=False,

fs : float, optional
The sampling frequency of the digital system.
If it is specified then units of 'fs' and 'Wn' will be the same i.e. half-cycles/sample.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor complaint from the CI tests: scipy/signal/filter_design.py:2301:80: E501 line too long (96 > 79 characters)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, this is my first contribution.
Do I have to make another and then give another pull request ?

@tylerjereddy
Copy link
Contributor

Do I have to make another and then give another pull request ?

No, you can push changes in to your current pull request feature branch, so this can stay open while you work on it.

One suggestion--you may want to use a branch other than master in the future on your fork (for example git checkout -b my_new_branch_with_changes). Otherwise, it can get confusing when you have different version of master on your fork vs. the main repo.

@rgommers rgommers deleted the branch scipy:master January 3, 2022 16:32
@rgommers rgommers closed this Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.signal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants