[SciPy-dev] test_type_check.test_isnan
eric jones
eric at enthought.com
Thu Oct 3 22:26:17 CDT 2002
Hey Travis,
This should be fixed in CVS now.
eric
> -----Original Message-----
> From: scipy-dev-admin at scipy.net [mailto:scipy-dev-admin at scipy.net] On
> Behalf Of Scipy Manager
> Sent: Thursday, October 03, 2002 3:15 PM
> To: scipy-dev at scipy.org
> Subject: [SciPy-dev] test_type_check.test_isnan
>
> 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
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
More information about the Scipy-dev
mailing list