[SciPy-dev] test_type_check.test_isnan
Scipy Manager
scipyman at scipy.org
Thu Oct 3 15:14:46 CDT 2002
Greetings,
I get a python interpreter crash ("memory cannot be "read" "or some such)
with the latest cvs when running the test suite.
Windows 2K
C:\>c:\python22\python
Python 2.2.1 (#34, Apr 9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
>>> scipy.__version__
'0.2.0_alpha_140.4279'
>>> scipy.test()
...
Here's the last part of the verbose test output...
check_integer_split_2D_rows (test_shape_base.test_array_split) ... ok
check_equal_split (test_shape_base.test_split) ... ok
check_unequal_split (test_shape_base.test_split) ... ok
check_0D_array (test_shape_base.test_atleast_1d) ... ok
check_1D_array (test_shape_base.test_atleast_1d) ... ok
check_2D_array (test_shape_base.test_atleast_1d) ... ok
check_3D_array (test_shape_base.test_atleast_1d) ... ok
Test to make sure equivalent Travis O's r1array function ... ok
check_0D_array (test_shape_base.test_atleast_2d) ... ok
check_1D_array (test_shape_base.test_atleast_2d) ... ok
check_2D_array (test_shape_base.test_atleast_2d) ... ok
check_3D_array (test_shape_base.test_atleast_2d) ... ok
Test to make sure equivalent Travis O's r2array function ... ok
check_0D_array (test_shape_base.test_atleast_3d) ... ok
check_1D_array (test_shape_base.test_atleast_3d) ... ok
check_2D_array (test_shape_base.test_atleast_3d) ... ok
check_3D_array (test_shape_base.test_atleast_3d) ... ok
check_0D_array (test_shape_base.test_hstack) ... ok
check_1D_array (test_shape_base.test_hstack) ... ok
check_2D_array (test_shape_base.test_hstack) ... ok
check_0D_array (test_shape_base.test_vstack) ... ok
check_1D_array (test_shape_base.test_vstack) ... ok
check_2D_array (test_shape_base.test_vstack) ... ok
check_2D_array2 (test_shape_base.test_vstack) ... ok
check_0D_array (test_shape_base.test_dstack) ... ok
check_1D_array (test_shape_base.test_dstack) ... ok
check_2D_array (test_shape_base.test_dstack) ... ok
check_2D_array2 (test_shape_base.test_dstack) ... ok
check_0D_array (test_shape_base.test_hsplit) ... ok
check_1D_array (test_shape_base.test_hsplit) ... ok
check_2D_array (test_shape_base.test_hsplit) ... ok
check_1D_array (test_shape_base.test_vsplit) ... ok
check_2D_array (test_shape_base.test_vsplit) ... ok
check_2D_array (test_shape_base.test_dsplit) ... ok
check_3D_array (test_shape_base.test_dsplit) ... ok
check_basic (test_shape_base.test_squeeze) ... ok
check_basic (test_type_check.test_isscalar) ... ok
check_basic (test_type_check.test_real_if_close) ... ok
check_cmplx (test_type_check.test_real) ... ok
check_real (test_type_check.test_real) ... ok
check_cmplx (test_type_check.test_imag) ... ok
check_real (test_type_check.test_imag) ... ok
check_basic (test_type_check.test_iscomplexobj) ... ok
check_basic (test_type_check.test_isrealobj) ... ok
check_fail (test_type_check.test_iscomplex) ... ok
check_pass (test_type_check.test_iscomplex) ... ok
check_fail (test_type_check.test_isreal) ... ok
check_pass (test_type_check.test_isreal) ... ok
check_complex (test_type_check.test_isnan) ... ok
check_complex1 (test_type_check.test_isnan) ...
[[then the big crash]]
Thanks,
Travis
More information about the Scipy-dev
mailing list