Skip to content

Conversation

WarrenWeckesser
Copy link
Member

No description provided.

@larsoner
Copy link
Member

LGTM, +1 for merge

if zi is not None:
use_zi = True
use_zi = zi is not None
if use_zi:
zi = np.array(zi)
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this also be asarray?

@rgommers rgommers added defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal labels Jan 28, 2015
@rgommers rgommers added this to the 0.16.0 milestone Jan 28, 2015
@WarrenWeckesser
Copy link
Member Author

Thank Ralf. I made the changes you suggested.

rgommers pushed a commit that referenced this pull request Jan 28, 2015
BUG: signal: Fix validation of the zi shape in sosfilt.
@rgommers rgommers merged commit 0f50512 into scipy:master Jan 28, 2015
@rgommers
Copy link
Member

Okay, in it goes. Thanks @WarrenWeckesser, @Eric89GXL

@WarrenWeckesser WarrenWeckesser deleted the sosfilt-zi-shape branch January 28, 2015 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants