8000 signal.medfilt2d crashes under Windows for scipy 0.7 and above (Trac #1151) · Issue #1749 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

signal.medfilt2d crashes under Windows for scipy 0.7 and above (Trac #1151) #1749

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
thouis opened this issue Oct 19, 2012 · 2 comments
Closed

Comments

@thouis
Copy link
Contributor
thouis commented Oct 19, 2012

Original ticket http://projects.scipy.org/numpy/ticket/1151 on 2009-06-26 by trac user PCA, assigned to unknown.

The following Python script (below) causes a fatal error under
Microsoft Windows XP Professional Version 2002 Service Pack 3
with ActivePython 2.5.2.2
and numpy-1.2.1-win32-superpack-python2.5
with scipy-0.7.0-win32-superpack-python2.5 or above

but works with scipy-0.6.0.win32-p3-py2.5

The combination of
numpy-1.1.0-win32-superpack-python2.5
scipy-0.6.0.win32-p3-py2.5.exe
works without any deprecation warnings.


import numpy as N
import scipy as SP
from scipy import signal
import pylab as P
import matplotlib as MPL

def main():
lena = SP.lena()
print lena.shape
P.imshow(lena, interpolation='nearest', cmap=MPL.cm.gray)
s = signal.medfilt2d(lena.astype(float), [15,15])

if name == 'main':
main()
P.show()

@thouis
Copy link
Contributor Author
thouis commented Oct 19, 2012

Attachment added by trac user PCA on 2009-06-26: adaptive_threshold_test.py

@thouis
Copy link
Contributor Author
thouis commented Oct 19, 2012

@pv wrote on 2009-06-26

It's a Scipy bug -> re-filed at http://projects.scipy.org/scipy/ticket/970

< 59AC span data-view-component="true">

@thouis thouis closed this as completed Oct 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0