Advertisement
Guest User

SciPy 0.9.0.dev6651 tests

a guest
Aug 27th, 2010
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 356.82 KB | None | 0 0
  1. Running unit tests for scipy
  2. NumPy version 2.0.0.dev8672
  3. NumPy is installed in /usr/lib/python2.6/site-packages/numpy
  4. SciPy version 0.9.0.dev6651
  5. SciPy is installed in /usr/lib/python2.6/site-packages/scipy
  6. Python version 2.6.4 (r264:75706, Jun 4 2010, 18:20:16) [GCC 4.4.4 20100503 (Red Hat 4.4.4-2)]
  7. nose version 0.11.3
  8. nose.config: INFO: Excluding tests matching ['f2py_ext', 'f2py_f90_ext', 'gen_ext', 'pyrex_ext', 'swig_ext']
  9. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/fftpack/convolve.so is executable; skipped
  10. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/integrate/vode.so is executable; skipped
  11. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/interpolate/dfitpack.so is executable; skipped
  12. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/io/matlab/mio5_utils.so is executable; skipped
  13. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/io/matlab/mio_utils.so is executable; skipped
  14. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/io/matlab/streams.so is executable; skipped
  15. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/lib/blas/cblas.so is executable; skipped
  16. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/lib/blas/fblas.so is executable; skipped
  17. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/lib/lapack/atlas_version.so is executable; skipped
  18. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/lib/lapack/calc_lwork.so is executable; skipped
  19. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/lib/lapack/clapack.so is executable; skipped
  20. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/lib/lapack/flapack.so is executable; skipped
  21. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/linalg/atlas_version.so is executable; skipped
  22. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/linalg/calc_lwork.so is executable; skipped
  23. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/linalg/cblas.so is executable; skipped
  24. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/linalg/clapack.so is executable; skipped
  25. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/linalg/fblas.so is executable; skipped
  26. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/linalg/flapack.so is executable; skipped
  27. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/optimize/minpack2.so is executable; skipped
  28. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/optimize/moduleTNC.so is executable; skipped
  29. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/signal/sigtools.so is executable; skipped
  30. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/signal/spline.so is executable; skipped
  31. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/spatial/ckdtree.so is executable; skipped
  32. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/special/lambertw.so is executable; skipped
  33. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/special/orthogonal_eval.so is executable; skipped
  34. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/special/specfun.so is executable; skipped
  35. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/stats/futil.so is executable; skipped
  36. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/stats/mvn.so is executable; skipped
  37. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/stats/statlib.so is executable; skipped
  38. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/stats/vonmises_cython.so is executable; skipped
  39. Tests cophenet(Z) on tdist data set. ... ok
  40. Tests cophenet(Z, Y) on tdist data set. ... ok
  41. Tests correspond(Z, y) on linkage and CDMs over observation sets of different sizes. ... ok
  42. Tests correspond(Z, y) on linkage and CDMs over observation sets of different sizes. Correspondance should be false. ... ok
  43. Tests correspond(Z, y) on linkage and CDMs over observation sets of different sizes. Correspondance should be false. ... ok
  44. Tests correspond(Z, y) with empty linkage and condensed distance matrix. ... ok
  45. Tests num_obs_linkage with observation matrices of multiple sizes. ... ok
  46. Tests fcluster(Z, criterion='maxclust', t=2) on a random 3-cluster data set. ... ok
  47. Tests fcluster(Z, criterion='maxclust', t=3) on a random 3-cluster data set. ... ok
  48. Tests fcluster(Z, criterion='maxclust', t=4) on a random 3-cluster data set. ... ok
  49. Tests fclusterdata(X, criterion='maxclust', t=2) on a random 3-cluster data set. ... ok
  50. Tests fclusterdata(X, criterion='maxclust', t=3) on a random 3-cluster data set. ... ok
  51. Tests fclusterdata(X, criterion='maxclust', t=4) on a random 3-cluster data set. ... ok
  52. Tests from_mlab_linkage on empty linkage array. ... ok
  53. Tests from_mlab_linkage on linkage array with multiple rows. ... ok
  54. Tests from_mlab_linkage on linkage array with single row. ... ok
  55. Tests inconsistency matrix calculation (depth=1) on a complete linkage. ... ok
  56. Tests inconsistency matrix calculation (depth=2) on a complete linkage. ... ok
  57. Tests inconsistency matrix calculation (depth=3) on a complete linkage. ... ok
  58. Tests inconsistency matrix calculation (depth=4) on a complete linkage. ... ok
  59. Tests inconsistency matrix calculation (depth=1, dataset=Q) with single linkage. ... ok
  60. Tests inconsistency matrix calculation (depth=2, dataset=Q) with single linkage. ... ok
  61. Tests inconsistency matrix calculation (depth=3, dataset=Q) with single linkage. ... ok
  62. Tests inconsistency matrix calculation (depth=4, dataset=Q) with single linkage. ... ok
  63. Tests inconsistency matrix calculation (depth=1) on a single linkage. ... ok
  64. Tests inconsistency matrix calculation (depth=2) on a single linkage. ... ok
  65. Tests inconsistency matrix calculation (depth=3) on a single linkage. ... ok
  66. Tests inconsistency matrix calculation (depth=4) on a single linkage. ... ok
  67. Tests is_isomorphic on test case #1 (one flat cluster, different labellings) ... ok
  68. Tests is_isomorphic on test case #2 (two flat clusters, different labelings) ... ok
  69. Tests is_isomorphic on test case #3 (no flat clusters) ... ok
  70. Tests is_isomorphic on test case #4A (3 flat clusters, different labelings, isomorphic) ... ok
  71. Tests is_isomorphic on test case #4B (3 flat clusters, different labelings, nonisomorphic) ... ok
  72. Tests is_isomorphic on test case #4C (3 flat clusters, different labelings, isomorphic) ... ok
  73. Tests is_isomorphic on test case #5A (1000 observations, 2 random clusters, random permutation of the labeling). Run 3 times. ... ok
  74. Tests is_isomorphic on test case #5B (1000 observations, 3 random clusters, random permutation of the labeling). Run 3 times. ... ok
  75. Tests is_isomorphic on test case #5C (1000 observations, 5 random clusters, random permutation of the labeling). Run 3 times. ... ok
  76. Tests is_isomorphic on test case #5A (1000 observations, 2 random clusters, random permutation of the labeling, slightly nonisomorphic.) Run 3 times. ... ok
  77. Tests is_isomorphic on test case #5B (1000 observations, 3 random clusters, random permutation of the labeling, slightly nonisomorphic.) Run 3 times. ... ok
  78. Tests is_isomorphic on test case #5C (1000 observations, 5 random clusters, random permutation of the labeling, slightly non-isomorphic.) Run 3 times. ... ok
  79. Tests is_monotonic(Z) on 1x4 linkage. Expecting True. ... ok
  80. Tests is_monotonic(Z) on 2x4 linkage. Expecting False. ... ok
  81. Tests is_monotonic(Z) on 2x4 linkage. Expecting True. ... ok
  82. Tests is_monotonic(Z) on 3x4 linkage (case 1). Expecting False. ... ok
  83. Tests is_monotonic(Z) on 3x4 linkage (case 2). Expecting False. ... ok
  84. Tests is_monotonic(Z) on 3x4 linkage (case 3). Expecting False ... ok
  85. Tests is_monotonic(Z) on 3x4 linkage. Expecting True. ... ok
  86. Tests is_monotonic(Z) on an empty linkage. ... ok
  87. Tests is_monotonic(Z) on clustering generated by single linkage on Iris data set. Expecting True. ... ok
  88. Tests is_monotonic(Z) on clustering generated by single linkage on tdist data set. Perturbing. Expecting False. ... ok
  89. Tests is_valid_im(R) on im over 2 observations. ... ok
  90. Tests is_valid_im(R) on im over 3 observations. ... ok
  91. Tests is_valid_im(R) with 3 columns. ... ok
  92. Tests is_valid_im(R) on im on observation sets between sizes 4 and 15 (step size 3). ... ok
  93. Tests is_valid_im(R) on im on observation sets between sizes 4 and 15 (step size 3) with negative link counts. ... ok
  94. Tests is_valid_im(R) on im on observation sets between sizes 4 and 15 (step size 3) with negative link height means. ... ok
  95. Tests is_valid_im(R) on im on observation sets between sizes 4 and 15 (step size 3) with negative link height standard deviations. ... ok
  96. Tests is_valid_im(R) with 5 columns. ... ok
  97. Tests is_valid_im(R) with empty inconsistency matrix. ... ok
  98. Tests is_valid_im(R) with integer type. ... ok
  99. Tests is_valid_linkage(Z) on linkage over 2 observations. ... ok
  100. Tests is_valid_linkage(Z) on linkage over 3 observations. ... ok
  101. Tests is_valid_linkage(Z) with 3 columns. ... ok
  102. Tests is_valid_linkage(Z) on linkage on observation sets between sizes 4 and 15 (step size 3). ... ok
  103. Tests is_valid_linkage(Z) on linkage on observation sets between sizes 4 and 15 (step size 3) with negative counts. ... ok
  104. Tests is_valid_linkage(Z) on linkage on observation sets between sizes 4 and 15 (step size 3) with negative distances. ... ok
  105. Tests is_valid_linkage(Z) on linkage on observation sets between sizes 4 and 15 (step size 3) with negative indices (left). ... ok
  106. Tests is_valid_linkage(Z) on linkage on observation sets between sizes 4 and 15 (step size 3) with negative indices (right). ... ok
  107. Tests is_valid_linkage(Z) with 5 columns. ... ok
  108. Tests is_valid_linkage(Z) with empty linkage. ... ok
  109. Tests is_valid_linkage(Z) with integer type. ... ok
  110. Tests leaders using a flat clustering generated by single linkage. ... ok
  111. Tests leaves_list(Z) on a 1x4 linkage. ... ok
  112. Tests leaves_list(Z) on a 2x4 linkage. ... ok
  113. Tests leaves_list(Z) on the Iris data set using average linkage. ... ok
  114. Tests leaves_list(Z) on the Iris data set using centroid linkage. ... ok
  115. Tests leaves_list(Z) on the Iris data set using complete linkage. ... ok
  116. Tests leaves_list(Z) on the Iris data set using median linkage. ... ok
  117. Tests leaves_list(Z) on the Iris data set using single linkage. ... ok
  118. Tests leaves_list(Z) on the Iris data set using ward linkage. ... ok
  119. Tests linkage(Y, 'average') on the tdist data set. ... ok
  120. Tests linkage(Y, 'centroid') on the Q data set. ... ok
  121. Tests linkage(Y, 'complete') on the Q data set. ... ok
  122. Tests linkage(Y, 'complete') on the tdist data set. ... ok
  123. Tests linkage(Y) where Y is a 0x4 linkage matrix. Exception expected. ... ok
  124. Tests linkage(Y, 'single') on the Q data set. ... ok
  125. Tests linkage(Y, 'single') on the tdist data set. ... ok
  126. Tests linkage(Y, 'weighted') on the Q data set. ... ok
  127. Tests linkage(Y, 'weighted') on the tdist data set. ... ok
  128. Tests maxdists(Z) on the Q data set using centroid linkage. ... ok
  129. Tests maxdists(Z) on the Q data set using complete linkage. ... ok
  130. Tests maxdists(Z) on the Q data set using median linkage. ... ok
  131. Tests maxdists(Z) on the Q data set using single linkage. ... ok
  132. Tests maxdists(Z) on the Q data set using Ward linkage. ... ok
  133. Tests maxdists(Z) on empty linkage. Expecting exception. ... ok
  134. Tests maxdists(Z) on linkage with one cluster. ... ok
  135. Tests maxinconsts(Z, R) on the Q data set using centroid linkage. ... ok
  136. Tests maxinconsts(Z, R) on the Q data set using complete linkage. ... ok
  137. Tests maxinconsts(Z, R) on the Q data set using median linkage. ... ok
  138. Tests maxinconsts(Z, R) on the Q data set using single linkage. ... ok
  139. Tests maxinconsts(Z, R) on the Q data set using Ward linkage. ... ok
  140. Tests maxinconsts(Z, R) on linkage and inconsistency matrices with different numbers of clusters. Expecting exception. ... ok
  141. Tests maxinconsts(Z, R) on empty linkage. Expecting exception. ... ok
  142. Tests maxinconsts(Z, R) on linkage with one cluster. ... ok
  143. Tests maxRstat(Z, R, 0) on the Q data set using centroid linkage. ... ok
  144. Tests maxRstat(Z, R, 0) on the Q data set using complete linkage. ... ok
  145. Tests maxRstat(Z, R, 0) on the Q data set using median linkage. ... ok
  146. Tests maxRstat(Z, R, 0) on the Q data set using single linkage. ... ok
  147. Tests maxRstat(Z, R, 0) on the Q data set using Ward linkage. ... ok
  148. Tests maxRstat(Z, R, 0) on linkage and inconsistency matrices with different numbers of clusters. Expecting exception. ... ok
  149. Tests maxRstat(Z, R, 0) on empty linkage. Expecting exception. ... ok
  150. Tests maxRstat(Z, R, 0) on linkage with one cluster. ... ok
  151. Tests maxRstat(Z, R, 1) on the Q data set using centroid linkage. ... ok
  152. Tests maxRstat(Z, R, 1) on the Q data set using complete linkage. ... ok
  153. Tests maxRstat(Z, R, 1) on the Q data set using median linkage. ... ok
  154. Tests maxRstat(Z, R, 1) on the Q data set using single linkage. ... ok
  155. Tests maxRstat(Z, R, 1) on the Q data set using Ward linkage. ... ok
  156. Tests maxRstat(Z, R, 1) on linkage and inconsistency matrices with different numbers of clusters. Expecting exception. ... ok
  157. Tests maxRstat(Z, R, 1) on empty linkage. Expecting exception. ... ok
  158. Tests maxRstat(Z, R, 1) on linkage with one cluster. ... ok
  159. Tests maxRstat(Z, R, 2) on the Q data set using centroid linkage. ... ok
  160. Tests maxRstat(Z, R, 2) on the Q data set using complete linkage. ... ok
  161. Tests maxRstat(Z, R, 2) on the Q data set using median linkage. ... ok
  162. Tests maxRstat(Z, R, 2) on the Q data set using single linkage. ... ok
  163. Tests maxRstat(Z, R, 2) on the Q data set using Ward linkage. ... ok
  164. Tests maxRstat(Z, R, 2) on linkage and inconsistency matrices with different numbers of clusters. Expecting exception. ... ok
  165. Tests maxRstat(Z, R, 2) on empty linkage. Expecting exception. ... ok
  166. Tests maxRstat(Z, R, 2) on linkage with one cluster. ... ok
  167. Tests maxRstat(Z, R, 3) on the Q data set using centroid linkage. ... ok
  168. Tests maxRstat(Z, R, 3) on the Q data set using complete linkage. ... ok
  169. Tests maxRstat(Z, R, 3) on the Q data set using median linkage. ... ok
  170. Tests maxRstat(Z, R, 3) on the Q data set using single linkage. ... ok
  171. Tests maxRstat(Z, R, 3) on the Q data set using Ward linkage. ... ok
  172. Tests maxRstat(Z, R, 3) on linkage and inconsistency matrices with different numbers of clusters. Expecting exception. ... ok
  173. Tests maxRstat(Z, R, 3) on empty linkage. Expecting exception. ... ok
  174. Tests maxRstat(Z, R, 3) on linkage with one cluster. ... ok
  175. Tests maxRstat(Z, R, 3.3). Expecting exception. ... ok
  176. Tests maxRstat(Z, R, -1). Expecting exception. ... ok
  177. Tests maxRstat(Z, R, 4). Expecting exception. ... ok
  178. Tests num_obs_linkage(Z) on linkage over 2 observations. ... ok
  179. Tests num_obs_linkage(Z) on linkage over 3 observations. ... ok
  180. Tests num_obs_linkage(Z) on linkage on observation sets between sizes 4 and 15 (step size 3). ... ok
  181. Tests num_obs_linkage(Z) with empty linkage. ... ok
  182. Tests to_mlab_linkage on linkage array with multiple rows. ... ok
  183. Tests to_mlab_linkage on empty linkage array. ... ok
  184. Tests to_mlab_linkage on linkage array with single row. ... ok
  185. test_hierarchy.load_testing_files ... ok
  186. Ticket #505. ... ok
  187. Testing that kmeans2 init methods work. ... ok
  188. Testing simple call to kmeans2 with rank 1 data. ... ok
  189. Testing simple call to kmeans2 with rank 1 data. ... ok
  190. Testing simple call to kmeans2 and its results. ... ok
  191. Regression test for #546: fail when k arg is 0. ... ok
  192. This will cause kmean to have a cluster with no points. ... ok
  193. test_kmeans_simple (test_vq.TestKMean) ... ok
  194. test_large_features (test_vq.TestKMean) ... ok
  195. test_py_vq (test_vq.TestVq) ... ok
  196. test_py_vq2 (test_vq.TestVq) ... ok
  197. test_vq (test_vq.TestVq) ... ok
  198. Test special rank 1 vq algo, python implementation. ... ok
  199. nose.selector: INFO: /usr/lib/python2.6/site-packages/scipy/cluster/tests/vq_test.py is executable; skipped
  200. test_definition (test_basic.TestDoubleFFT) ... ok
  201. test_djbfft (test_basic.TestDoubleFFT) ... ok
  202. test_n_argument_real (test_basic.TestDoubleFFT) ... ok
  203. test_definition (test_basic.TestDoubleIFFT) ... ok
  204. test_definition_real (test_basic.TestDoubleIFFT) ... ok
  205. test_djbfft (test_basic.TestDoubleIFFT) ... ok
  206. test_random_complex (test_basic.TestDoubleIFFT) ... ok
  207. test_random_real (test_basic.TestDoubleIFFT) ... ok
  208. test_axes_argument (test_basic.TestFftn) ... ok
  209. test_definition (test_basic.TestFftn) ... ok
  210. test_shape_argument (test_basic.TestFftn) ... ok
  211. test_shape_argument_more (test_basic.TestFftn) ... ok
  212. test_shape_axes_argument (test_basic.TestFftn) ... ok
  213. test_shape_axes_argument2 (test_basic.TestFftn) ... ok
  214. test_definition (test_basic.TestFftnSingle) ... ok
  215. test_definition (test_basic.TestIRFFTDouble) ... ok
  216. test_djbfft (test_basic.TestIRFFTDouble) ... ok
  217. test_random_real (test_basic.TestIRFFTDouble) ... ok
  218. test_definition (test_basic.TestIRFFTSingle) ... ok
  219. test_djbfft (test_basic.TestIRFFTSingle) ... ok
  220. test_random_real (test_basic.TestIRFFTSingle) ... ok
  221. test_definition (test_basic.TestIfftnDouble) ... ok
  222. test_random_complex (test_basic.TestIfftnDouble) ... ok
  223. test_definition (test_basic.TestIfftnSingle) ... ok
  224. test_random_complex (test_basic.TestIfftnSingle) ... ok
  225. test_complex (test_basic.TestLongDoubleFailure) ... ok
  226. test_real (test_basic.TestLongDoubleFailure) ... ok
  227. test_definition (test_basic.TestRFFTDouble) ... ok
  228. test_djbfft (test_basic.TestRFFTDouble) ... ok
  229. test_definition (test_basic.TestRFFTSingle) ... ok
  230. test_djbfft (test_basic.TestRFFTSingle) ... ok
  231. test_definition (test_basic.TestSingleFFT) ... ok
  232. test_djbfft (test_basic.TestSingleFFT) ... ok
  233. test_n_argument_real (test_basic.TestSingleFFT) ... ok
  234. test_definition (test_basic.TestSingleIFFT) ... ok
  235. test_definition_real (test_basic.TestSingleIFFT) ... ok
  236. test_djbfft (test_basic.TestSingleIFFT) ... ok
  237. test_random_complex (test_basic.TestSingleIFFT) ... ok
  238. test_random_real (test_basic.TestSingleIFFT) ... ok
  239. fft returns wrong result with axes parameter. ... ok
  240. test_definition (test_helper.TestFFTFreq) ... ok
  241. test_definition (test_helper.TestFFTShift) ... ok
  242. test_inverse (test_helper.TestFFTShift) ... ok
  243. test_definition (test_helper.TestRFFTFreq) ... ok
  244. test_definition (test_pseudo_diffs.TestDiff) ... ok
  245. test_expr (test_pseudo_diffs.TestDiff) ... ok
  246. test_expr_large (test_pseudo_diffs.TestDiff) ... ok
  247. test_int (test_pseudo_diffs.TestDiff) ... ok
  248. test_period (test_pseudo_diffs.TestDiff) ... ok
  249. test_random_even (test_pseudo_diffs.TestDiff) ... ok
  250. test_random_odd (test_pseudo_diffs.TestDiff) ... ok
  251. test_sin (test_pseudo_diffs.TestDiff) ... ok
  252. test_zero_nyquist (test_pseudo_diffs.TestDiff) ... ok
  253. test_definition (test_pseudo_diffs.TestHilbert) ... ok
  254. test_random_even (test_pseudo_diffs.TestHilbert) ... ok
  255. test_random_odd (test_pseudo_diffs.TestHilbert) ... ok
  256. test_tilbert_relation (test_pseudo_diffs.TestHilbert) ... ok
  257. test_definition (test_pseudo_diffs.TestIHilbert) ... ok
  258. test_itilbert_relation (test_pseudo_diffs.TestIHilbert) ... ok
  259. test_definition (test_pseudo_diffs.TestITilbert) ... ok
  260. test_definition (test_pseudo_diffs.TestShift) ... ok
  261. test_definition (test_pseudo_diffs.TestTilbert) ... ok
  262. test_random_even (test_pseudo_diffs.TestTilbert) ... ok
  263. test_random_odd (test_pseudo_diffs.TestTilbert) ... ok
  264. test_axis (test_real_transforms.TestDCTIDouble) ... ok
  265. test_definition (test_real_transforms.TestDCTIDouble) ... ok
  266. test_axis (test_real_transforms.TestDCTIFloat) ... ok
  267. test_definition (test_real_transforms.TestDCTIFloat) ... ok
  268. test_axis (test_real_transforms.TestDCTIIDouble) ... ok
  269. test_definition (test_real_transforms.TestDCTIIDouble) ... ok
  270. Test correspondance with matlab (orthornomal mode). ... ok
  271. test_axis (test_real_transforms.TestDCTIIFloat) ... ok
  272. test_definition (test_real_transforms.TestDCTIIFloat) ... ok
  273. Test correspondance with matlab (orthornomal mode). ... ok
  274. test_axis (test_real_transforms.TestDCTIIIDouble) ... ok
  275. test_definition (test_real_transforms.TestDCTIIIDouble) ... ok
  276. Test orthornomal mode. ... ok
  277. test_axis (test_real_transforms.TestDCTIIIFloat) ... ok
  278. test_definition (test_real_transforms.TestDCTIIIFloat) ... ok
  279. Test orthornomal mode. ... ok
  280. test_definition (test_real_transforms.TestIDCTIDouble) ... ok
  281. test_definition (test_real_transforms.TestIDCTIFloat) ... ok
  282. test_definition (test_real_transforms.TestIDCTIIDouble) ... ok
  283. test_definition (test_real_transforms.TestIDCTIIFloat) ... ok
  284. test_definition (test_real_transforms.TestIDCTIIIDouble) ... ok
  285. test_definition (test_real_transforms.TestIDCTIIIFloat) ... ok
  286. Check the dop853 solver ... ok
  287. Check the dopri5 solver ... ok
  288. Check the vode solver ... ok
  289. Check the dop853 solver ... ok
  290. Check the dopri5 solver ... ok
  291. Check the vode solver ... ok
  292. Check the zvode solver ... ok
  293. test_odeint (test_integrate.TestOdeint) ... ok
  294. test_algebraic_log_weight (test_quadpack.TestQuad) ... ok
  295. test_cauchypv_weight (test_quadpack.TestQuad) ... ok
  296. test_cosine_weighted_infinite (test_quadpack.TestQuad) ... ok
  297. test_double_integral (test_quadpack.TestQuad) ... ok
  298. test_indefinite (test_quadpack.TestQuad) ... ok
  299. test_sine_weighted_finite (test_quadpack.TestQuad) ... ok
  300. test_sine_weighted_infinite (test_quadpack.TestQuad) ... ok
  301. test_singular (test_quadpack.TestQuad) ... ok
  302. test_triple_integral (test_quadpack.TestQuad) ... ok
  303. test_typical (test_quadpack.TestQuad) ... ok
  304. Test the first few degrees, for evenly spaced points. ... ok
  305. Test newton_cotes with points that are not evenly spaced. ... ok
  306. test_non_dtype (test_quadrature.TestQuadrature) ... ok
  307. test_quadrature (test_quadrature.TestQuadrature) ... ok
  308. test_quadrature_rtol (test_quadrature.TestQuadrature) ... ok
  309. test_romb (test_quadrature.TestQuadrature) ... ok
  310. test_romberg (test_quadrature.TestQuadrature) ... ok
  311. test_romberg_rtol (test_quadrature.TestQuadrature) ... ok
  312. test_bilinearity (test_fitpack.TestLSQBivariateSpline) ... /usr/lib/python2.6/site-packages/scipy/interpolate/fitpack2.py:670: UserWarning:
  313. The coefficients of the spline returned have been computed as the
  314. minimal norm least-squares solution of a (numerically) rank deficient
  315. system (deficiency=7). If deficiency is large, the results may be
  316. inaccurate. Deficiency may strongly depend on the value of eps.
  317. warnings.warn(message)
  318. ok
  319. Test whether empty inputs returns an empty output. Ticket 1014 ... ok
  320. test_integral (test_fitpack.TestLSQBivariateSpline) ... ok
  321. test_linear_constant (test_fitpack.TestLSQBivariateSpline) ... ok
  322. test_defaults (test_fitpack.TestRectBivariateSpline) ... ok
  323. test_evaluate (test_fitpack.TestRectBivariateSpline) ... ok
  324. test_integral (test_fitpack.TestSmoothBivariateSpline) ... /usr/lib/python2.6/site-packages/scipy/interpolate/fitpack2.py:601: UserWarning:
  325. The required storage space exceeds the available storage space: nxest
  326. or nyest too small, or s too small.
  327. The weighted least-squares spline corresponds to the current set of
  328. knots.
  329. warnings.warn(message)
  330. ok
  331. test_linear_1d (test_fitpack.TestSmoothBivariateSpline) ... ok
  332. test_linear_constant (test_fitpack.TestSmoothBivariateSpline) ... ok
  333. Test whether empty input returns an empty output. Ticket 1014 ... ok
  334. test_linear_1d (test_fitpack.TestUnivariateSpline) ... ok
  335. test_linear_constant (test_fitpack.TestUnivariateSpline) ... ok
  336. test_preserve_shape (test_fitpack.TestUnivariateSpline) ... ok
  337. test_subclassing (test_fitpack.TestUnivariateSpline) ... ok
  338. test_interpolate.TestInterp1D.test_bounds('linear',) ... ok
  339. test_interpolate.TestInterp1D.test_bounds('linear',) ... ok
  340. test_interpolate.TestInterp1D.test_bounds('cubic',) ... ok
  341. test_interpolate.TestInterp1D.test_bounds('cubic',) ... ok
  342. test_interpolate.TestInterp1D.test_bounds('nearest',) ... ok
  343. test_interpolate.TestInterp1D.test_bounds('nearest',) ... ok
  344. test_interpolate.TestInterp1D.test_bounds('slinear',) ... ok
  345. test_interpolate.TestInterp1D.test_bounds('slinear',) ... ok
  346. test_interpolate.TestInterp1D.test_bounds('zero',) ... ok
  347. test_interpolate.TestInterp1D.test_bounds('zero',) ... ok
  348. test_interpolate.TestInterp1D.test_bounds('quadratic',) ... ok
  349. test_interpolate.TestInterp1D.test_bounds('quadratic',) ... ok
  350. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex64'>, 'linear') ... ok
  351. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex128'>, 'linear') ... ok
  352. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex64'>, 'nearest') ... ok
  353. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex128'>, 'nearest') ... ok
  354. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex64'>, 'cubic') ... ok
  355. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex128'>, 'cubic') ... ok
  356. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex64'>, 'slinear') ... ok
  357. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex128'>, 'slinear') ... ok
  358. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex64'>, 'quadratic') ... ok
  359. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex128'>, 'quadratic') ... ok
  360. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex64'>, 'zero') ... ok
  361. test_interpolate.TestInterp1D.test_complex(<type 'numpy.complex128'>, 'zero') ... ok
  362. Check the actual implementation of spline interpolation. ... ok
  363. Check that the attributes are initialized appropriately by the ... ok
  364. Check the actual implementation of linear interpolation. ... ok
  365. test_interpolate.TestInterp1D.test_nd('linear',) ... ok
  366. test_interpolate.TestInterp1D.test_nd('linear',) ... ok
  367. test_interpolate.TestInterp1D.test_nd('cubic',) ... ok
  368. test_interpolate.TestInterp1D.test_nd('cubic',) ... ok
  369. test_interpolate.TestInterp1D.test_nd('slinear',) ... ok
  370. test_interpolate.TestInterp1D.test_nd('slinear',) ... ok
  371. test_interpolate.TestInterp1D.test_nd('quadratic',) ... ok
  372. test_interpolate.TestInterp1D.test_nd('quadratic',) ... ok
  373. test_interpolate.TestInterp1D.test_nd('nearest',) ... ok
  374. test_interpolate.TestInterp1D.test_nd('nearest',) ... ok
  375. test_interpolate.TestInterp1D.test_nd_zero_spline ... KNOWNFAIL: zero-order splines fail for the last point
  376. Check the actual implementation of nearest-neighbour interpolation. ... ok
  377. Make sure that appropriate exceptions are raised when invalid values ... ok
  378. Check the actual implementation of zero-order spline interpolation. ... KNOWNFAIL: zero-order splines fail for the last point
  379. test_interp2d (test_interpolate.TestInterp2D) ... ok
  380. test_interp2d_meshgrid_input (test_interpolate.TestInterp2D) ... ok
  381. test_lagrange (test_interpolate.TestLagrange) ... ok
  382. test_block_average_above (test_interpolate_wrapper.Test) ... ok
  383. test_linear (test_interpolate_wrapper.Test) ... ok
  384. test_linear2 (test_interpolate_wrapper.Test) ... ok
  385. test_logarithmic (test_interpolate_wrapper.Test) ... ok
  386. test_nearest (test_interpolate_wrapper.Test) ... ok
  387. test_append (test_polyint.CheckBarycentric) ... ok
  388. test_delayed (test_polyint.CheckBarycentric) ... ok
  389. test_lagrange (test_polyint.CheckBarycentric) ... ok
  390. test_scalar (test_polyint.CheckBarycentric) ... ok
  391. test_shapes_1d_vectorvalue (test_polyint.CheckBarycentric) ... ok
  392. test_shapes_scalarvalue (test_polyint.CheckBarycentric) ... ok
  393. test_shapes_vectorvalue (test_polyint.CheckBarycentric) ... ok
  394. test_vector (test_polyint.CheckBarycentric) ... ok
  395. test_wrapper (test_polyint.CheckBarycentric) ... ok
  396. test_derivative (test_polyint.CheckKrogh) ... ok
  397. test_derivatives (test_polyint.CheckKrogh) ... ok
  398. test_empty (test_polyint.CheckKrogh) ... ok
  399. test_hermite (test_polyint.CheckKrogh) ... ok
  400. test_high_derivative (test_polyint.CheckKrogh) ... ok
  401. test_lagrange (test_polyint.CheckKrogh) ... ok
  402. test_low_derivatives (test_polyint.CheckKrogh) ... ok
  403. test_scalar (test_polyint.CheckKrogh) ... ok
  404. test_shapes_1d_vectorvalue (test_polyint.CheckKrogh) ... ok
  405. test_shapes_scalarvalue (test_polyint.CheckKrogh) ... ok
  406. test_shapes_scalarvalue_derivative (test_polyint.CheckKrogh) ... ok
  407. test_shapes_vectorvalue (test_polyint.CheckKrogh) ... ok
  408. test_shapes_vectorvalue_derivative (test_polyint.CheckKrogh) ... ok
  409. test_vector (test_polyint.CheckKrogh) ... ok
  410. test_wrapper (test_polyint.CheckKrogh) ... ok
  411. test_construction (test_polyint.CheckPiecewise) ... ok
  412. test_derivative (test_polyint.CheckPiecewise) ... ok
  413. test_derivatives (test_polyint.CheckPiecewise) ... ok
  414. test_incremental (test_polyint.CheckPiecewise) ... ok
  415. test_scalar (test_polyint.CheckPiecewise) ... ok
  416. test_shapes_scalarvalue (test_polyint.CheckPiecewise) ... ok
  417. test_shapes_scalarvalue_derivative (test_polyint.CheckPiecewise) ... ok
  418. test_shapes_vectorvalue (test_polyint.CheckPiecewise) ... ok
  419. test_shapes_vectorvalue_1d (test_polyint.CheckPiecewise) ... ok
  420. test_shapes_vectorvalue_derivative (test_polyint.CheckPiecewise) ... ok
  421. test_vector (test_polyint.CheckPiecewise) ... ok
  422. test_wrapper (test_polyint.CheckPiecewise) ... ok
  423. test_exponential (test_polyint.CheckTaylor) ... ok
  424. test_rbf.test_rbf_interpolation('multiquadric',) ... ok
  425. test_rbf.test_rbf_interpolation('multiquadric',) ... ok
  426. test_rbf.test_rbf_interpolation('multiquadric',) ... ok
  427. test_rbf.test_rbf_interpolation('inverse multiquadric',) ... ok
  428. test_rbf.test_rbf_interpolation('inverse multiquadric',) ... ok
  429. test_rbf.test_rbf_interpolation('inverse multiquadric',) ... ok
  430. test_rbf.test_rbf_interpolation('gaussian',) ... ok
  431. test_rbf.test_rbf_interpolation('gaussian',) ... ok
  432. test_rbf.test_rbf_interpolation('gaussian',) ... ok
  433. test_rbf.test_rbf_interpolation('cubic',) ... ok
  434. test_rbf.test_rbf_interpolation('cubic',) ... ok
  435. test_rbf.test_rbf_interpolation('cubic',) ... ok
  436. test_rbf.test_rbf_interpolation('quintic',) ... ok
  437. test_rbf.test_rbf_interpolation('quintic',) ... ok
  438. test_rbf.test_rbf_interpolation('quintic',) ... ok
  439. test_rbf.test_rbf_interpolation('thin-plate',) ... Warning: divide by zero encountered in log
  440. Warning: invalid value encountered in multiply
  441. Warning: divide by zero encountered in log
  442. Warning: invalid value encountered in multiply
  443. Warning: divide by zero encountered in log
  444. Warning: invalid value encountered in multiply
  445. ok
  446. test_rbf.test_rbf_interpolation('thin-plate',) ... Warning: divide by zero encountered in log
  447. Warning: invalid value encountered in multiply
  448. Warning: divide by zero encountered in log
  449. Warning: invalid value encountered in multiply
  450. ok
  451. test_rbf.test_rbf_interpolation('thin-plate',) ... Warning: divide by zero encountered in log
  452. Warning: invalid value encountered in multiply
  453. Warning: divide by zero encountered in log
  454. Warning: invalid value encountered in multiply
  455. ok
  456. test_rbf.test_rbf_interpolation('linear',) ... ok
  457. test_rbf.test_rbf_interpolation('linear',) ... ok
  458. test_rbf.test_rbf_interpolation('linear',) ... ok
  459. test_rbf.test_rbf_regularity('multiquadric', 0.050000000000000003) ... ok
  460. test_rbf.test_rbf_regularity('inverse multiquadric', 0.02) ... ok
  461. test_rbf.test_rbf_regularity('gaussian', 0.01) ... ok
  462. test_rbf.test_rbf_regularity('cubic', 0.14999999999999999) ... ok
  463. test_rbf.test_rbf_regularity('quintic', 0.10000000000000001) ... ok
  464. test_rbf.test_rbf_regularity('thin-plate', 0.10000000000000001) ... Warning: divide by zero encountered in log
  465. Warning: invalid value encountered in multiply
  466. Warning: divide by zero encountered in log
  467. Warning: invalid value encountered in multiply
  468. ok
  469. test_rbf.test_rbf_regularity('linear', 0.20000000000000001) ... ok
  470. Check that the Rbf class can be constructed with the default ... ok
  471. Check that the Rbf class can be constructed with function=callable. ... ok
  472. Ticket #629 ... ok
  473. test_byteordercodes.test_native ... ok
  474. test_byteordercodes.test_to_numpy ... ok
  475. test_mio.test_load('double', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testdouble_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testdouble_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testdouble_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testdouble_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat'], {'testdouble': array([[ 0. , 0.78539816, 1.57079633, 2.35619449, 3.14159265, ... ok
  476. test_mio.test_load('string', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststring_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststring_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststring_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststring_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststring_6.1_SOL2.mat'], {'teststring': array([u'"Do nine men interpret?" "Nine men," I nod.'], ... ok
  477. test_mio.test_load('complex', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcomplex_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcomplex_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcomplex_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcomplex_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcomplex_6.1_SOL2.mat'], {'testcomplex': array([[ 1.00000000e+00 +0.00000000e+00j, ... ok
  478. test_mio.test_load('matrix', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmatrix_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmatrix_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmatrix_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmatrix_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmatrix_7.4_GLNX86.mat'], {'testmatrix': array([[ 1., 2., 3., 4., 5.], ... ok
  479. test_mio.test_load('sparse', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat'], {'testsparse': <3x5 sparse matrix of type '<type 'numpy.float64'>' ... ok
  480. test_mio.test_load('sparsecomplex', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat'], {'testsparsecomplex': <3x5 sparse matrix of type '<type 'numpy.complex128'>' ... ok
  481. test_mio.test_load('multi', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmulti_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmulti_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testmulti_7.4_GLNX86.mat'], {'a': array([[ 1., 2., 3., 4., 5.], ... ok
  482. test_mio.test_load('minus', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testminus_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testminus_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testminus_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testminus_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testminus_7.4_GLNX86.mat'], {'testminus': array([[-1]])}) ... ok
  483. test_mio.test_load('onechar', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testonechar_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testonechar_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testonechar_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testonechar_6.5.1_GLNX86.mat'], {'testonechar': array([u'r'], ... ok
  484. test_mio.test_load('cell', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcell_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcell_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcell_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcell_7.1_GLNX86.mat'], {'testcell': array([[[u'This cell contains this string and 3 arrays of increasing length'], ... ok
  485. test_mio.test_load('scalarcell', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testscalarcell_7.4_GLNX86.mat'], {'testscalarcell': array([[[[1]]]], dtype=object)}) ... ok
  486. test_mio.test_load('emptycell', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testemptycell_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testemptycell_5.3_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testemptycell_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testemptycell_7.4_GLNX86.mat'], {'testemptycell': array([[[[1]], [[2]], [], [], [[3]]]], dtype=object)}) ... ok
  487. test_mio.test_load('stringarray', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststringarray_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststringarray_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststringarray_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststringarray_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststringarray_7.1_GLNX86.mat'], {'teststringarray': array([u'one ', u'two ', u'three'], ... ok
  488. test_mio.test_load('3dmatrix', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/test3dmatrix_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/test3dmatrix_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/test3dmatrix_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/test3dmatrix_7.4_GLNX86.mat'], {'test3dmatrix': array([[[ 1, 7, 13, 19], ... ok
  489. test_mio.test_load('struct', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststruct_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststruct_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststruct_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststruct_7.1_GLNX86.mat'], {'teststruct': array([[ ([u'Rats live on no evil star.'], [[1.4142135623730951, 2.7182818284590451, 3.1415926535897931]], [[(1.4142135623730951+1.4142135623730951j), (2.7182818284590451+2.7182818284590451j), (3.1415926535897931+3.1415926535897931j)]])]], ... ok
  490. test_mio.test_load('cellnest', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcellnest_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcellnest_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcellnest_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testcellnest_7.4_GLNX86.mat'], {'testcellnest': array([[[[1]], [[[[2]] [[3]] [[[[4]] [[5]]]]]]]], dtype=object)}) ... ok
  491. test_mio.test_load('structnest', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructnest_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructnest_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructnest_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructnest_6.1_SOL2.mat'], {'teststructnest': array([[([[1]], [[(array([u'number 3'], ... ok
  492. test_mio.test_load('structarr', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructarr_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructarr_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructarr_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/teststructarr_7.1_GLNX86.mat'], {'teststructarr': array([[([[1]], [[2]]), ([u'number 1'], [u'number 2'])]], ... ok
  493. test_mio.test_load('object', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testobject_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testobject_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testobject_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testobject_6.1_SOL2.mat'], {'testobject': MatlabObject([[([u'x'], [u' x = INLINE_INPUTS_{1};'], [u'x'], [[0]], [[1]], [[1]])]], ... ok
  494. test_mio.test_load('unicode', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testunicode_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testunicode_7.4_GLNX86.mat'], {'testunicode': array([ u'Japanese: \n\u3059\u3079\u3066\u306e\u4eba\u9593\u306f\u3001\u751f\u307e\u308c\u306a\u304c\u3089\u306b\u3057\u3066\u81ea\u7531\u3067\u3042\u308a\u3001\n\u304b\u3064\u3001\u5c0a\u53b3\u3068\u6a29\u5229\u3068 \u306b\u3064\u3044\u3066\u5e73\u7b49\u3067\u3042\u308b\u3002\n\u4eba\u9593\u306f\u3001\u7406\u6027\u3068\u826f\u5fc3\u3068\u3092\u6388\u3051\u3089\u308c\u3066\u304a\u308a\u3001\n\u4e92\u3044\u306b\u540c\u80de\u306e\u7cbe\u795e\u3092\u3082\u3063\u3066\u884c\u52d5\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002'], ... ok
  495. test_mio.test_load('sparse', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat'], {'testsparse': <3x5 sparse matrix of type '<type 'numpy.float64'>' ... ok
  496. test_mio.test_load('sparsecomplex', ['/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.4_GLNX86.mat', '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat'], {'testsparsecomplex': <3x5 sparse matrix of type '<type 'numpy.complex128'>' ... ok
  497. test_mio.test_round_trip('double_round_trip', {'testdouble': array([[ 0. , 0.78539816, 1.57079633, 2.35619449, 3.14159265, ... ok
  498. test_mio.test_round_trip('string_round_trip', {'teststring': array([u'"Do nine men interpret?" "Nine men," I nod.'], ... ok
  499. test_mio.test_round_trip('complex_round_trip', {'testcomplex': array([[ 1.00000000e+00 +0.00000000e+00j, ... ok
  500. test_mio.test_round_trip('matrix_round_trip', {'testmatrix': array([[ 1., 2., 3., 4., 5.], ... ok
  501. test_mio.test_round_trip('sparse_round_trip', {'testsparse': <3x5 sparse matrix of type '<type 'numpy.float64'>' ... ok
  502. test_mio.test_round_trip('sparsecomplex_round_trip', {'testsparsecomplex': <3x5 sparse matrix of type '<type 'numpy.complex128'>' ... ok
  503. test_mio.test_round_trip('multi_round_trip', {'a': array([[ 1., 2., 3., 4., 5.], ... ok
  504. test_mio.test_round_trip('minus_round_trip', {'testminus': array([[-1]])}, '4') ... ok
  505. test_mio.test_round_trip('onechar_round_trip', {'testonechar': array([u'r'], ... ok
  506. test_mio.test_round_trip('cell_round_trip', {'testcell': array([[[u'This cell contains this string and 3 arrays of increasing length'], ... ok
  507. test_mio.test_round_trip('scalarcell_round_trip', {'testscalarcell': array([[[[1]]]], dtype=object)}, '5') ... ok
  508. test_mio.test_round_trip('emptycell_round_trip', {'testemptycell': array([[[[1]], [[2]], [], [], [[3]]]], dtype=object)}, '5') ... ok
  509. test_mio.test_round_trip('stringarray_round_trip', {'teststringarray': array([u'one ', u'two ', u'three'], ... ok
  510. test_mio.test_round_trip('3dmatrix_round_trip', {'test3dmatrix': array([[[ 1, 7, 13, 19], ... ok
  511. test_mio.test_round_trip('struct_round_trip', {'teststruct': array([[ ([u'Rats live on no evil star.'], [[1.4142135623730951, 2.7182818284590451, 3.1415926535897931]], [[(1.4142135623730951+1.4142135623730951j), (2.7182818284590451+2.7182818284590451j), (3.1415926535897931+3.1415926535897931j)]])]], ... ok
  512. test_mio.test_round_trip('cellnest_round_trip', {'testcellnest': array([[[[1]], [[[[2]] [[3]] [[[[4]] [[5]]]]]]]], dtype=object)}, '5') ... ok
  513. test_mio.test_round_trip('structnest_round_trip', {'teststructnest': array([[([[1]], [[(array([u'number 3'], ... ok
  514. test_mio.test_round_trip('structarr_round_trip', {'teststructarr': array([[([[1]], [[2]]), ([u'number 1'], [u'number 2'])]], ... ok
  515. test_mio.test_round_trip('object_round_trip', {'testobject': MatlabObject([[([u'x'], [u' x = INLINE_INPUTS_{1};'], [u'x'], [[0]], [[1]], [[1]])]], ... ok
  516. test_mio.test_round_trip('unicode_round_trip', {'testunicode': array([ u'Japanese: \n\u3059\u3079\u3066\u306e\u4eba\u9593\u306f\u3001\u751f\u307e\u308c\u306a\u304c\u3089\u306b\u3057\u3066\u81ea\u7531\u3067\u3042\u308a\u3001\n\u304b\u3064\u3001\u5c0a\u53b3\u3068\u6a29\u5229\u3068 \u306b\u3064\u3044\u3066\u5e73\u7b49\u3067\u3042\u308b\u3002\n\u4eba\u9593\u306f\u3001\u7406\u6027\u3068\u826f\u5fc3\u3068\u3092\u6388\u3051\u3089\u308c\u3066\u304a\u308a\u3001\n\u4e92\u3044\u306b\u540c\u80de\u306e\u7cbe\u795e\u3092\u3082\u3063\u3066\u884c\u52d5\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002'], ... ok
  517. test_mio.test_round_trip('sparse_round_trip', {'testsparse': <3x5 sparse matrix of type '<type 'numpy.float64'>' ... ok
  518. test_mio.test_round_trip('sparsecomplex_round_trip', {'testsparsecomplex': <3x5 sparse matrix of type '<type 'numpy.complex128'>' ... ok
  519. test_mio.test_round_trip('objectarray_round_trip', {'testobjectarray': MatlabObject([[([u'x'], [u' x = INLINE_INPUTS_{1};'], [u'x'], [[0]], [[1]], [[1]]), ... ok
  520. test_mio.test_gzip_simple ... ok
  521. test_mio.test_mat73 ... ok
  522. test_mio.test_warnings(<type 'exceptions.DeprecationWarning'>, <function find_mat_file at 0x9cf55dc>, '/usr/lib/python2.6/site-packages/scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat') ... ok
  523. Regression test for #653. ... ok
  524. test_mio.test_structname_len ... ok
  525. test_mio.test_4_and_long_field_names_incompatible ... ok
  526. test_mio.test_long_field_names ... ok
  527. test_mio.test_long_field_names_in_struct ... ok
  528. test_mio.test_cell_with_one_thing_in_it ... ok
  529. test_mio.test_writer_properties([], []) ... ok
  530. test_mio.test_writer_properties(['avar'], ['avar']) ... ok
  531. test_mio.test_writer_properties(False, False) ... ok
  532. test_mio.test_writer_properties(True, True) ... ok
  533. test_mio.test_writer_properties(False, False) ... ok
  534. test_mio.test_writer_properties(True, True) ... ok
  535. test_mio.test_use_small_element(True,) ... ok
  536. test_mio.test_use_small_element(True,) ... ok
  537. test_mio.test_save_dict ... ok
  538. test_mio.test_1d_shape((5, 1), (5, 1)) ... ok
  539. test_mio.test_1d_shape((1, 5), (1, 5)) ... ok
  540. test_mio.test_1d_shape((5, 1), (5, 1)) ... ok
  541. test_mio.test_1d_shape((1, 5), (1, 5)) ... ok
  542. test_mio.test_1d_shape((5, 1), (5, 1)) ... ok
  543. test_mio.test_1d_shape((1, 5), (1, 5)) ... ok
  544. test_mio.test_compression(array([[ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., ... ok
  545. test_mio.test_compression(array([[ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., ... ok
  546. test_mio.test_compression(True,) ... ok
  547. test_mio.test_compression(array([[ 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., ... ok
  548. test_mio.test_compression(array([[ 1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., ... ok
  549. test_mio.test_single_object ... ok
  550. test_mio.test_skip_variable(True,) ... ok
  551. test_mio.test_skip_variable(True,) ... ok
  552. test_mio.test_skip_variable(True,) ... ok
  553. test_mio.test_empty_struct((1, 1), (1, 1)) ... ok
  554. test_mio.test_empty_struct(dtype('object'), dtype('object')) ... ok
  555. test_mio.test_empty_struct(True,) ... ok
  556. test_mio.test_empty_struct(array([], ... ok
  557. test_mio.test_recarray(array([[ 0.5]]), 0.5) ... ok
  558. test_mio.test_recarray(array([u'python'], ... ok
  559. test_mio.test_recarray(array([[ 0.5]]), 0.5) ... ok
  560. test_mio.test_recarray(array([u'python'], ... ok
  561. test_mio.test_recarray(dtype([('f1', '|O4'), ('f2', '|O4')]), dtype([('f1', '|O4'), ('f2', '|O4')])) ... ok
  562. test_mio.test_recarray(array([[ 99.]]), 99) ... ok
  563. test_mio.test_recarray(array([u'not perl'], ... ok
  564. test_mio.test_save_object(array([[1]]), 1) ... ok
  565. test_mio.test_save_object(array([u'a string'], ... ok
  566. test_mio.test_save_object(array([[1]]), 1) ... ok
  567. test_mio.test_save_object(array([u'a string'], ... ok
  568. test_mio.test_read_opts(array([[0, 1, 2, 3, 4, 5]]), array([[0, 1, 2, 3, 4, 5]])) ... ok
  569. test_mio.test_read_opts(array([0, 1, 2, 3, 4, 5]), array([0, 1, 2, 3, 4, 5])) ... ok
  570. test_mio.test_read_opts(array([[0, 1, 2, 3, 4, 5]]), array([[0, 1, 2, 3, 4, 5]])) ... ok
  571. test_mio.test_read_opts(array([[0, 1, 2, 3, 4, 5]]), array([[0, 1, 2, 3, 4, 5]])) ... ok
  572. test_mio.test_read_opts(<type 'exceptions.Exception'>, <bound method MatFile5Reader_future.get_variables of <test_mio.MatFile5Reader_future object at 0xa31034c>>) ... ok
  573. test_mio.test_read_opts(array([[0, 1, 2, 3, 4, 5]]), array([[0, 1, 2, 3, 4, 5]])) ... ok
  574. test_mio.test_read_opts(array([u'a string'], ... ok
  575. test_mio.test_read_opts(array([[u'a', u' ', u's', u't', u'r', u'i', u'n', u'g']], ... ok
  576. test_mio.test_read_opts(array([u'a string'], ... ok
  577. test_mio.test_empty_string(array([], ... ok
  578. test_mio.test_empty_string(array([], ... ok
  579. test_mio.test_empty_string(array([], ... ok
  580. test_mio.test_mat4_3d(<type 'exceptions.DeprecationWarning'>, <functools.partial object at 0xa2cf3c4>, <StringIO.StringIO instance at 0xa310c0c>, {'a': array([[[ 0, 1, 2, 3], ... ok
  581. test_mio.test_mat4_3d(array([[ 0, 1, 2, 3], ... ok
  582. test_mio.test_func_read(True,) ... ok
  583. test_mio.test_func_read(<class 'scipy.io.matlab.miobase.MatWriteError'>, <bound method MatFile5Writer.put_variables of <scipy.io.matlab.mio5.MatFile5Writer object at 0xa2f7d0c>>, {'__version__': '1.0', '__header__': 'MATLAB 5.0 MAT-file, Platform: GLNX86, Created on: Fri Feb 20 15:26:59 2009', 'testfunc': MatlabFunction([[ ([u'/opt/matlab-2007a'], [u'/'], [u'@'], [[(array([u'afunc'], ... ok
  584. test_mio.test_mat_dtype('u', 'u') ... ok
  585. test_mio.test_mat_dtype('f', 'f') ... ok
  586. test_mio.test_sparse_in_struct(matrix([[ 1., 0., 0., 0.], ... ok
  587. test_mio.test_mat_struct_squeeze ... ok
  588. test_mio.test_str_round(array([u'Hello', u'Foob '], ... ok
  589. test_mio.test_str_round(array([u'Hello', u'Foob '], ... ok
  590. test_mio.test_str_round(array([u'Hello', u'Foob '], ... ok
  591. test_mio5_utils.test_byteswap(16777216L, 16777216L) ... ok
  592. test_mio5_utils.test_byteswap(1L, 1L) ... ok
  593. test_mio5_utils.test_byteswap(65536L, 65536L) ... ok
  594. test_mio5_utils.test_byteswap(256L, 256L) ... ok
  595. test_mio5_utils.test_byteswap(256L, 256L) ... ok
  596. test_mio5_utils.test_byteswap(65536L, 65536L) ... ok
  597. test_mio5_utils.test_read_tag(<type 'exceptions.IOError'>, <built-in method read_tag of scipy.io.matlab.mio5_utils.VarReader5 object at 0xa2e902c>) ... ok
  598. test_mio5_utils.test_read_tag(<type 'exceptions.ValueError'>, <built-in method read_tag of scipy.io.matlab.mio5_utils.VarReader5 object at 0xa2e902c>) ... ok
  599. test_mio5_utils.test_read_stream('\x05\x00\x04\x00\x01\x00\x00\x00', '\x05\x00\x04\x00\x01\x00\x00\x00') ... ok
  600. test_mio5_utils.test_read_numeric(1, True) ... ok
  601. test_mio5_utils.test_read_numeric(0, False) ... ok
  602. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  603. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  604. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  605. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  606. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  607. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  608. test_mio5_utils.test_read_numeric(0, False) ... ok
  609. test_mio5_utils.test_read_numeric(1, True) ... ok
  610. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  611. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  612. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  613. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  614. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  615. test_mio5_utils.test_read_numeric(array([30], dtype=uint16), 30) ... ok
  616. test_mio5_utils.test_read_numeric(1, True) ... ok
  617. test_mio5_utils.test_read_numeric(0, False) ... ok
  618. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  619. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  620. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  621. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  622. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  623. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  624. test_mio5_utils.test_read_numeric(0, False) ... ok
  625. test_mio5_utils.test_read_numeric(1, True) ... ok
  626. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  627. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  628. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  629. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  630. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  631. test_mio5_utils.test_read_numeric(array([1]), 1) ... ok
  632. test_mio5_utils.test_read_numeric(1, True) ... ok
  633. test_mio5_utils.test_read_numeric(0, False) ... ok
  634. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  635. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  636. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  637. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  638. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  639. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  640. test_mio5_utils.test_read_numeric(0, False) ... ok
  641. test_mio5_utils.test_read_numeric(1, True) ... ok
  642. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  643. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  644. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  645. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  646. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  647. test_mio5_utils.test_read_numeric(array([-1], dtype=int16), -1) ... ok
  648. test_mio5_utils.test_read_numeric_writeable(True,) ... ok
  649. test_mio_funcs.test_jottings ... ok
  650. test_mio_utils.test_cproduct(1, 1) ... ok
  651. test_mio_utils.test_cproduct(1, 1) ... ok
  652. test_mio_utils.test_cproduct(3, 3) ... ok
  653. test_mio_utils.test_cproduct(3, 3) ... ok
  654. test_mio_utils.test_squeeze_element(array([ 0., 0., 0.]), array([ 0., 0., 0.])) ... ok
  655. test_mio_utils.test_squeeze_element(True,) ... ok
  656. test_mio_utils.test_squeeze_element(True,) ... ok
  657. test_mio_utils.test_chars_strings(array([u'learn ', u'python', u'fast ', u'here '], ... ok
  658. test_mio_utils.test_chars_strings(array([[u'learn ', u'python'], ... ok
  659. test_mio_utils.test_chars_strings(array([[[u'learn ', u'python'], ... ok
  660. test_mio_utils.test_chars_strings(array([u'learn ', u'python', u'fast ', u'here '], ... ok
  661. test_mio_utils.test_chars_strings(array([u''], ... ok
  662. test_streams.test_make_stream(True,) ... ok
  663. test_streams.test_make_stream(True,) ... ok
  664. test_streams.test_make_stream(True,) ... ok
  665. test_streams.test_tell_seek(0, 0) ... ok
  666. test_streams.test_tell_seek(0, 0) ... ok
  667. test_streams.test_tell_seek(0, 0) ... ok
  668. test_streams.test_tell_seek(5, 5) ... ok
  669. test_streams.test_tell_seek(0, 0) ... ok
  670. test_streams.test_tell_seek(7, 7) ... ok
  671. test_streams.test_tell_seek(0, 0) ... ok
  672. test_streams.test_tell_seek(6, 6) ... ok
  673. test_streams.test_tell_seek(0, 0) ... ok
  674. test_streams.test_tell_seek(0, 0) ... ok
  675. test_streams.test_tell_seek(0, 0) ... ok
  676. test_streams.test_tell_seek(5, 5) ... ok
  677. test_streams.test_tell_seek(0, 0) ... ok
  678. test_streams.test_tell_seek(7, 7) ... ok
  679. test_streams.test_tell_seek(0, 0) ... ok
  680. test_streams.test_tell_seek(6, 6) ... ok
  681. test_streams.test_tell_seek(0, 0) ... ok
  682. test_streams.test_tell_seek(0, 0) ... ok
  683. test_streams.test_tell_seek(0, 0) ... ok
  684. test_streams.test_tell_seek(5, 5) ... ok
  685. test_streams.test_tell_seek(0, 0) ... ok
  686. test_streams.test_tell_seek(7, 7) ... ok
  687. test_streams.test_tell_seek(0, 0) ... ok
  688. test_streams.test_tell_seek(6, 6) ... ok
  689. test_streams.test_read('a\x00string', 'a\x00string') ... ok
  690. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  691. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  692. test_streams.test_read('ring', 'ring') ... ok
  693. test_streams.test_read(<type 'exceptions.IOError'>, <built-in function _read_into>, <scipy.io.matlab.streams.FileStream object at 0xa30ac2c>, 2) ... ok
  694. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  695. test_streams.test_read('ring', 'ring') ... ok
  696. test_streams.test_read(<type 'exceptions.IOError'>, <built-in function _read_string>, <scipy.io.matlab.streams.FileStream object at 0xa30ac2c>, 2) ... ok
  697. test_streams.test_read('a\x00string', 'a\x00string') ... ok
  698. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  699. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  700. test_streams.test_read('ring', 'ring') ... ok
  701. test_streams.test_read(<type 'exceptions.IOError'>, <built-in function _read_into>, <scipy.io.matlab.streams.GenericStream object at 0xa30a6ec>, 2) ... ok
  702. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  703. test_streams.test_read('ring', 'ring') ... ok
  704. test_streams.test_read(<type 'exceptions.IOError'>, <built-in function _read_string>, <scipy.io.matlab.streams.GenericStream object at 0xa30a6ec>, 2) ... ok
  705. test_streams.test_read('a\x00string', 'a\x00string') ... ok
  706. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  707. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  708. test_streams.test_read('ring', 'ring') ... ok
  709. test_streams.test_read(<type 'exceptions.IOError'>, <built-in function _read_into>, <scipy.io.matlab.streams.cStringStream object at 0xa30a6cc>, 2) ... ok
  710. test_streams.test_read('a\x00st', 'a\x00st') ... ok
  711. test_streams.test_read('ring', 'ring') ... ok
  712. test_streams.test_read(<type 'exceptions.IOError'>, <built-in function _read_string>, <scipy.io.matlab.streams.cStringStream object at 0xa30a6cc>, 2) ... ok
  713. test_idlsave.TestArrayDimensions.test_1d ... ok
  714. test_idlsave.TestArrayDimensions.test_2d ... ok
  715. test_idlsave.TestArrayDimensions.test_3d ... ok
  716. test_idlsave.TestArrayDimensions.test_4d ... ok
  717. test_idlsave.TestArrayDimensions.test_5d ... ok
  718. test_idlsave.TestArrayDimensions.test_6d ... ok
  719. test_idlsave.TestArrayDimensions.test_7d ... ok
  720. test_idlsave.TestArrayDimensions.test_8d ... ok
  721. test_idlsave.TestCompressed.test_byte ... ok
  722. test_idlsave.TestCompressed.test_complex32 ... ok
  723. test_idlsave.TestCompressed.test_complex64 ... ok
  724. test_idlsave.TestCompressed.test_compressed ... ok
  725. test_idlsave.TestCompressed.test_float32 ... ok
  726. test_idlsave.TestCompressed.test_float64 ... ok
  727. test_idlsave.TestCompressed.test_heap_pointer ... ok
  728. test_idlsave.TestCompressed.test_int16 ... ok
  729. test_idlsave.TestCompressed.test_int32 ... ok
  730. test_idlsave.TestCompressed.test_int64 ... ok
  731. test_idlsave.TestCompressed.test_object_reference ... ok
  732. test_idlsave.TestCompressed.test_string ... ok
  733. test_idlsave.TestCompressed.test_structure ... ok
  734. test_idlsave.TestCompressed.test_uint16 ... ok
  735. test_idlsave.TestCompressed.test_uint32 ... ok
  736. test_idlsave.TestCompressed.test_uint64 ... ok
  737. test_idlsave.TestIdict.test_idict ... ok
  738. test_idlsave.TestPointers.test_pointers ... ok
  739. test_idlsave.TestScalars.test_byte ... ok
  740. test_idlsave.TestScalars.test_complex32 ... ok
  741. test_idlsave.TestScalars.test_complex64 ... ok
  742. test_idlsave.TestScalars.test_float32 ... ok
  743. test_idlsave.TestScalars.test_float64 ... ok
  744. test_idlsave.TestScalars.test_heap_pointer ... ok
  745. test_idlsave.TestScalars.test_int16 ... ok
  746. test_idlsave.TestScalars.test_int32 ... ok
  747. test_idlsave.TestScalars.test_int64 ... ok
  748. test_idlsave.TestScalars.test_object_reference ... ok
  749. test_idlsave.TestScalars.test_string ... ok
  750. test_idlsave.TestScalars.test_structure ... ok
  751. test_idlsave.TestScalars.test_uint16 ... ok
  752. test_idlsave.TestScalars.test_uint32 ... ok
  753. test_idlsave.TestScalars.test_uint64 ... ok
  754. test_idlsave.TestStructures.test_arrays ... ok
  755. test_idlsave.TestStructures.test_arrays_replicated ... ok
  756. test_idlsave.TestStructures.test_scalars ... ok
  757. test_idlsave.TestStructures.test_scalars_replicated ... ok
  758. test_random_rect_real (test_mmio.TestMMIOArray) ... ok
  759. test_random_symmetric_real (test_mmio.TestMMIOArray) ... ok
  760. test_simple (test_mmio.TestMMIOArray) ... ok
  761. test_simple_complex (test_mmio.TestMMIOArray) ... ok
  762. test_simple_hermitian (test_mmio.TestMMIOArray) ... ok
  763. test_simple_real (test_mmio.TestMMIOArray) ... ok
  764. test_simple_rectangular (test_mmio.TestMMIOArray) ... ok
  765. test_simple_rectangular_real (test_mmio.TestMMIOArray) ... ok
  766. test_simple_skew_symmetric (test_mmio.TestMMIOArray) ... ok
  767. test_simple_skew_symmetric_float (test_mmio.TestMMIOArray) ... ok
  768. test_simple_symmetric (test_mmio.TestMMIOArray) ... ok
  769. test_complex_write_read (test_mmio.TestMMIOCoordinate) ... ok
  770. test_empty_write_read (test_mmio.TestMMIOCoordinate) ... ok
  771. read a general matrix ... ok
  772. read a hermitian matrix ... ok
  773. read a skew-symmetric matrix ... ok
  774. read a symmetric matrix ... ok
  775. read a symmetric pattern matrix ... ok
  776. test_real_write_read (test_mmio.TestMMIOCoordinate) ... ok
  777. test_sparse_formats (test_mmio.TestMMIOCoordinate) ... ok
  778. test_netcdf.test_read_write_files(True,) ... ok
  779. test_netcdf.test_read_write_files('Created for a test', 'Created for a test') ... ok
  780. test_netcdf.test_read_write_files('days since 2008-01-01', 'days since 2008-01-01') ... ok
  781. test_netcdf.test_read_write_files((11,), (11,)) ... ok
  782. test_netcdf.test_read_write_files(10, 10) ... ok
  783. test_netcdf.test_read_write_files(False,) ... ok
  784. test_netcdf.test_read_write_files('Created for a test', 'Created for a test') ... ok
  785. test_netcdf.test_read_write_files('days since 2008-01-01', 'days since 2008-01-01') ... ok
  786. test_netcdf.test_read_write_files((11,), (11,)) ... ok
  787. test_netcdf.test_read_write_files(10, 10) ... ok
  788. test_netcdf.test_read_write_files(False,) ... ok
  789. test_netcdf.test_read_write_files('Created for a test', 'Created for a test') ... ok
  790. test_netcdf.test_read_write_files('days since 2008-01-01', 'days since 2008-01-01') ... ok
  791. test_netcdf.test_read_write_files((11,), (11,)) ... ok
  792. test_netcdf.test_read_write_files(10, 10) ... ok
  793. test_netcdf.test_read_write_sio('Created for a test', 'Created for a test') ... ok
  794. test_netcdf.test_read_write_sio('days since 2008-01-01', 'days since 2008-01-01') ... ok
  795. test_netcdf.test_read_write_sio((11,), (11,)) ... ok
  796. test_netcdf.test_read_write_sio(10, 10) ... ok
  797. test_netcdf.test_read_write_sio(<type 'exceptions.ValueError'>, <class 'scipy.io.netcdf.netcdf_file'>, <StringIO.StringIO instance at 0xa311eec>, 'r', True) ... ok
  798. test_netcdf.test_read_write_sio('Created for a test', 'Created for a test') ... ok
  799. test_netcdf.test_read_write_sio('days since 2008-01-01', 'days since 2008-01-01') ... ok
  800. test_netcdf.test_read_write_sio((11,), (11,)) ... ok
  801. test_netcdf.test_read_write_sio(10, 10) ... ok
  802. test_netcdf.test_read_write_sio(2, 2) ... ok
  803. test_netcdf.test_read_write_sio('Created for a test', 'Created for a test') ... ok
  804. test_netcdf.test_read_write_sio('days since 2008-01-01', 'days since 2008-01-01') ... ok
  805. test_netcdf.test_read_write_sio((11,), (11,)) ... ok
  806. test_netcdf.test_read_write_sio(10, 10) ... ok
  807. test_netcdf.test_read_write_sio(2, 2) ... ok
  808. test_netcdf.test_read_example_data ... ok
  809. test_cast_to_fp (test_recaster.TestRecaster) ... /usr/lib/python2.6/site-packages/scipy/io/recaster.py:328: ComplexWarning: Casting complex values to real discards the imaginary part
  810. test_arr = arr.astype(T)
  811. ok
  812. test_init (test_recaster.TestRecaster) ... ok
  813. test_recasts (test_recaster.TestRecaster) ... /usr/lib/python2.6/site-packages/scipy/io/recaster.py:375: ComplexWarning: Casting complex values to real discards the imaginary part
  814. return arr.astype(idt)
  815. ok
  816. test_smallest_int_sctype (test_recaster.TestRecaster) ... ok
  817. test_wavfile.test_read_1 ... /usr/lib/python2.6/site-packages/scipy/io/wavfile.py:30: WavFileWarning: Unfamiliar format bytes
  818. warnings.warn("Unfamiliar format bytes", WavFileWarning)
  819. /usr/lib/python2.6/site-packages/scipy/io/wavfile.py:120: WavFileWarning: chunk not understood
  820. warnings.warn("chunk not understood", WavFileWarning)
  821. ok
  822. test_wavfile.test_read_2 ... ok
  823. test_wavfile.test_read_fail ... ok
  824. test_wavfile.test_write_roundtrip(8000, dtype('>i2'), 1) ... ok
  825. test_wavfile.test_write_roundtrip(8000, dtype('>i2'), 2) ... ok
  826. test_wavfile.test_write_roundtrip(8000, dtype('>i2'), 5) ... ok
  827. test_wavfile.test_write_roundtrip(32000, dtype('>i2'), 1) ... ok
  828. test_wavfile.test_write_roundtrip(32000, dtype('>i2'), 2) ... ok
  829. test_wavfile.test_write_roundtrip(32000, dtype('>i2'), 5) ... ok
  830. test_wavfile.test_write_roundtrip(8000, dtype('int16'), 1) ... ok
  831. test_wavfile.test_write_roundtrip(8000, dtype('int16'), 2) ... ok
  832. test_wavfile.test_write_roundtrip(8000, dtype('int16'), 5) ... ok
  833. test_wavfile.test_write_roundtrip(32000, dtype('int16'), 1) ... ok
  834. test_wavfile.test_write_roundtrip(32000, dtype('int16'), 2) ... ok
  835. test_wavfile.test_write_roundtrip(32000, dtype('int16'), 5) ... ok
  836. test_wavfile.test_write_roundtrip(8000, dtype('>i4'), 1) ... ok
  837. test_wavfile.test_write_roundtrip(8000, dtype('>i4'), 2) ... ok
  838. test_wavfile.test_write_roundtrip(8000, dtype('>i4'), 5) ... ok
  839. test_wavfile.test_write_roundtrip(32000, dtype('>i4'), 1) ... ok
  840. test_wavfile.test_write_roundtrip(32000, dtype('>i4'), 2) ... ok
  841. test_wavfile.test_write_roundtrip(32000, dtype('>i4'), 5) ... ok
  842. test_wavfile.test_write_roundtrip(8000, dtype('int32'), 1) ... ok
  843. test_wavfile.test_write_roundtrip(8000, dtype('int32'), 2) ... ok
  844. test_wavfile.test_write_roundtrip(8000, dtype('int32'), 5) ... ok
  845. test_wavfile.test_write_roundtrip(32000, dtype('int32'), 1) ... ok
  846. test_wavfile.test_write_roundtrip(32000, dtype('int32'), 2) ... ok
  847. test_wavfile.test_write_roundtrip(32000, dtype('int32'), 5) ... ok
  848. test_wavfile.test_write_roundtrip(8000, dtype('>i8'), 1) ... ok
  849. test_wavfile.test_write_roundtrip(8000, dtype('>i8'), 2) ... ok
  850. test_wavfile.test_write_roundtrip(8000, dtype('>i8'), 5) ... ok
  851. test_wavfile.test_write_roundtrip(32000, dtype('>i8'), 1) ... ok
  852. test_wavfile.test_write_roundtrip(32000, dtype('>i8'), 2) ... ok
  853. test_wavfile.test_write_roundtrip(32000, dtype('>i8'), 5) ... ok
  854. test_wavfile.test_write_roundtrip(8000, dtype('int64'), 1) ... ok
  855. test_wavfile.test_write_roundtrip(8000, dtype('int64'), 2) ... ok
  856. test_wavfile.test_write_roundtrip(8000, dtype('int64'), 5) ... ok
  857. test_wavfile.test_write_roundtrip(32000, dtype('int64'), 1) ... ok
  858. test_wavfile.test_write_roundtrip(32000, dtype('int64'), 2) ... ok
  859. test_wavfile.test_write_roundtrip(32000, dtype('int64'), 5) ... ok
  860. test_wavfile.test_write_roundtrip(8000, dtype('uint8'), 1) ... ok
  861. test_wavfile.test_write_roundtrip(8000, dtype('uint8'), 2) ... ok
  862. test_wavfile.test_write_roundtrip(8000, dtype('uint8'), 5) ... ok
  863. test_wavfile.test_write_roundtrip(32000, dtype('uint8'), 1) ... ok
  864. test_wavfile.test_write_roundtrip(32000, dtype('uint8'), 2) ... ok
  865. test_wavfile.test_write_roundtrip(32000, dtype('uint8'), 5) ... ok
  866. test_wavfile.test_write_roundtrip(8000, dtype('>u2'), 1) ... ok
  867. test_wavfile.test_write_roundtrip(8000, dtype('>u2'), 2) ... ok
  868. test_wavfile.test_write_roundtrip(8000, dtype('>u2'), 5) ... ok
  869. test_wavfile.test_write_roundtrip(32000, dtype('>u2'), 1) ... ok
  870. test_wavfile.test_write_roundtrip(32000, dtype('>u2'), 2) ... ok
  871. test_wavfile.test_write_roundtrip(32000, dtype('>u2'), 5) ... ok
  872. test_wavfile.test_write_roundtrip(8000, dtype('uint16'), 1) ... ok
  873. test_wavfile.test_write_roundtrip(8000, dtype('uint16'), 2) ... ok
  874. test_wavfile.test_write_roundtrip(8000, dtype('uint16'), 5) ... ok
  875. test_wavfile.test_write_roundtrip(32000, dtype('uint16'), 1) ... ok
  876. test_wavfile.test_write_roundtrip(32000, dtype('uint16'), 2) ... ok
  877. test_wavfile.test_write_roundtrip(32000, dtype('uint16'), 5) ... ok
  878. test_wavfile.test_write_roundtrip(8000, dtype('>u4'), 1) ... ok
  879. test_wavfile.test_write_roundtrip(8000, dtype('>u4'), 2) ... ok
  880. test_wavfile.test_write_roundtrip(8000, dtype('>u4'), 5) ... ok
  881. test_wavfile.test_write_roundtrip(32000, dtype('>u4'), 1) ... ok
  882. test_wavfile.test_write_roundtrip(32000, dtype('>u4'), 2) ... ok
  883. test_wavfile.test_write_roundtrip(32000, dtype('>u4'), 5) ... ok
  884. test_wavfile.test_write_roundtrip(8000, dtype('uint32'), 1) ... ok
  885. test_wavfile.test_write_roundtrip(8000, dtype('uint32'), 2) ... ok
  886. test_wavfile.test_write_roundtrip(8000, dtype('uint32'), 5) ... ok
  887. test_wavfile.test_write_roundtrip(32000, dtype('uint32'), 1) ... ok
  888. test_wavfile.test_write_roundtrip(32000, dtype('uint32'), 2) ... ok
  889. test_wavfile.test_write_roundtrip(32000, dtype('uint32'), 5) ... ok
  890. test_wavfile.test_write_roundtrip(8000, dtype('>u8'), 1) ... ok
  891. test_wavfile.test_write_roundtrip(8000, dtype('>u8'), 2) ... ok
  892. test_wavfile.test_write_roundtrip(8000, dtype('>u8'), 5) ... ok
  893. test_wavfile.test_write_roundtrip(32000, dtype('>u8'), 1) ... ok
  894. test_wavfile.test_write_roundtrip(32000, dtype('>u8'), 2) ... ok
  895. test_wavfile.test_write_roundtrip(32000, dtype('>u8'), 5) ... ok
  896. test_wavfile.test_write_roundtrip(8000, dtype('uint64'), 1) ... ok
  897. test_wavfile.test_write_roundtrip(8000, dtype('uint64'), 2) ... ok
  898. test_wavfile.test_write_roundtrip(8000, dtype('uint64'), 5) ... ok
  899. test_wavfile.test_write_roundtrip(32000, dtype('uint64'), 1) ... ok
  900. test_wavfile.test_write_roundtrip(32000, dtype('uint64'), 2) ... ok
  901. test_wavfile.test_write_roundtrip(32000, dtype('uint64'), 5) ... ok
  902. test_blas (test_blas.TestBLAS) ... ok
  903. test_axpy (test_blas.TestCBLAS1Simple) ... ok
  904. test_amax (test_blas.TestFBLAS1Simple) ... ok
  905. test_asum (test_blas.TestFBLAS1Simple) ... ok
  906. test_axpy (test_blas.TestFBLAS1Simple) ... ok
  907. test_copy (test_blas.TestFBLAS1Simple) ... ok
  908. test_dot (test_blas.TestFBLAS1Simple) ... ok
  909. test_nrm2 (test_blas.TestFBLAS1Simple) ... ok
  910. test_scal (test_blas.TestFBLAS1Simple) ... ok
  911. test_swap (test_blas.TestFBLAS1Simple) ... ok
  912. test_gemv (test_blas.TestFBLAS2Simple) ... ok
  913. test_ger (test_blas.TestFBLAS2Simple) ... ok
  914. test_gemm (test_blas.TestFBLAS3Simple) ... ok
  915. test_gemm2 (test_blas.TestFBLAS3Simple) ... ok
  916. test_default_a (test_fblas.TestCaxpy) ... ok
  917. test_simple (test_fblas.TestCaxpy) ... ok
  918. test_x_and_y_stride (test_fblas.TestCaxpy) ... ok
  919. test_x_bad_size (test_fblas.TestCaxpy) ... ok
  920. test_x_stride (test_fblas.TestCaxpy) ... ok
  921. test_y_bad_size (test_fblas.TestCaxpy) ... ok
  922. test_y_stride (test_fblas.TestCaxpy) ... ok
  923. test_simple (test_fblas.TestCcopy) ... ok
  924. test_x_and_y_stride (test_fblas.TestCcopy) ... ok
  925. test_x_bad_size (test_fblas.TestCcopy) ... ok
  926. test_x_stride (test_fblas.TestCcopy) ... ok
  927. test_y_bad_size (test_fblas.TestCcopy) ... ok
  928. test_y_stride (test_fblas.TestCcopy) ... ok
  929. test_default_beta_y (test_fblas.TestCgemv) ... ok
  930. test_simple (test_fblas.TestCgemv) ... ok
  931. test_simple_transpose (test_fblas.TestCgemv) ... ok
  932. test_simple_transpose_conj (test_fblas.TestCgemv) ... ok
  933. test_x_stride (test_fblas.TestCgemv) ... ok
  934. test_x_stride_assert (test_fblas.TestCgemv) ... ok
  935. test_x_stride_transpose (test_fblas.TestCgemv) ... ok
  936. test_y_stride (test_fblas.TestCgemv) ... ok
  937. test_y_stride_assert (test_fblas.TestCgemv) ... ok
  938. test_y_stride_transpose (test_fblas.TestCgemv) ... ok
  939. test_simple (test_fblas.TestCscal) ... ok
  940. test_x_bad_size (test_fblas.TestCscal) ... ok
  941. test_x_stride (test_fblas.TestCscal) ... ok
  942. test_simple (test_fblas.TestCswap) ... ok
  943. test_x_and_y_stride (test_fblas.TestCswap) ... ok
  944. test_x_bad_size (test_fblas.TestCswap) ... ok
  945. test_x_stride (test_fblas.TestCswap) ... ok
  946. test_y_bad_size (test_fblas.TestCswap) ... ok
  947. test_y_stride (test_fblas.TestCswap) ... ok
  948. test_default_a (test_fblas.TestDaxpy) ... ok
  949. test_simple (test_fblas.TestDaxpy) ... ok
  950. test_x_and_y_stride (test_fblas.TestDaxpy) ... ok
  951. test_x_bad_size (test_fblas.TestDaxpy) ... ok
  952. test_x_stride (test_fblas.TestDaxpy) ... ok
  953. test_y_bad_size (test_fblas.TestDaxpy) ... /usr/lib/python2.6/site-packages/scipy/lib/blas/tests/test_fblas.py:86: ComplexWarning: Casting complex values to real discards the imaginary part
  954. self.blas_func(x,y,n=3,incy=5)
  955. ok
  956. test_y_stride (test_fblas.TestDaxpy) ... ok
  957. test_simple (test_fblas.TestDcopy) ... ok
  958. test_x_and_y_stride (test_fblas.TestDcopy) ... ok
  959. test_x_bad_size (test_fblas.TestDcopy) ... ok
  960. test_x_stride (test_fblas.TestDcopy) ... ok
  961. test_y_bad_size (test_fblas.TestDcopy) ... /usr/lib/python2.6/site-packages/scipy/lib/blas/tests/test_fblas.py:196: ComplexWarning: Casting complex values to real discards the imaginary part
  962. self.blas_func(x,y,n=3,incy=5)
  963. ok
  964. test_y_stride (test_fblas.TestDcopy) ... ok
  965. test_default_beta_y (test_fblas.TestDgemv) ... ok
  966. test_simple (test_fblas.TestDgemv) ... ok
  967. test_simple_transpose (test_fblas.TestDgemv) ... ok
  968. test_simple_transpose_conj (test_fblas.TestDgemv) ... ok
  969. test_x_stride (test_fblas.TestDgemv) ... ok
  970. test_x_stride_assert (test_fblas.TestDgemv) ... ok
  971. test_x_stride_transpose (test_fblas.TestDgemv) ... ok
  972. test_y_stride (test_fblas.TestDgemv) ... ok
  973. test_y_stride_assert (test_fblas.TestDgemv) ... ok
  974. test_y_stride_transpose (test_fblas.TestDgemv) ... ok
  975. test_simple (test_fblas.TestDscal) ... ok
  976. test_x_bad_size (test_fblas.TestDscal) ... ok
  977. test_x_stride (test_fblas.TestDscal) ... ok
  978. test_simple (test_fblas.TestDswap) ... ok
  979. test_x_and_y_stride (test_fblas.TestDswap) ... ok
  980. test_x_bad_size (test_fblas.TestDswap) ... ok
  981. test_x_stride (test_fblas.TestDswap) ... ok
  982. test_y_bad_size (test_fblas.TestDswap) ... /usr/lib/python2.6/site-packages/scipy/lib/blas/tests/test_fblas.py:279: ComplexWarning: Casting complex values to real discards the imaginary part
  983. self.blas_func(x,y,n=3,incy=5)
  984. ok
  985. test_y_stride (test_fblas.TestDswap) ... ok
  986. test_default_a (test_fblas.TestSaxpy) ... ok
  987. test_simple (test_fblas.TestSaxpy) ... ok
  988. test_x_and_y_stride (test_fblas.TestSaxpy) ... ok
  989. test_x_bad_size (test_fblas.TestSaxpy) ... ok
  990. test_x_stride (test_fblas.TestSaxpy) ... ok
  991. test_y_bad_size (test_fblas.TestSaxpy) ... ok
  992. test_y_stride (test_fblas.TestSaxpy) ... ok
  993. test_simple (test_fblas.TestScopy) ... ok
  994. test_x_and_y_stride (test_fblas.TestScopy) ... ok
  995. test_x_bad_size (test_fblas.TestScopy) ... ok
  996. test_x_stride (test_fblas.TestScopy) ... ok
  997. test_y_bad_size (test_fblas.TestScopy) ... ok
  998. test_y_stride (test_fblas.TestScopy) ... ok
  999. test_default_beta_y (test_fblas.TestSgemv) ... ok
  1000. test_simple (test_fblas.TestSgemv) ... ok
  1001. test_simple_transpose (test_fblas.TestSgemv) ... ok
  1002. test_simple_transpose_conj (test_fblas.TestSgemv) ... ok
  1003. test_x_stride (test_fblas.TestSgemv) ... ok
  1004. test_x_stride_assert (test_fblas.TestSgemv) ... ok
  1005. test_x_stride_transpose (test_fblas.TestSgemv) ... ok
  1006. test_y_stride (test_fblas.TestSgemv) ... ok
  1007. test_y_stride_assert (test_fblas.TestSgemv) ... ok
  1008. test_y_stride_transpose (test_fblas.TestSgemv) ... ok
  1009. test_simple (test_fblas.TestSscal) ... ok
  1010. test_x_bad_size (test_fblas.TestSscal) ... ok
  1011. test_x_stride (test_fblas.TestSscal) ... ok
  1012. test_simple (test_fblas.TestSswap) ... ok
  1013. test_x_and_y_stride (test_fblas.TestSswap) ... ok
  1014. test_x_bad_size (test_fblas.TestSswap) ... ok
  1015. test_x_stride (test_fblas.TestSswap) ... ok
  1016. test_y_bad_size (test_fblas.TestSswap) ... ok
  1017. test_y_stride (test_fblas.TestSswap) ... ok
  1018. test_default_a (test_fblas.TestZaxpy) ... ok
  1019. test_simple (test_fblas.TestZaxpy) ... ok
  1020. test_x_and_y_stride (test_fblas.TestZaxpy) ... ok
  1021. test_x_bad_size (test_fblas.TestZaxpy) ... ok
  1022. test_x_stride (test_fblas.TestZaxpy) ... ok
  1023. test_y_bad_size (test_fblas.TestZaxpy) ... ok
  1024. test_y_stride (test_fblas.TestZaxpy) ... ok
  1025. test_simple (test_fblas.TestZcopy) ... ok
  1026. test_x_and_y_stride (test_fblas.TestZcopy) ... ok
  1027. test_x_bad_size (test_fblas.TestZcopy) ... ok
  1028. test_x_stride (test_fblas.TestZcopy) ... ok
  1029. test_y_bad_size (test_fblas.TestZcopy) ... ok
  1030. test_y_stride (test_fblas.TestZcopy) ... ok
  1031. test_default_beta_y (test_fblas.TestZgemv) ... ok
  1032. test_simple (test_fblas.TestZgemv) ... ok
  1033. test_simple_transpose (test_fblas.TestZgemv) ... ok
  1034. test_simple_transpose_conj (test_fblas.TestZgemv) ... ok
  1035. test_x_stride (test_fblas.TestZgemv) ... ok
  1036. test_x_stride_assert (test_fblas.TestZgemv) ... ok
  1037. test_x_stride_transpose (test_fblas.TestZgemv) ... ok
  1038. test_y_stride (test_fblas.TestZgemv) ... ok
  1039. test_y_stride_assert (test_fblas.TestZgemv) ... ok
  1040. test_y_stride_transpose (test_fblas.TestZgemv) ... ok
  1041. test_simple (test_fblas.TestZscal) ... ok
  1042. test_x_bad_size (test_fblas.TestZscal) ... ok
  1043. test_x_stride (test_fblas.TestZscal) ... ok
  1044. test_simple (test_fblas.TestZswap) ... ok
  1045. test_x_and_y_stride (test_fblas.TestZswap) ... ok
  1046. test_x_bad_size (test_fblas.TestZswap) ... ok
  1047. test_x_stride (test_fblas.TestZswap) ... ok
  1048. test_y_bad_size (test_fblas.TestZswap) ... ok
  1049. test_y_stride (test_fblas.TestZswap) ... ok
  1050. test_clapack_dsyev (test_esv.TestEsv) ... SKIP: Skipping test: test_clapack_dsyev
  1051. Clapack empty, skip clapack test
  1052. test_clapack_dsyevr (test_esv.TestEsv) ... SKIP: Skipping test: test_clapack_dsyevr
  1053. Clapack empty, skip clapack test
  1054. test_clapack_dsyevr_ranges (test_esv.TestEsv) ... SKIP: Skipping test: test_clapack_dsyevr_ranges
  1055. Clapack empty, skip clapack test
  1056. test_clapack_ssyev (test_esv.TestEsv) ... SKIP: Skipping test: test_clapack_ssyev
  1057. Clapack empty, skip clapack test
  1058. test_clapack_ssyevr (test_esv.TestEsv) ... SKIP: Skipping test: test_clapack_ssyevr
  1059. Clapack empty, skip clapack test
  1060. test_clapack_ssyevr_ranges (test_esv.TestEsv) ... SKIP: Skipping test: test_clapack_ssyevr_ranges
  1061. Clapack empty, skip clapack test
  1062. test_dsyev (test_esv.TestEsv) ... ok
  1063. test_dsyevr (test_esv.TestEsv) ... ok
  1064. test_dsyevr_ranges (test_esv.TestEsv) ... ok
  1065. test_ssyev (test_esv.TestEsv) ... ok
  1066. test_ssyevr (test_esv.TestEsv) ... ok
  1067. test_ssyevr_ranges (test_esv.TestEsv) ... ok
  1068. test_clapack_dsygv_1 (test_gesv.TestSygv) ... SKIP: Skipping test: test_clapack_dsygv_1
  1069. Clapack empty, skip flapack test
  1070. test_clapack_dsygv_2 (test_gesv.TestSygv) ... SKIP: Skipping test: test_clapack_dsygv_2
  1071. Clapack empty, skip flapack test
  1072. test_clapack_dsygv_3 (test_gesv.TestSygv) ... SKIP: Skipping test: test_clapack_dsygv_3
  1073. Clapack empty, skip flapack test
  1074. test_clapack_ssygv_1 (test_gesv.TestSygv) ... SKIP: Skipping test: test_clapack_ssygv_1
  1075. Clapack empty, skip flapack test
  1076. test_clapack_ssygv_2 (test_gesv.TestSygv) ... SKIP: Skipping test: test_clapack_ssygv_2
  1077. Clapack empty, skip flapack test
  1078. test_clapack_ssygv_3 (test_gesv.TestSygv) ... SKIP: Skipping test: test_clapack_ssygv_3
  1079. Clapack empty, skip flapack test
  1080. test_dsygv_1 (test_gesv.TestSygv) ... ok
  1081. test_dsygv_2 (test_gesv.TestSygv) ... ok
  1082. test_dsygv_3 (test_gesv.TestSygv) ... ok
  1083. test_ssygv_1 (test_gesv.TestSygv) ... ok
  1084. test_ssygv_2 (test_gesv.TestSygv) ... ok
  1085. test_ssygv_3 (test_gesv.TestSygv) ... ok
  1086. test_clapack_dgebal (test_lapack.TestLapack) ... SKIP: Skipping test: test_clapack_dgebal
  1087. Clapack empty, skip flapack test
  1088. test_clapack_dgehrd (test_lapack.TestLapack) ... SKIP: Skipping test: test_clapack_dgehrd
  1089. Clapack empty, skip flapack test
  1090. test_clapack_sgebal (test_lapack.TestLapack) ... SKIP: Skipping test: test_clapack_sgebal
  1091. Clapack empty, skip flapack test
  1092. test_clapack_sgehrd (test_lapack.TestLapack) ... SKIP: Skipping test: test_clapack_sgehrd
  1093. Clapack empty, skip flapack test
  1094. test_dgebal (test_lapack.TestLapack) ... ok
  1095. test_dgehrd (test_lapack.TestLapack) ... ok
  1096. test_sgebal (test_lapack.TestLapack) ... ok
  1097. test_sgehrd (test_lapack.TestLapack) ... ok
  1098. test_random (test_basic.TestDet) ... ok
  1099. test_random_complex (test_basic.TestDet) ... ok
  1100. test_simple (test_basic.TestDet) ... ok
  1101. test_simple_complex (test_basic.TestDet) ... ok
  1102. test_random (test_basic.TestInv) ... ok
  1103. test_random_complex (test_basic.TestInv) ... ok
  1104. test_simple (test_basic.TestInv) ... ok
  1105. test_simple_complex (test_basic.TestInv) ... ok
  1106. test_random_complex_exact (test_basic.TestLstsq) ... ok
  1107. test_random_complex_overdet (test_basic.TestLstsq) ... ok
  1108. test_random_exact (test_basic.TestLstsq) ... ok
  1109. test_random_overdet (test_basic.TestLstsq) ... ok
  1110. test_random_overdet_large (test_basic.TestLstsq) ... ok
  1111. test_simple_exact (test_basic.TestLstsq) ... ok
  1112. test_simple_overdet (test_basic.TestLstsq) ... ok
  1113. test_simple_underdet (test_basic.TestLstsq) ... ok
  1114. test_basic.TestNorm.test_zero_norm ... ok
  1115. test_simple (test_basic.TestPinv) ... ok
  1116. test_simple_0det (test_basic.TestPinv) ... ok
  1117. test_simple_cols (test_basic.TestPinv) ... ok
  1118. test_simple_rows (test_basic.TestPinv) ... ok
  1119. test_20Feb04_bug (test_basic.TestSolve) ... ok
  1120. test_nils_20Feb04 (test_basic.TestSolve) ... ok
  1121. test_random (test_basic.TestSolve) ... ok
  1122. test_random_complex (test_basic.TestSolve) ... ok
  1123. test_random_sym (test_basic.TestSolve) ... ok
  1124. test_random_sym_complex (test_basic.TestSolve) ... ok
  1125. test_simple (test_basic.TestSolve) ... ok
  1126. test_simple_complex (test_basic.TestSolve) ... ok
  1127. test_simple_sym (test_basic.TestSolve) ... ok
  1128. test_simple_sym_complex (test_basic.TestSolve) ... ok
  1129. test_bad_shape (test_basic.TestSolveBanded) ... ok
  1130. test_complex (test_basic.TestSolveBanded) ... ok
  1131. test_real (test_basic.TestSolveBanded) ... ok
  1132. test_00_deprecation_warning (test_basic.TestSolveHBanded) ... ok
  1133. test_01_complex (test_basic.TestSolveHBanded) ... ok
  1134. test_01_float32 (test_basic.TestSolveHBanded) ... ok
  1135. test_01_lower (test_basic.TestSolveHBanded) ... ok
  1136. test_01_upper (test_basic.TestSolveHBanded) ... ok
  1137. test_02_complex (test_basic.TestSolveHBanded) ... ok
  1138. test_02_float32 (test_basic.TestSolveHBanded) ... ok
  1139. test_02_lower (test_basic.TestSolveHBanded) ... ok
  1140. test_02_upper (test_basic.TestSolveHBanded) ... ok
  1141. test_03_upper (test_basic.TestSolveHBanded) ... ok
  1142. test_bad_shapes (test_basic.TestSolveHBanded) ... ok
  1143. test_axpy (test_blas.TestCBLAS1Simple) ... ok
  1144. test_amax (test_blas.TestFBLAS1Simple) ... ok
  1145. test_asum (test_blas.TestFBLAS1Simple) ... ok
  1146. test_axpy (test_blas.TestFBLAS1Simple) ... ok
  1147. test_complex_dotc (test_blas.TestFBLAS1Simple) ... ok
  1148. test_complex_dotu (test_blas.TestFBLAS1Simple) ... ok
  1149. test_copy (test_blas.TestFBLAS1Simple) ... ok
  1150. test_dot (test_blas.TestFBLAS1Simple) ... ok
  1151. test_nrm2 (test_blas.TestFBLAS1Simple) ... ok
  1152. test_scal (test_blas.TestFBLAS1Simple) ... ok
  1153. test_swap (test_blas.TestFBLAS1Simple) ... ok
  1154. test_gemv (test_blas.TestFBLAS2Simple) ... ok
  1155. test_ger (test_blas.TestFBLAS2Simple) ... ok
  1156. test_gemm (test_blas.TestFBLAS3Simple) ... ok
  1157. test_lapack (test_build.TestF77Mismatch) ... ok
  1158. test_datanotshared (test_decomp.TestDataNotShared) ... ok
  1159. test_simple (test_decomp.TestDiagSVD) ... ok
  1160. Test matrices giving some Nan generalized eigen values. ... Warning: invalid value encountered in divide
  1161. ok
  1162. Check that passing a non-square array raises a ValueError. ... ok
  1163. Check that passing arrays of with different shapes raises a ValueError. ... ok
  1164. test_simple (test_decomp.TestEig) ... ok
  1165. test_simple_complex (test_decomp.TestEig) ... ok
  1166. Test singular pair ... Warning: invalid value encountered in divide
  1167. Warning: invalid value encountered in divide
  1168. ok
  1169. Compare dgbtrf LU factorisation with the LU factorisation result ... ok
  1170. Compare dgbtrs solutions for linear equation system A*x = b ... ok
  1171. Compare dsbev eigenvalues and eigenvectors with ... ok
  1172. Compare dsbevd eigenvalues and eigenvectors with ... ok
  1173. Compare dsbevx eigenvalues and eigenvectors ... ok
  1174. Compare eigenvalues and eigenvectors of eig_banded ... ok
  1175. Compare eigenvalues of eigvals_banded with those of linalg.eig. ... ok
  1176. Compare zgbtrf LU factorisation with the LU factorisation result ... ok
  1177. Compare zgbtrs solutions for linear equation system A*x = b ... ok
  1178. Compare zhbevd eigenvalues and eigenvectors ... ok
  1179. Compare zhbevx eigenvalues and eigenvectors ... ok
  1180. test_simple (test_decomp.TestEigVals) ... ok
  1181. test_simple_complex (test_decomp.TestEigVals) ... ok
  1182. test_simple_tr (test_decomp.TestEigVals) ... ok
  1183. test_random (test_decomp.TestHessenberg) ... ok
  1184. test_random_complex (test_decomp.TestHessenberg) ... ok
  1185. test_simple (test_decomp.TestHessenberg) ... ok
  1186. test_simple2 (test_decomp.TestHessenberg) ... ok
  1187. test_simple_complex (test_decomp.TestHessenberg) ... ok
  1188. test_hrectangular (test_decomp.TestLU) ... ok
  1189. test_hrectangular_complex (test_decomp.TestLU) ... ok
  1190. Check lu decomposition on medium size, rectangular matrix. ... ok
  1191. Check lu decomposition on medium size, rectangular matrix. ... ok
  1192. test_simple (test_decomp.TestLU) ... ok
  1193. test_simple2 (test_decomp.TestLU) ... ok
  1194. test_simple2_complex (test_decomp.TestLU) ... ok
  1195. test_simple_complex (test_decomp.TestLU) ... ok
  1196. test_vrectangular (test_decomp.TestLU) ... ok
  1197. test_vrectangular_complex (test_decomp.TestLU) ... ok
  1198. test_hrectangular (test_decomp.TestLUSingle) ... ok
  1199. test_hrectangular_complex (test_decomp.TestLUSingle) ... ok
  1200. Check lu decomposition on medium size, rectangular matrix. ... ok
  1201. Check lu decomposition on medium size, rectangular matrix. ... ok
  1202. test_simple (test_decomp.TestLUSingle) ... ok
  1203. test_simple2 (test_decomp.TestLUSingle) ... ok
  1204. test_simple2_complex (test_decomp.TestLUSingle) ... ok
  1205. test_simple_complex (test_decomp.TestLUSingle) ... ok
  1206. test_vrectangular (test_decomp.TestLUSingle) ... ok
  1207. test_vrectangular_complex (test_decomp.TestLUSingle) ... ok
  1208. test_lu (test_decomp.TestLUSolve) ... ok
  1209. test_random (test_decomp.TestQR) ... ok
  1210. test_random_complex (test_decomp.TestQR) ... ok
  1211. test_random_tall (test_decomp.TestQR) ... ok
  1212. test_random_tall_e (test_decomp.TestQR) ... ok
  1213. test_random_trap (test_decomp.TestQR) ... ok
  1214. test_simple (test_decomp.TestQR) ... ok
  1215. test_simple_complex (test_decomp.TestQR) ... ok
  1216. test_simple_tall (test_decomp.TestQR) ... ok
  1217. test_simple_tall_e (test_decomp.TestQR) ... ok
  1218. test_simple_trap (test_decomp.TestQR) ... ok
  1219. test_random (test_decomp.TestRQ) ... ok
  1220. test_simple (test_decomp.TestRQ) ... ok
  1221. test_random (test_decomp.TestSVD) ... ok
  1222. test_random_complex (test_decomp.TestSVD) ... ok
  1223. test_simple (test_decomp.TestSVD) ... ok
  1224. test_simple_complex (test_decomp.TestSVD) ... ok
  1225. test_simple_overdet (test_decomp.TestSVD) ... ok
  1226. test_simple_singular (test_decomp.TestSVD) ... ok
  1227. test_simple_underdet (test_decomp.TestSVD) ... ok
  1228. test_simple (test_decomp.TestSVDVals) ... ok
  1229. test_simple_complex (test_decomp.TestSVDVals) ... ok
  1230. test_simple_overdet (test_decomp.TestSVDVals) ... ok
  1231. test_simple_overdet_complex (test_decomp.TestSVDVals) ... ok
  1232. test_simple_underdet (test_decomp.TestSVDVals) ... ok
  1233. test_simple_underdet_complex (test_decomp.TestSVDVals) ... ok
  1234. test_simple (test_decomp.TestSchur) ... ok
  1235. test_decomp.test_eigh('ordinary', 6, 'f', True, True, True, None) ... ok
  1236. test_decomp.test_eigh('general ', 6, 'f', True, True, True, None) ... ok
  1237. test_decomp.test_eigh('ordinary', 6, 'f', True, False, True, None) ... ok
  1238. test_decomp.test_eigh('general ', 6, 'f', True, False, True, None) ... ok
  1239. test_decomp.test_eigh('ordinary', 6, 'f', True, True, True, (2, 4)) ... ok
  1240. test_decomp.test_eigh('general ', 6, 'f', True, True, True, (2, 4)) ... ok
  1241. test_decomp.test_eigh('ordinary', 6, 'f', True, False, True, (2, 4)) ... ok
  1242. test_decomp.test_eigh('general ', 6, 'f', True, False, True, (2, 4)) ... ok
  1243. test_decomp.test_eigh('ordinary', 6, 'f', True, True, False, None) ... ok
  1244. test_decomp.test_eigh('general ', 6, 'f', True, True, False, None) ... ok
  1245. test_decomp.test_eigh('ordinary', 6, 'f', True, False, False, None) ... ok
  1246. test_decomp.test_eigh('general ', 6, 'f', True, False, False, None) ... ok
  1247. test_decomp.test_eigh('ordinary', 6, 'f', True, True, False, (2, 4)) ... ok
  1248. test_decomp.test_eigh('general ', 6, 'f', True, True, False, (2, 4)) ... ok
  1249. test_decomp.test_eigh('ordinary', 6, 'f', True, False, False, (2, 4)) ... ok
  1250. test_decomp.test_eigh('general ', 6, 'f', True, False, False, (2, 4)) ... ok
  1251. test_decomp.test_eigh('ordinary', 6, 'f', False, True, True, None) ... ok
  1252. test_decomp.test_eigh('general ', 6, 'f', False, True, True, None) ... ok
  1253. test_decomp.test_eigh('ordinary', 6, 'f', False, False, True, None) ... ok
  1254. test_decomp.test_eigh('general ', 6, 'f', False, False, True, None) ... ok
  1255. test_decomp.test_eigh('ordinary', 6, 'f', False, True, True, (2, 4)) ... ok
  1256. test_decomp.test_eigh('general ', 6, 'f', False, True, True, (2, 4)) ... ok
  1257. test_decomp.test_eigh('ordinary', 6, 'f', False, False, True, (2, 4)) ... ok
  1258. test_decomp.test_eigh('general ', 6, 'f', False, False, True, (2, 4)) ... ok
  1259. test_decomp.test_eigh('ordinary', 6, 'f', False, True, False, None) ... ok
  1260. test_decomp.test_eigh('general ', 6, 'f', False, True, False, None) ... ok
  1261. test_decomp.test_eigh('ordinary', 6, 'f', False, False, False, None) ... ok
  1262. test_decomp.test_eigh('general ', 6, 'f', False, False, False, None) ... ok
  1263. test_decomp.test_eigh('ordinary', 6, 'f', False, True, False, (2, 4)) ... ok
  1264. test_decomp.test_eigh('general ', 6, 'f', False, True, False, (2, 4)) ... ok
  1265. test_decomp.test_eigh('ordinary', 6, 'f', False, False, False, (2, 4)) ... ok
  1266. test_decomp.test_eigh('general ', 6, 'f', False, False, False, (2, 4)) ... ok
  1267. test_decomp.test_eigh('ordinary', 6, 'd', True, True, True, None) ... ok
  1268. test_decomp.test_eigh('general ', 6, 'd', True, True, True, None) ... ok
  1269. test_decomp.test_eigh('ordinary', 6, 'd', True, False, True, None) ... ok
  1270. test_decomp.test_eigh('general ', 6, 'd', True, False, True, None) ... ok
  1271. test_decomp.test_eigh('ordinary', 6, 'd', True, True, True, (2, 4)) ... ok
  1272. test_decomp.test_eigh('general ', 6, 'd', True, True, True, (2, 4)) ... ok
  1273. test_decomp.test_eigh('ordinary', 6, 'd', True, False, True, (2, 4)) ... ok
  1274. test_decomp.test_eigh('general ', 6, 'd', True, False, True, (2, 4)) ... ok
  1275. test_decomp.test_eigh('ordinary', 6, 'd', True, True, False, None) ... ok
  1276. test_decomp.test_eigh('general ', 6, 'd', True, True, False, None) ... ok
  1277. test_decomp.test_eigh('ordinary', 6, 'd', True, False, False, None) ... ok
  1278. test_decomp.test_eigh('general ', 6, 'd', True, False, False, None) ... ok
  1279. test_decomp.test_eigh('ordinary', 6, 'd', True, True, False, (2, 4)) ... ok
  1280. test_decomp.test_eigh('general ', 6, 'd', True, True, False, (2, 4)) ... ok
  1281. test_decomp.test_eigh('ordinary', 6, 'd', True, False, False, (2, 4)) ... ok
  1282. test_decomp.test_eigh('general ', 6, 'd', True, False, False, (2, 4)) ... ok
  1283. test_decomp.test_eigh('ordinary', 6, 'd', False, True, True, None) ... ok
  1284. test_decomp.test_eigh('general ', 6, 'd', False, True, True, None) ... ok
  1285. test_decomp.test_eigh('ordinary', 6, 'd', False, False, True, None) ... ok
  1286. test_decomp.test_eigh('general ', 6, 'd', False, False, True, None) ... ok
  1287. test_decomp.test_eigh('ordinary', 6, 'd', False, True, True, (2, 4)) ... ok
  1288. test_decomp.test_eigh('general ', 6, 'd', False, True, True, (2, 4)) ... ok
  1289. test_decomp.test_eigh('ordinary', 6, 'd', False, False, True, (2, 4)) ... ok
  1290. test_decomp.test_eigh('general ', 6, 'd', False, False, True, (2, 4)) ... ok
  1291. test_decomp.test_eigh('ordinary', 6, 'd', False, True, False, None) ... ok
  1292. test_decomp.test_eigh('general ', 6, 'd', False, True, False, None) ... ok
  1293. test_decomp.test_eigh('ordinary', 6, 'd', False, False, False, None) ... ok
  1294. test_decomp.test_eigh('general ', 6, 'd', False, False, False, None) ... ok
  1295. test_decomp.test_eigh('ordinary', 6, 'd', False, True, False, (2, 4)) ... ok
  1296. test_decomp.test_eigh('general ', 6, 'd', False, True, False, (2, 4)) ... ok
  1297. test_decomp.test_eigh('ordinary', 6, 'd', False, False, False, (2, 4)) ... ok
  1298. test_decomp.test_eigh('general ', 6, 'd', False, False, False, (2, 4)) ... ok
  1299. test_decomp.test_eigh('ordinary', 6, 'F', True, True, True, None) ... ok
  1300. test_decomp.test_eigh('general ', 6, 'F', True, True, True, None) ... ok
  1301. test_decomp.test_eigh('ordinary', 6, 'F', True, False, True, None) ... ok
  1302. test_decomp.test_eigh('general ', 6, 'F', True, False, True, None) ... ok
  1303. test_decomp.test_eigh('ordinary', 6, 'F', True, True, True, (2, 4)) ... ok
  1304. test_decomp.test_eigh('general ', 6, 'F', True, True, True, (2, 4)) ... ok
  1305. test_decomp.test_eigh('ordinary', 6, 'F', True, False, True, (2, 4)) ... ok
  1306. test_decomp.test_eigh('general ', 6, 'F', True, False, True, (2, 4)) ... ok
  1307. test_decomp.test_eigh('ordinary', 6, 'F', True, True, False, None) ... ok
  1308. test_decomp.test_eigh('general ', 6, 'F', True, True, False, None) ... ok
  1309. test_decomp.test_eigh('ordinary', 6, 'F', True, False, False, None) ... ok
  1310. test_decomp.test_eigh('general ', 6, 'F', True, False, False, None) ... ok
  1311. test_decomp.test_eigh('ordinary', 6, 'F', True, True, False, (2, 4)) ... ok
  1312. test_decomp.test_eigh('general ', 6, 'F', True, True, False, (2, 4)) ... ok
  1313. test_decomp.test_eigh('ordinary', 6, 'F', True, False, False, (2, 4)) ... ok
  1314. test_decomp.test_eigh('general ', 6, 'F', True, False, False, (2, 4)) ... ok
  1315. test_decomp.test_eigh('ordinary', 6, 'F', False, True, True, None) ... ok
  1316. test_decomp.test_eigh('general ', 6, 'F', False, True, True, None) ... ok
  1317. test_decomp.test_eigh('ordinary', 6, 'F', False, False, True, None) ... ok
  1318. test_decomp.test_eigh('general ', 6, 'F', False, False, True, None) ... ok
  1319. test_decomp.test_eigh('ordinary', 6, 'F', False, True, True, (2, 4)) ... ok
  1320. test_decomp.test_eigh('general ', 6, 'F', False, True, True, (2, 4)) ... ok
  1321. test_decomp.test_eigh('ordinary', 6, 'F', False, False, True, (2, 4)) ... ok
  1322. test_decomp.test_eigh('general ', 6, 'F', False, False, True, (2, 4)) ... ok
  1323. test_decomp.test_eigh('ordinary', 6, 'F', False, True, False, None) ... ok
  1324. test_decomp.test_eigh('general ', 6, 'F', False, True, False, None) ... ok
  1325. test_decomp.test_eigh('ordinary', 6, 'F', False, False, False, None) ... ok
  1326. test_decomp.test_eigh('general ', 6, 'F', False, False, False, None) ... ok
  1327. test_decomp.test_eigh('ordinary', 6, 'F', False, True, False, (2, 4)) ... ok
  1328. test_decomp.test_eigh('general ', 6, 'F', False, True, False, (2, 4)) ... ok
  1329. test_decomp.test_eigh('ordinary', 6, 'F', False, False, False, (2, 4)) ... ok
  1330. test_decomp.test_eigh('general ', 6, 'F', False, False, False, (2, 4)) ... ok
  1331. test_decomp.test_eigh('ordinary', 6, 'D', True, True, True, None) ... ok
  1332. test_decomp.test_eigh('general ', 6, 'D', True, True, True, None) ... ok
  1333. test_decomp.test_eigh('ordinary', 6, 'D', True, False, True, None) ... ok
  1334. test_decomp.test_eigh('general ', 6, 'D', True, False, True, None) ... ok
  1335. test_decomp.test_eigh('ordinary', 6, 'D', True, True, True, (2, 4)) ... ok
  1336. test_decomp.test_eigh('general ', 6, 'D', True, True, True, (2, 4)) ... ok
  1337. test_decomp.test_eigh('ordinary', 6, 'D', True, False, True, (2, 4)) ... ok
  1338. test_decomp.test_eigh('general ', 6, 'D', True, False, True, (2, 4)) ... ok
  1339. test_decomp.test_eigh('ordinary', 6, 'D', True, True, False, None) ... ok
  1340. test_decomp.test_eigh('general ', 6, 'D', True, True, False, None) ... ok
  1341. test_decomp.test_eigh('ordinary', 6, 'D', True, False, False, None) ... ok
  1342. test_decomp.test_eigh('general ', 6, 'D', True, False, False, None) ... ok
  1343. test_decomp.test_eigh('ordinary', 6, 'D', True, True, False, (2, 4)) ... ok
  1344. test_decomp.test_eigh('general ', 6, 'D', True, True, False, (2, 4)) ... ok
  1345. test_decomp.test_eigh('ordinary', 6, 'D', True, False, False, (2, 4)) ... ok
  1346. test_decomp.test_eigh('general ', 6, 'D', True, False, False, (2, 4)) ... ok
  1347. test_decomp.test_eigh('ordinary', 6, 'D', False, True, True, None) ... ok
  1348. test_decomp.test_eigh('general ', 6, 'D', False, True, True, None) ... ok
  1349. test_decomp.test_eigh('ordinary', 6, 'D', False, False, True, None) ... ok
  1350. test_decomp.test_eigh('general ', 6, 'D', False, False, True, None) ... ok
  1351. test_decomp.test_eigh('ordinary', 6, 'D', False, True, True, (2, 4)) ... ok
  1352. test_decomp.test_eigh('general ', 6, 'D', False, True, True, (2, 4)) ... ok
  1353. test_decomp.test_eigh('ordinary', 6, 'D', False, False, True, (2, 4)) ... ok
  1354. test_decomp.test_eigh('general ', 6, 'D', False, False, True, (2, 4)) ... ok
  1355. test_decomp.test_eigh('ordinary', 6, 'D', False, True, False, None) ... ok
  1356. test_decomp.test_eigh('general ', 6, 'D', False, True, False, None) ... ok
  1357. test_decomp.test_eigh('ordinary', 6, 'D', False, False, False, None) ... ok
  1358. test_decomp.test_eigh('general ', 6, 'D', False, False, False, None) ... ok
  1359. test_decomp.test_eigh('ordinary', 6, 'D', False, True, False, (2, 4)) ... ok
  1360. test_decomp.test_eigh('general ', 6, 'D', False, True, False, (2, 4)) ... ok
  1361. test_decomp.test_eigh('ordinary', 6, 'D', False, False, False, (2, 4)) ... ok
  1362. test_decomp.test_eigh('general ', 6, 'D', False, False, False, (2, 4)) ... ok
  1363. test_decomp.test_eigh_integer ... ok
  1364. Check linalg works with non-aligned memory ... ok
  1365. Check linalg works with non-aligned memory ... ok
  1366. Check that complex objects don't need to be completely aligned ... ok
  1367. test_decomp.test_lapack_misaligned ... KNOWNFAIL: Ticket #1152, triggers a segfault in rare cases.
  1368. test_random (test_decomp_cholesky.TestCholesky) ... ok
  1369. test_random_complex (test_decomp_cholesky.TestCholesky) ... ok
  1370. test_simple (test_decomp_cholesky.TestCholesky) ... ok
  1371. test_simple_complex (test_decomp_cholesky.TestCholesky) ... ok
  1372. test_lower_complex (test_decomp_cholesky.TestCholeskyBanded) ... ok
  1373. test_lower_real (test_decomp_cholesky.TestCholeskyBanded) ... ok
  1374. test_upper_complex (test_decomp_cholesky.TestCholeskyBanded) ... ok
  1375. test_upper_real (test_decomp_cholesky.TestCholeskyBanded) ... ok
  1376. test_default_a (test_fblas.TestCaxpy) ... ok
  1377. test_simple (test_fblas.TestCaxpy) ... ok
  1378. test_x_and_y_stride (test_fblas.TestCaxpy) ... ok
  1379. test_x_bad_size (test_fblas.TestCaxpy) ... ok
  1380. test_x_stride (test_fblas.TestCaxpy) ... ok
  1381. test_y_bad_size (test_fblas.TestCaxpy) ... ok
  1382. test_y_stride (test_fblas.TestCaxpy) ... ok
  1383. test_simple (test_fblas.TestCcopy) ... ok
  1384. test_x_and_y_stride (test_fblas.TestCcopy) ... ok
  1385. test_x_bad_size (test_fblas.TestCcopy) ... ok
  1386. test_x_stride (test_fblas.TestCcopy) ... ok
  1387. test_y_bad_size (test_fblas.TestCcopy) ... ok
  1388. test_y_stride (test_fblas.TestCcopy) ... ok
  1389. test_default_beta_y (test_fblas.TestCgemv) ... ok
  1390. test_simple (test_fblas.TestCgemv) ... ok
  1391. test_simple_transpose (test_fblas.TestCgemv) ... ok
  1392. test_simple_transpose_conj (test_fblas.TestCgemv) ... ok
  1393. test_x_stride (test_fblas.TestCgemv) ... ok
  1394. test_x_stride_assert (test_fblas.TestCgemv) ... ok
  1395. test_x_stride_transpose (test_fblas.TestCgemv) ... ok
  1396. test_y_stride (test_fblas.TestCgemv) ... ok
  1397. test_y_stride_assert (test_fblas.TestCgemv) ... ok
  1398. test_y_stride_transpose (test_fblas.TestCgemv) ... ok
  1399. test_simple (test_fblas.TestCscal) ... ok
  1400. test_x_bad_size (test_fblas.TestCscal) ... ok
  1401. test_x_stride (test_fblas.TestCscal) ... ok
  1402. test_simple (test_fblas.TestCswap) ... ok
  1403. test_x_and_y_stride (test_fblas.TestCswap) ... ok
  1404. test_x_bad_size (test_fblas.TestCswap) ... ok
  1405. test_x_stride (test_fblas.TestCswap) ... ok
  1406. test_y_bad_size (test_fblas.TestCswap) ... ok
  1407. test_y_stride (test_fblas.TestCswap) ... ok
  1408. test_default_a (test_fblas.TestDaxpy) ... ok
  1409. test_simple (test_fblas.TestDaxpy) ... ok
  1410. test_x_and_y_stride (test_fblas.TestDaxpy) ... ok
  1411. test_x_bad_size (test_fblas.TestDaxpy) ... ok
  1412. test_x_stride (test_fblas.TestDaxpy) ... ok
  1413. test_y_bad_size (test_fblas.TestDaxpy) ... /usr/lib/python2.6/site-packages/scipy/linalg/tests/test_fblas.py:89: ComplexWarning: Casting complex values to real discards the imaginary part
  1414. self.blas_func(x,y,n=3,incy=5)
  1415. ok
  1416. test_y_stride (test_fblas.TestDaxpy) ... ok
  1417. test_simple (test_fblas.TestDcopy) ... ok
  1418. test_x_and_y_stride (test_fblas.TestDcopy) ... ok
  1419. test_x_bad_size (test_fblas.TestDcopy) ... ok
  1420. test_x_stride (test_fblas.TestDcopy) ... ok
  1421. test_y_bad_size (test_fblas.TestDcopy) ... /usr/lib/python2.6/site-packages/scipy/linalg/tests/test_fblas.py:199: ComplexWarning: Casting complex values to real discards the imaginary part
  1422. self.blas_func(x,y,n=3,incy=5)
  1423. ok
  1424. test_y_stride (test_fblas.TestDcopy) ... ok
  1425. test_default_beta_y (test_fblas.TestDgemv) ... ok
  1426. test_simple (test_fblas.TestDgemv) ... ok
  1427. test_simple_transpose (test_fblas.TestDgemv) ... ok
  1428. test_simple_transpose_conj (test_fblas.TestDgemv) ... ok
  1429. test_x_stride (test_fblas.TestDgemv) ... ok
  1430. test_x_stride_assert (test_fblas.TestDgemv) ... ok
  1431. test_x_stride_transpose (test_fblas.TestDgemv) ... ok
  1432. test_y_stride (test_fblas.TestDgemv) ... ok
  1433. test_y_stride_assert (test_fblas.TestDgemv) ... ok
  1434. test_y_stride_transpose (test_fblas.TestDgemv) ... ok
  1435. test_simple (test_fblas.TestDscal) ... ok
  1436. test_x_bad_size (test_fblas.TestDscal) ... ok
  1437. test_x_stride (test_fblas.TestDscal) ... ok
  1438. test_simple (test_fblas.TestDswap) ... ok
  1439. test_x_and_y_stride (test_fblas.TestDswap) ... ok
  1440. test_x_bad_size (test_fblas.TestDswap) ... ok
  1441. test_x_stride (test_fblas.TestDswap) ... ok
  1442. test_y_bad_size (test_fblas.TestDswap) ... /usr/lib/python2.6/site-packages/scipy/linalg/tests/test_fblas.py:282: ComplexWarning: Casting complex values to real discards the imaginary part
  1443. self.blas_func(x,y,n=3,incy=5)
  1444. ok
  1445. test_y_stride (test_fblas.TestDswap) ... ok
  1446. test_default_a (test_fblas.TestSaxpy) ... ok
  1447. test_simple (test_fblas.TestSaxpy) ... ok
  1448. test_x_and_y_stride (test_fblas.TestSaxpy) ... ok
  1449. test_x_bad_size (test_fblas.TestSaxpy) ... ok
  1450. test_x_stride (test_fblas.TestSaxpy) ... ok
  1451. test_y_bad_size (test_fblas.TestSaxpy) ... ok
  1452. test_y_stride (test_fblas.TestSaxpy) ... ok
  1453. test_simple (test_fblas.TestScopy) ... ok
  1454. test_x_and_y_stride (test_fblas.TestScopy) ... ok
  1455. test_x_bad_size (test_fblas.TestScopy) ... ok
  1456. test_x_stride (test_fblas.TestScopy) ... ok
  1457. test_y_bad_size (test_fblas.TestScopy) ... ok
  1458. test_y_stride (test_fblas.TestScopy) ... ok
  1459. test_default_beta_y (test_fblas.TestSgemv) ... ok
  1460. test_simple (test_fblas.TestSgemv) ... ok
  1461. test_simple_transpose (test_fblas.TestSgemv) ... ok
  1462. test_simple_transpose_conj (test_fblas.TestSgemv) ... ok
  1463. test_x_stride (test_fblas.TestSgemv) ... ok
  1464. test_x_stride_assert (test_fblas.TestSgemv) ... ok
  1465. test_x_stride_transpose (test_fblas.TestSgemv) ... ok
  1466. test_y_stride (test_fblas.TestSgemv) ... ok
  1467. test_y_stride_assert (test_fblas.TestSgemv) ... ok
  1468. test_y_stride_transpose (test_fblas.TestSgemv) ... ok
  1469. test_simple (test_fblas.TestSscal) ... ok
  1470. test_x_bad_size (test_fblas.TestSscal) ... ok
  1471. test_x_stride (test_fblas.TestSscal) ... ok
  1472. test_simple (test_fblas.TestSswap) ... ok
  1473. test_x_and_y_stride (test_fblas.TestSswap) ... ok
  1474. test_x_bad_size (test_fblas.TestSswap) ... ok
  1475. test_x_stride (test_fblas.TestSswap) ... ok
  1476. test_y_bad_size (test_fblas.TestSswap) ... ok
  1477. test_y_stride (test_fblas.TestSswap) ... ok
  1478. test_default_a (test_fblas.TestZaxpy) ... ok
  1479. test_simple (test_fblas.TestZaxpy) ... ok
  1480. test_x_and_y_stride (test_fblas.TestZaxpy) ... ok
  1481. test_x_bad_size (test_fblas.TestZaxpy) ... ok
  1482. test_x_stride (test_fblas.TestZaxpy) ... ok
  1483. test_y_bad_size (test_fblas.TestZaxpy) ... ok
  1484. test_y_stride (test_fblas.TestZaxpy) ... ok
  1485. test_simple (test_fblas.TestZcopy) ... ok
  1486. test_x_and_y_stride (test_fblas.TestZcopy) ... ok
  1487. test_x_bad_size (test_fblas.TestZcopy) ... ok
  1488. test_x_stride (test_fblas.TestZcopy) ... ok
  1489. test_y_bad_size (test_fblas.TestZcopy) ... ok
  1490. test_y_stride (test_fblas.TestZcopy) ... ok
  1491. test_default_beta_y (test_fblas.TestZgemv) ... ok
  1492. test_simple (test_fblas.TestZgemv) ... ok
  1493. test_simple_transpose (test_fblas.TestZgemv) ... ok
  1494. test_simple_transpose_conj (test_fblas.TestZgemv) ... ok
  1495. test_x_stride (test_fblas.TestZgemv) ... ok
  1496. test_x_stride_assert (test_fblas.TestZgemv) ... ok
  1497. test_x_stride_transpose (test_fblas.TestZgemv) ... ok
  1498. test_y_stride (test_fblas.TestZgemv) ... ok
  1499. test_y_stride_assert (test_fblas.TestZgemv) ... ok
  1500. test_y_stride_transpose (test_fblas.TestZgemv) ... ok
  1501. test_simple (test_fblas.TestZscal) ... ok
  1502. test_x_bad_size (test_fblas.TestZscal) ... ok
  1503. test_x_stride (test_fblas.TestZscal) ... ok
  1504. test_simple (test_fblas.TestZswap) ... ok
  1505. test_x_and_y_stride (test_fblas.TestZswap) ... ok
  1506. test_x_bad_size (test_fblas.TestZswap) ... ok
  1507. test_x_stride (test_fblas.TestZswap) ... ok
  1508. test_y_bad_size (test_fblas.TestZswap) ... ok
  1509. test_y_stride (test_fblas.TestZswap) ... ok
  1510. test_gebal (test_lapack.TestFlapackSimple) ... ok
  1511. test_gehrd (test_lapack.TestFlapackSimple) ... ok
  1512. test_clapack (test_lapack.TestLapack) ... ok
  1513. test_flapack (test_lapack.TestLapack) ... ok
  1514. test_zero (test_matfuncs.TestExpM) ... /usr/lib/python2.6/site-packages/scipy/linalg/matfuncs.py:94: ComplexWarning: Casting complex values to real discards the imaginary part
  1515. return dot(dot(vr,diag(exp(s))),vri).astype(t)
  1516. ok
  1517. test_nils (test_matfuncs.TestLogM) ... ok
  1518. test_defective1 (test_matfuncs.TestSignM) ... ok
  1519. test_defective2 (test_matfuncs.TestSignM) ... ok
  1520. test_defective3 (test_matfuncs.TestSignM) ... ok
  1521. test_nils (test_matfuncs.TestSignM) ... ok
  1522. test_bad (test_matfuncs.TestSqrtM) ... ok
  1523. test_special_matrices.TestBlockDiag.test_bad_arg ... ok
  1524. test_special_matrices.TestBlockDiag.test_basic ... ok
  1525. test_special_matrices.TestBlockDiag.test_dtype ... ok
  1526. test_special_matrices.TestBlockDiag.test_no_args ... ok
  1527. test_special_matrices.TestBlockDiag.test_scalar_and_1d_args ... ok
  1528. test_basic (test_special_matrices.TestCirculant) ... ok
  1529. test_bad_shapes (test_special_matrices.TestCompanion) ... ok
  1530. test_basic (test_special_matrices.TestCompanion) ... ok
  1531. test_basic (test_special_matrices.TestHadamard) ... ok
  1532. test_basic (test_special_matrices.TestHankel) ... ok
  1533. test_special_matrices.TestKron.test_basic ... ok
  1534. test_bad_shapes (test_special_matrices.TestLeslie) ... ok
  1535. test_basic (test_special_matrices.TestLeslie) ... ok
  1536. test_basic (test_special_matrices.TestToeplitz) ... ok
  1537. test_complex_01 (test_special_matrices.TestToeplitz) ... ok
  1538. Scalar arguments still produce a 2D array. ... ok
  1539. test_scalar_01 (test_special_matrices.TestToeplitz) ... ok
  1540. test_scalar_02 (test_special_matrices.TestToeplitz) ... ok
  1541. test_scalar_03 (test_special_matrices.TestToeplitz) ... ok
  1542. test_scalar_04 (test_special_matrices.TestToeplitz) ... ok
  1543. test_2d (test_special_matrices.TestTri) ... ok
  1544. test_basic (test_special_matrices.TestTri) ... ok
  1545. test_diag (test_special_matrices.TestTri) ... ok
  1546. test_diag2d (test_special_matrices.TestTri) ... ok
  1547. test_basic (test_special_matrices.TestTril) ... ok
  1548. test_diag (test_special_matrices.TestTril) ... ok
  1549. test_basic (test_special_matrices.TestTriu) ... ok
  1550. test_diag (test_special_matrices.TestTriu) ... ok
  1551. test_logsumexp (test_maxentropy.TestMaxentropy) ... ok
  1552. test_simple (test_maxentropy.TestMaxentropy) ... ok
  1553. test_doccer.test_unindent('Another test\n with some indent', 'Another test\n with some indent') ... ok
  1554. test_doccer.test_unindent('Another test, one line', 'Another test, one line') ... ok
  1555. test_doccer.test_unindent('Another test\n with some indent', 'Another test\n with some indent') ... ok
  1556. test_doccer.test_unindent_dict('Another test\n with some indent', 'Another test\n with some indent') ... ok
  1557. test_doccer.test_unindent_dict('Another test, one line', 'Another test, one line') ... ok
  1558. test_doccer.test_unindent_dict('Another test\n with some indent', 'Another test\n with some indent') ... ok
  1559. test_doccer.test_docformat('Docstring\n Another test\n with some indent\n Another test, one line\n Another test\n with some indent\n', 'Docstring\n Another test\n with some indent\n Another test, one line\n Another test\n with some indent\n') ... ok
  1560. test_doccer.test_docformat('Single line doc Another test\n with some indent', 'Single line doc Another test\n with some indent') ... ok
  1561. test_doccer.test_decorator(' Docstring\n Another test\n with some indent\n ', ' Docstring\n Another test\n with some indent\n ') ... ok
  1562. test_doccer.test_decorator(' Docstring\n Another test\n with some indent\n ', ' Docstring\n Another test\n with some indent\n ') ... ok
  1563. test_bytescale (test_pilutil.TestPILUtil) ... ok
  1564. test_imresize (test_pilutil.TestPILUtil) ... ok
  1565. test_imresize2 (test_pilutil.TestPILUtil) ... ok
  1566. test_imresize3 (test_pilutil.TestPILUtil) ... ok
  1567. Test generator for parametric tests ... ok
  1568. Test generator for parametric tests ... ok
  1569. Test generator for parametric tests ... ok
  1570. test_filters.test_ticket_701 ... ok
  1571. test_filters.test_orders_gauss(0, array([ 0.])) ... ok
  1572. test_filters.test_orders_gauss(0, array([ 0.])) ... ok
  1573. test_filters.test_orders_gauss(<type 'exceptions.ValueError'>, <function gaussian_filter at 0x9dcfa04>, array([ 0.]), 1, -1) ... ok
  1574. test_filters.test_orders_gauss(<type 'exceptions.ValueError'>, <function gaussian_filter at 0x9dcfa04>, array([ 0.]), 1, 4) ... ok
  1575. test_filters.test_orders_gauss(0, array([ 0.])) ... ok
  1576. test_filters.test_orders_gauss(0, array([ 0.])) ... ok
  1577. test_filters.test_orders_gauss(<type 'exceptions.ValueError'>, <function gaussian_filter1d at 0x9dcfaac>, array([ 0.]), 1, -1, -1) ... ok
  1578. test_filters.test_orders_gauss(<type 'exceptions.ValueError'>, <function gaussian_filter1d at 0x9dcfaac>, array([ 0.]), 1, -1, 4) ... ok
  1579. test_io.test_imread ... ok
  1580. affine_transform 1 ... ok
  1581. affine transform 2 ... ok
  1582. affine transform 3 ... ok
  1583. affine transform 4 ... ok
  1584. affine transform 5 ... ok
  1585. affine transform 6 ... ok
  1586. affine transform 7 ... ok
  1587. affine transform 8 ... ok
  1588. affine transform 9 ... ok
  1589. affine transform 10 ... ok
  1590. affine transform 11 ... ok
  1591. affine transform 12 ... ok
  1592. affine transform 13 ... ok
  1593. affine transform 14 ... ok
  1594. affine transform 15 ... ok
  1595. affine transform 16 ... ok
  1596. affine transform 17 ... ok
  1597. affine transform 18 ... ok
  1598. affine transform 19 ... ok
  1599. affine transform 20 ... ok
  1600. affine transform 21 ... ok
  1601. binary closing 1 ... ok
  1602. binary closing 2 ... ok
  1603. binary dilation 1 ... ok
  1604. binary dilation 2 ... ok
  1605. binary dilation 3 ... ok
  1606. binary dilation 4 ... ok
  1607. binary dilation 5 ... ok
  1608. binary dilation 6 ... ok
  1609. binary dilation 7 ... ok
  1610. binary dilation 8 ... ok
  1611. binary dilation 9 ... ok
  1612. binary dilation 10 ... ok
  1613. binary dilation 11 ... ok
  1614. binary dilation 12 ... ok
  1615. binary dilation 13 ... ok
  1616. binary dilation 14 ... ok
  1617. binary dilation 15 ... ok
  1618. binary dilation 16 ... ok
  1619. binary dilation 17 ... ok
  1620. binary dilation 18 ... ok
  1621. binary dilation 19 ... ok
  1622. binary dilation 20 ... ok
  1623. binary dilation 21 ... ok
  1624. binary dilation 22 ... ok
  1625. binary dilation 23 ... ok
  1626. binary dilation 24 ... ok
  1627. binary dilation 25 ... ok
  1628. binary dilation 26 ... ok
  1629. binary dilation 27 ... ok
  1630. binary dilation 28 ... ok
  1631. binary dilation 29 ... ok
  1632. binary dilation 30 ... ok
  1633. binary dilation 31 ... ok
  1634. binary dilation 32 ... ok
  1635. binary dilation 33 ... ok
  1636. binary dilation 34 ... ok
  1637. binary dilation 35 ... ok
  1638. binary erosion 1 ... ok
  1639. binary erosion 2 ... ok
  1640. binary erosion 3 ... ok
  1641. binary erosion 4 ... ok
  1642. binary erosion 5 ... ok
  1643. binary erosion 6 ... ok
  1644. binary erosion 7 ... ok
  1645. binary erosion 8 ... ok
  1646. binary erosion 9 ... ok
  1647. binary erosion 10 ... ok
  1648. binary erosion 11 ... ok
  1649. binary erosion 12 ... ok
  1650. binary erosion 13 ... ok
  1651. binary erosion 14 ... ok
  1652. binary erosion 15 ... ok
  1653. binary erosion 16 ... ok
  1654. binary erosion 17 ... ok
  1655. binary erosion 18 ... ok
  1656. binary erosion 19 ... ok
  1657. binary erosion 20 ... ok
  1658. binary erosion 21 ... ok
  1659. binary erosion 22 ... ok
  1660. binary erosion 23 ... ok
  1661. binary erosion 24 ... ok
  1662. binary erosion 25 ... ok
  1663. binary erosion 26 ... ok
  1664. binary erosion 27 ... ok
  1665. binary erosion 28 ... ok
  1666. binary erosion 29 ... ok
  1667. binary erosion 30 ... ok
  1668. binary erosion 31 ... ok
  1669. binary erosion 32 ... ok
  1670. binary erosion 33 ... ok
  1671. binary erosion 34 ... ok
  1672. binary erosion 35 ... ok
  1673. binary erosion 36 ... ok
  1674. binary fill holes 1 ... ok
  1675. binary fill holes 2 ... ok
  1676. binary fill holes 3 ... ok
  1677. binary opening 1 ... ok
  1678. binary opening 2 ... ok
  1679. binary propagation 1 ... ok
  1680. binary propagation 2 ... ok
  1681. black tophat 1 ... ok
  1682. black tophat 2 ... ok
  1683. boundary modes ... ok
  1684. boundary modes 2 ... ok
  1685. center of mass 1 ... ok
  1686. center of mass 2 ... ok
  1687. center of mass 3 ... ok
  1688. center of mass 4 ... ok
  1689. center of mass 5 ... ok
  1690. center of mass 6 ... ok
  1691. center of mass 7 ... ok
  1692. center of mass 8 ... ok
  1693. center of mass 9 ... ok
  1694. correlation 1 ... ok
  1695. correlation 2 ... ok
  1696. correlation 3 ... ok
  1697. correlation 4 ... ok
  1698. correlation 5 ... ok
  1699. correlation 6 ... ok
  1700. correlation 7 ... ok
  1701. correlation 8 ... ok
  1702. correlation 9 ... ok
  1703. correlation 10 ... ok
  1704. correlation 11 ... ok
  1705. correlation 12 ... ok
  1706. correlation 13 ... ok
  1707. correlation 14 ... ok
  1708. correlation 15 ... ok
  1709. correlation 16 ... ok
  1710. correlation 17 ... ok
  1711. correlation 18 ... ok
  1712. correlation 19 ... ok
  1713. correlation 20 ... ok
  1714. correlation 21 ... ok
  1715. correlation 22 ... ok
  1716. correlation 23 ... ok
  1717. correlation 24 ... ok
  1718. correlation 25 ... ok
  1719. brute force distance transform 1 ... ok
  1720. brute force distance transform 2 ... ok
  1721. brute force distance transform 3 ... ok
  1722. brute force distance transform 4 ... ok
  1723. brute force distance transform 5 ... ok
  1724. brute force distance transform 6 ... ok
  1725. chamfer type distance transform 1 ... ok
  1726. chamfer type distance transform 2 ... ok
  1727. chamfer type distance transform 3 ... ok
  1728. euclidean distance transform 1 ... ok
  1729. euclidean distance transform 2 ... ok
  1730. euclidean distance transform 3 ... ok
  1731. euclidean distance transform 4 ... ok
  1732. line extension 1 ... ok
  1733. line extension 2 ... ok
  1734. line extension 3 ... ok
  1735. line extension 4 ... ok
  1736. line extension 5 ... ok
  1737. line extension 6 ... ok
  1738. line extension 7 ... ok
  1739. line extension 8 ... ok
  1740. line extension 9 ... ok
  1741. line extension 10 ... ok
  1742. extrema 1 ... ok
  1743. extrema 2 ... ok
  1744. extrema 3 ... ok
  1745. extrema 4 ... ok
  1746. find_objects 1 ... ok
  1747. find_objects 2 ... ok
  1748. find_objects 3 ... ok
  1749. find_objects 4 ... ok
  1750. find_objects 5 ... ok
  1751. find_objects 6 ... ok
  1752. find_objects 7 ... ok
  1753. find_objects 8 ... ok
  1754. find_objects 9 ... ok
  1755. ellipsoid fourier filter for complex transforms 1 ... ok
  1756. ellipsoid fourier filter for real transforms 1 ... ok
  1757. gaussian fourier filter for complex transforms 1 ... ok
  1758. gaussian fourier filter for real transforms 1 ... ok
  1759. shift filter for complex transforms 1 ... /usr/lib/python2.6/site-packages/scipy/ndimage/tests/test_ndimage.py:56: ComplexWarning: Casting complex values to real discards the imaginary part
  1760. a = a.astype(numpy.float64)
  1761. /usr/lib/python2.6/site-packages/scipy/ndimage/tests/test_ndimage.py:58: ComplexWarning: Casting complex values to real discards the imaginary part
  1762. b = b.astype(numpy.float64)
  1763. ok
  1764. shift filter for real transforms 1 ... ok
  1765. uniform fourier filter for complex transforms 1 ... ok
  1766. uniform fourier filter for real transforms 1 ... ok
  1767. gaussian filter 1 ... ok
  1768. gaussian filter 2 ... ok
  1769. gaussian filter 3 ... ok
  1770. gaussian filter 4 ... ok
  1771. gaussian filter 5 ... ok
  1772. gaussian filter 6 ... ok
  1773. gaussian gradient magnitude filter 1 ... ok
  1774. gaussian gradient magnitude filter 2 ... ok
  1775. gaussian laplace filter 1 ... ok
  1776. gaussian laplace filter 2 ... ok
  1777. generation of a binary structure 1 ... ok
  1778. generation of a binary structure 2 ... ok
  1779. generation of a binary structure 3 ... ok
  1780. generation of a binary structure 4 ... ok
  1781. generic filter 1 ... ok
  1782. generic 1d filter 1 ... ok
  1783. generic gradient magnitude 1 ... ok
  1784. generic laplace filter 1 ... ok
  1785. geometric transform 1 ... ok
  1786. geometric transform 2 ... ok
  1787. geometric transform 3 ... ok
  1788. geometric transform 4 ... ok
  1789. geometric transform 5 ... ok
  1790. geometric transform 6 ... ok
  1791. geometric transform 7 ... ok
  1792. geometric transform 8 ... ok
  1793. geometric transform 10 ... ok
  1794. geometric transform 13 ... ok
  1795. geometric transform 14 ... ok
  1796. geometric transform 15 ... ok
  1797. geometric transform 16 ... ok
  1798. geometric transform 17 ... ok
  1799. geometric transform 18 ... ok
  1800. geometric transform 19 ... ok
  1801. geometric transform 20 ... ok
  1802. geometric transform 21 ... ok
  1803. geometric transform 22 ... ok
  1804. geometric transform 23 ... ok
  1805. geometric transform 24 ... ok
  1806. grey closing 1 ... ok
  1807. grey closing 2 ... ok
  1808. grey dilation 1 ... ok
  1809. grey dilation 2 ... ok
  1810. grey dilation 3 ... ok
  1811. grey erosion 1 ... ok
  1812. grey erosion 2 ... ok
  1813. grey erosion 3 ... ok
  1814. grey opening 1 ... ok
  1815. grey opening 2 ... ok
  1816. histogram 1 ... ok
  1817. histogram 2 ... ok
  1818. histogram 3 ... ok
  1819. binary hit-or-miss transform 1 ... ok
  1820. binary hit-or-miss transform 2 ... ok
  1821. binary hit-or-miss transform 3 ... ok
  1822. iterating a structure 1 ... ok
  1823. iterating a structure 2 ... ok
  1824. iterating a structure 3 ... ok
  1825. label 1 ... ok
  1826. label 2 ... ok
  1827. label 3 ... ok
  1828. label 4 ... ok
  1829. label 5 ... ok
  1830. label 6 ... ok
  1831. label 7 ... ok
  1832. label 8 ... ok
  1833. label 9 ... ok
  1834. label 10 ... ok
  1835. label 11 ... ok
  1836. label 12 ... ok
  1837. label 13 ... ok
  1838. laplace filter 1 ... ok
  1839. laplace filter 2 ... ok
  1840. map coordinates 1 ... ok
  1841. map coordinates 2 ... ok
  1842. maximum 1 ... ok
  1843. maximum 2 ... ok
  1844. maximum 3 ... ok
  1845. maximum 4 ... ok
  1846. Ticket #501 ... ok
  1847. maximum filter 1 ... ok
  1848. maximum filter 2 ... ok
  1849. maximum filter 3 ... ok
  1850. maximum filter 4 ... ok
  1851. maximum filter 5 ... ok
  1852. maximum filter 6 ... ok
  1853. maximum filter 7 ... ok
  1854. maximum filter 8 ... ok
  1855. maximum filter 9 ... ok
  1856. maximum position 1 ... ok
  1857. maximum position 2 ... ok
  1858. maximum position 3 ... ok
  1859. maximum position 4 ... ok
  1860. maximum position 5 ... ok
  1861. maximum position 6 ... ok
  1862. mean 1 ... ok
  1863. mean 2 ... ok
  1864. mean 3 ... ok
  1865. mean 4 ... Warning: invalid value encountered in divide
  1866. Warning: invalid value encountered in divide
  1867. Warning: invalid value encountered in divide
  1868. Warning: invalid value encountered in divide
  1869. Warning: invalid value encountered in divide
  1870. Warning: invalid value encountered in divide
  1871. Warning: invalid value encountered in divide
  1872. Warning: invalid value encountered in divide
  1873. Warning: invalid value encountered in divide
  1874. Warning: invalid value encountered in divide
  1875. ok
  1876. minimum 1 ... ok
  1877. minimum 2 ... ok
  1878. minimum 3 ... ok
  1879. minimum 4 ... ok
  1880. minimum filter 1 ... ok
  1881. minimum filter 2 ... ok
  1882. minimum filter 3 ... ok
  1883. minimum filter 4 ... ok
  1884. minimum filter 5 ... ok
  1885. minimum filter 6 ... ok
  1886. minimum filter 7 ... ok
  1887. minimum filter 8 ... ok
  1888. minimum filter 9 ... ok
  1889. minimum position 1 ... ok
  1890. minimum position 2 ... ok
  1891. minimum position 3 ... ok
  1892. minimum position 4 ... ok
  1893. minimum position 5 ... ok
  1894. minimum position 6 ... ok
  1895. minimum position 7 ... ok
  1896. morphological gradient 1 ... ok
  1897. morphological gradient 2 ... ok
  1898. morphological laplace 1 ... ok
  1899. morphological laplace 2 ... ok
  1900. prewitt filter 1 ... ok
  1901. prewitt filter 2 ... ok
  1902. prewitt filter 3 ... ok
  1903. prewitt filter 4 ... ok
  1904. rank filter 1 ... ok
  1905. rank filter 2 ... ok
  1906. rank filter 3 ... ok
  1907. rank filter 4 ... ok
  1908. rank filter 5 ... ok
  1909. rank filter 6 ... ok
  1910. rank filter 7 ... ok
  1911. median filter 8 ... ok
  1912. rank filter 9 ... ok
  1913. rank filter 10 ... ok
  1914. rank filter 11 ... ok
  1915. rank filter 12 ... ok
  1916. rank filter 13 ... ok
  1917. rank filter 14 ... ok
  1918. rotate 1 ... ok
  1919. rotate 2 ... ok
  1920. rotate 3 ... ok
  1921. rotate 4 ... ok
  1922. rotate 5 ... ok
  1923. rotate 6 ... ok
  1924. rotate 7 ... ok
  1925. rotate 8 ... ok
  1926. shift 1 ... ok
  1927. shift 2 ... ok
  1928. shift 3 ... ok
  1929. shift 4 ... ok
  1930. shift 5 ... ok
  1931. shift 6 ... ok
  1932. shift 7 ... ok
  1933. shift 8 ... ok
  1934. shift 9 ... ok
  1935. sobel filter 1 ... ok
  1936. sobel filter 2 ... ok
  1937. sobel filter 3 ... ok
  1938. sobel filter 4 ... ok
  1939. spline filter 1 ... ok
  1940. spline filter 2 ... ok
  1941. spline filter 3 ... ok
  1942. spline filter 4 ... ok
  1943. spline filter 5 ... ok
  1944. standard deviation 1 ... Warning: invalid value encountered in divide
  1945. Warning: invalid value encountered in divide
  1946. Warning: invalid value encountered in divide
  1947. Warning: invalid value encountered in divide
  1948. Warning: invalid value encountered in divide
  1949. Warning: invalid value encountered in divide
  1950. Warning: invalid value encountered in divide
  1951. Warning: invalid value encountered in divide
  1952. Warning: invalid value encountered in divide
  1953. Warning: invalid value encountered in divide
  1954. Warning: invalid value encountered in divide
  1955. Warning: invalid value encountered in divide
  1956. Warning: invalid value encountered in divide
  1957. Warning: invalid value encountered in divide
  1958. Warning: invalid value encountered in divide
  1959. Warning: invalid value encountered in divide
  1960. Warning: invalid value encountered in divide
  1961. Warning: invalid value encountered in divide
  1962. ok
  1963. standard deviation 2 ... ok
  1964. standard deviation 3 ... ok
  1965. standard deviation 4 ... ok
  1966. standard deviation 5 ... ok
  1967. standard deviation 6 ... ok
  1968. sum 1 ... ok
  1969. sum 2 ... ok
  1970. sum 3 ... ok
  1971. sum 4 ... ok
  1972. sum 5 ... ok
  1973. sum 6 ... ok
  1974. sum 7 ... ok
  1975. sum 8 ... ok
  1976. sum 9 ... ok
  1977. sum 10 ... ok
  1978. sum 11 ... ok
  1979. sum 12 ... ok
  1980. uniform filter 1 ... ok
  1981. uniform filter 2 ... ok
  1982. uniform filter 3 ... ok
  1983. uniform filter 4 ... ok
  1984. uniform filter 5 ... ok
  1985. uniform filter 6 ... ok
  1986. variance 1 ... Warning: invalid value encountered in divide
  1987. Warning: invalid value encountered in divide
  1988. Warning: invalid value encountered in divide
  1989. Warning: invalid value encountered in divide
  1990. Warning: invalid value encountered in divide
  1991. Warning: invalid value encountered in divide
  1992. Warning: invalid value encountered in divide
  1993. Warning: invalid value encountered in divide
  1994. Warning: invalid value encountered in divide
  1995. Warning: invalid value encountered in divide
  1996. Warning: invalid value encountered in divide
  1997. Warning: invalid value encountered in divide
  1998. Warning: invalid value encountered in divide
  1999. Warning: invalid value encountered in divide
  2000. Warning: invalid value encountered in divide
  2001. Warning: invalid value encountered in divide
  2002. Warning: invalid value encountered in divide
  2003. Warning: invalid value encountered in divide
  2004. ok
  2005. variance 2 ... ok
  2006. variance 3 ... ok
  2007. variance 4 ... ok
  2008. variance 5 ... ok
  2009. variance 6 ... ok
  2010. watershed_ift 1 ... ok
  2011. watershed_ift 2 ... ok
  2012. watershed_ift 3 ... ok
  2013. watershed_ift 4 ... ok
  2014. watershed_ift 5 ... ok
  2015. watershed_ift 6 ... ok
  2016. watershed_ift 7 ... ok
  2017. white tophat 1 ... ok
  2018. white tophat 2 ... ok
  2019. zoom 1 ... ok
  2020. zoom 2 ... ok
  2021. zoom by affine transformation 1 ... ok
  2022. Regression test for #413: median_filter does not handle bytes orders. ... ok
  2023. Ticket #643 ... ok
  2024. test_explicit (test_odr.TestODR) ... ok
  2025. test_implicit (test_odr.TestODR) ... ok
  2026. test_lorentz (test_odr.TestODR) ... ok
  2027. test_multi (test_odr.TestODR) ... ok
  2028. test_pearson (test_odr.TestODR) ... ok
  2029. test_simple (test_cobyla.TestCobyla) ... ok
  2030. test_one_argument (test_minpack.TestCurveFit) ... ok
  2031. test_two_argument (test_minpack.TestCurveFit) ... ok
  2032. fsolve without gradient, equal pipes -> equal flows ... ok
  2033. fsolve with gradient, equal pipes -> equal flows ... ok
  2034. test_basic (test_minpack.TestLeastSq) ... ok
  2035. test_full_output (test_minpack.TestLeastSq) ... ok
  2036. test_input_untouched (test_minpack.TestLeastSq) ... ok
  2037. test_nnls (test_nnls.TestNNLS) ... ok
  2038. test_anderson (test_nonlin.TestNonlin) ... ok
  2039. test_anderson2 (test_nonlin.TestNonlin) ... ok
  2040. test_broyden1 (test_nonlin.TestNonlin) ... ok
  2041. test_broyden1modified (test_nonlin.TestNonlin) ... ok
  2042. test_broyden2 (test_nonlin.TestNonlin) ... ok
  2043. test_broyden3 (test_nonlin.TestNonlin) ... ok
  2044. test_broydengeneralized (test_nonlin.TestNonlin) ... ok
  2045. test_exciting (test_nonlin.TestNonlin) ... ok
  2046. test_linearmixing (test_nonlin.TestNonlin) ... ok
  2047. test_vackar (test_nonlin.TestNonlin) ... ok
  2048. Broyden-Fletcher-Goldfarb-Shanno optimization routine ... ok
  2049. brent algorithm ... ok
  2050. conjugate gradient optimization routine ... ok
  2051. Test fminbound ... ok
  2052. test_fminbound_scalar (test_optimize.TestOptimize) ... ok
  2053. limited-memory bound-constrained BFGS algorithm ... ok
  2054. line-search Newton conjugate gradient optimization routine ... FAIL
  2055. Nelder-Mead simplex algorithm ... ok
  2056. Powell (direction set) optimization routine ... ok
  2057. test_tnc (test_optimize.TestTnc) ... ok
  2058. Ticket #1214 ... ok
  2059. Ticket #1074 ... ok
  2060. test_bound_approximated (test_slsqp.TestSLSQP) ... ok
  2061. test_bound_equality_given (test_slsqp.TestSLSQP) ... ok
  2062. test_bound_equality_inequality_given (test_slsqp.TestSLSQP) ... ok
  2063. test_unbounded_approximated (test_slsqp.TestSLSQP) ... ok
  2064. test_unbounded_given (test_slsqp.TestSLSQP) ... ok
  2065. test_bisect (test_zeros.TestBasic) ... ok
  2066. test_brenth (test_zeros.TestBasic) ... ok
  2067. test_brentq (test_zeros.TestBasic) ... ok
  2068. test_deriv_zero_warning (test_zeros.TestBasic) ... ok
  2069. test_ridder (test_zeros.TestBasic) ... ok
  2070. test_lowpass (test_filter_design.TestFirWin) ... Warning: invalid value encountered in divide
  2071. ok
  2072. test_hilbert (test_filter_design.TestRemez) ... ok
  2073. Regression test for #651: better handling of badly conditioned ... ok
  2074. test_simple (test_filter_design.TestTf2zpk) ... ok
  2075. test_ltisys.TestSS2TF.test_basic(3, 3, 3) ... ok
  2076. test_ltisys.TestSS2TF.test_basic(1, 3, 3) ... ok
  2077. test_ltisys.TestSS2TF.test_basic(1, 1, 1) ... ok
  2078. test_ltisys.Test_impulse2.test_01 ... ok
  2079. Specify the desired time values for the output. ... ok
  2080. Specify an initial condition as a scalar. ... ok
  2081. Specify an initial condition as a list. ... ok
  2082. test_ltisys.Test_impulse2.test_05 ... ok
  2083. test_ltisys.Test_impulse2.test_06 ... ok
  2084. test_ltisys.Test_lsim2.test_01 ... ok
  2085. test_ltisys.Test_lsim2.test_02 ... ok
  2086. test_ltisys.Test_lsim2.test_03 ... ok
  2087. test_ltisys.Test_lsim2.test_04 ... ok
  2088. test_ltisys.Test_lsim2.test_05 ... /usr/lib/python2.6/site-packages/scipy/signal/filter_design.py:247: BadCoefficients: Badly conditioned filter coefficients (numerator): the results may be meaningless
  2089. "results may be meaningless", BadCoefficients)
  2090. ok
  2091. Test use of the default values of the arguments `T` and `U`. ... ok
  2092. test_ltisys.Test_step2.test_01 ... ok
  2093. Specify the desired time values for the output. ... ok
  2094. Specify an initial condition as a scalar. ... ok
  2095. Specify an initial condition as a list. ... ok
  2096. test_ltisys.Test_step2.test_05 ... ok
  2097. test_ltisys.Test_step2.test_06 ... ok
  2098. test_2d_arrays (test_signaltools.OldTestConvolve) ... ok
  2099. test_basic (test_signaltools.OldTestConvolve) ... ok
  2100. test_complex (test_signaltools.OldTestConvolve) ... ok
  2101. test_same_mode (test_signaltools.OldTestConvolve) ... ok
  2102. test_valid_mode (test_signaltools.OldTestConvolve) ... ok
  2103. test_zero_order (test_signaltools.OldTestConvolve) ... ok
  2104. test_2d_arrays (test_signaltools.OldTestConvolve2d) ... ok
  2105. test_fillvalue (test_signaltools.OldTestConvolve2d) ... ok
  2106. test_same_mode (test_signaltools.OldTestConvolve2d) ... ok
  2107. test_sym_boundary (test_signaltools.OldTestConvolve2d) ... ok
  2108. test_valid_mode (test_signaltools.OldTestConvolve2d) ... ok
  2109. test_valid_mode2 (test_signaltools.OldTestConvolve2d) ... ok
  2110. test_wrap_boundary (test_signaltools.OldTestConvolve2d) ... ok
  2111. test_basic (test_signaltools.TestCSpline1DEval) ... ok
  2112. test_2d_arrays (test_signaltools.TestConvolve) ... ok
  2113. test_basic (test_signaltools.TestConvolve) ... ok
  2114. test_complex (test_signaltools.TestConvolve) ... ok
  2115. test_same_mode (test_signaltools.TestConvolve) ... ok
  2116. test_valid_mode (test_signaltools.TestConvolve) ... ok
  2117. test_zero_order (test_signaltools.TestConvolve) ... ok
  2118. test_rank1_full (test_signaltools.TestCorrelateComplex128) ... ok
  2119. test_rank1_full_old (test_signaltools.TestCorrelateComplex128) ... ok
  2120. test_rank1_same (test_signaltools.TestCorrelateComplex128) ... ok
  2121. test_rank1_same_old (test_signaltools.TestCorrelateComplex128) ... ok
  2122. test_rank1_valid (test_signaltools.TestCorrelateComplex128) ... ok
  2123. test_rank1_valid_old (test_signaltools.TestCorrelateComplex128) ... ok
  2124. test_rank3 (test_signaltools.TestCorrelateComplex128) ... ok
  2125. test_rank3_old (test_signaltools.TestCorrelateComplex128) ... ok
  2126. test_rank1_full (test_signaltools.TestCorrelateComplex192) ... ok
  2127. test_rank1_full_old (test_signaltools.TestCorrelateComplex192) ... ok
  2128. test_rank1_same (test_signaltools.TestCorrelateComplex192) ... ok
  2129. test_rank1_same_old (test_signaltools.TestCorrelateComplex192) ... ok
  2130. test_rank1_valid (test_signaltools.TestCorrelateComplex192) ... ok
  2131. test_rank1_valid_old (test_signaltools.TestCorrelateComplex192) ... ok
  2132. test_rank3 (test_signaltools.TestCorrelateComplex192) ... ok
  2133. test_rank3_old (test_signaltools.TestCorrelateComplex192) ... ok
  2134. test_rank1_full (test_signaltools.TestCorrelateComplex64) ... ok
  2135. test_rank1_full_old (test_signaltools.TestCorrelateComplex64) ... ok
  2136. test_rank1_same (test_signaltools.TestCorrelateComplex64) ... ok
  2137. test_rank1_same_old (test_signaltools.TestCorrelateComplex64) ... ok
  2138. test_rank1_valid (test_signaltools.TestCorrelateComplex64) ... ok
  2139. test_rank1_valid_old (test_signaltools.TestCorrelateComplex64) ... ok
  2140. test_rank3 (test_signaltools.TestCorrelateComplex64) ... ok
  2141. test_rank3_old (test_signaltools.TestCorrelateComplex64) ... ok
  2142. test_rank1_full (test_signaltools.TestCorrelateDecimal) ... ok
  2143. test_rank1_full_old (test_signaltools.TestCorrelateDecimal) ... ok
  2144. test_rank1_same (test_signaltools.TestCorrelateDecimal) ... ok
  2145. test_rank1_same_old (test_signaltools.TestCorrelateDecimal) ... ok
  2146. test_rank1_valid (test_signaltools.TestCorrelateDecimal) ... ok
  2147. test_rank1_valid_old (test_signaltools.TestCorrelateDecimal) ... ok
  2148. test_rank3_all (test_signaltools.TestCorrelateDecimal) ... ok
  2149. test_rank3_all_old (test_signaltools.TestCorrelateDecimal) ... ok
  2150. test_rank3_same (test_signaltools.TestCorrelateDecimal) ... ok
  2151. test_rank3_same_old (test_signaltools.TestCorrelateDecimal) ... ok
  2152. test_rank3_valid (test_signaltools.TestCorrelateDecimal) ... ok
  2153. test_rank3_valid_old (test_signaltools.TestCorrelateDecimal) ... ok
  2154. test_rank1_full (test_signaltools.TestCorrelateFloat32) ... ok
  2155. test_rank1_full_old (test_signaltools.TestCorrelateFloat32) ... ok
  2156. test_rank1_same (test_signaltools.TestCorrelateFloat32) ... ok
  2157. test_rank1_same_old (test_signaltools.TestCorrelateFloat32) ... ok
  2158. test_rank1_valid (test_signaltools.TestCorrelateFloat32) ... ok
  2159. test_rank1_valid_old (test_signaltools.TestCorrelateFloat32) ... ok
  2160. test_rank3_all (test_signaltools.TestCorrelateFloat32) ... ok
  2161. test_rank3_all_old (test_signaltools.TestCorrelateFloat32) ... ok
  2162. test_rank3_same (test_signaltools.TestCorrelateFloat32) ... ok
  2163. test_rank3_same_old (test_signaltools.TestCorrelateFloat32) ... ok
  2164. test_rank3_valid (test_signaltools.TestCorrelateFloat32) ... ok
  2165. test_rank3_valid_old (test_signaltools.TestCorrelateFloat32) ... ok
  2166. test_rank1_full (test_signaltools.TestCorrelateFloat64) ... ok
  2167. test_rank1_full_old (test_signaltools.TestCorrelateFloat64) ... ok
  2168. test_rank1_same (test_signaltools.TestCorrelateFloat64) ... ok
  2169. test_rank1_same_old (test_signaltools.TestCorrelateFloat64) ... ok
  2170. test_rank1_valid (test_signaltools.TestCorrelateFloat64) ... ok
  2171. test_rank1_valid_old (test_signaltools.TestCorrelateFloat64) ... ok
  2172. test_rank3_all (test_signaltools.TestCorrelateFloat64) ... ok
  2173. test_rank3_all_old (test_signaltools.TestCorrelateFloat64) ... ok
  2174. test_rank3_same (test_signaltools.TestCorrelateFloat64) ... ok
  2175. test_rank3_same_old (test_signaltools.TestCorrelateFloat64) ... ok
  2176. test_rank3_valid (test_signaltools.TestCorrelateFloat64) ... ok
  2177. test_rank3_valid_old (test_signaltools.TestCorrelateFloat64) ... ok
  2178. test_rank1_full (test_signaltools.TestCorrelateFloat96) ... ok
  2179. test_rank1_full_old (test_signaltools.TestCorrelateFloat96) ... ok
  2180. test_rank1_same (test_signaltools.TestCorrelateFloat96) ... ok
  2181. test_rank1_same_old (test_signaltools.TestCorrelateFloat96) ... ok
  2182. test_rank1_valid (test_signaltools.TestCorrelateFloat96) ... ok
  2183. test_rank1_valid_old (test_signaltools.TestCorrelateFloat96) ... ok
  2184. test_rank3_all (test_signaltools.TestCorrelateFloat96) ... ok
  2185. test_rank3_all_old (test_signaltools.TestCorrelateFloat96) ... ok
  2186. test_rank3_same (test_signaltools.TestCorrelateFloat96) ... ok
  2187. test_rank3_same_old (test_signaltools.TestCorrelateFloat96) ... ok
  2188. test_rank3_valid (test_signaltools.TestCorrelateFloat96) ... ok
  2189. test_rank3_valid_old (test_signaltools.TestCorrelateFloat96) ... ok
  2190. test_rank1_full (test_signaltools.TestCorrelateInt) ... ok
  2191. test_rank1_full_old (test_signaltools.TestCorrelateInt) ... ok
  2192. test_rank1_same (test_signaltools.TestCorrelateInt) ... ok
  2193. test_rank1_same_old (test_signaltools.TestCorrelateInt) ... ok
  2194. test_rank1_valid (test_signaltools.TestCorrelateInt) ... ok
  2195. test_rank1_valid_old (test_signaltools.TestCorrelateInt) ... ok
  2196. test_rank3_all (test_signaltools.TestCorrelateInt) ... ok
  2197. test_rank3_all_old (test_signaltools.TestCorrelateInt) ... ok
  2198. test_rank3_same (test_signaltools.TestCorrelateInt) ... ok
  2199. test_rank3_same_old (test_signaltools.TestCorrelateInt) ... ok
  2200. test_rank3_valid (test_signaltools.TestCorrelateInt) ... ok
  2201. test_rank3_valid_old (test_signaltools.TestCorrelateInt) ... ok
  2202. test_rank1_full (test_signaltools.TestCorrelateInt16) ... ok
  2203. test_rank1_full_old (test_signaltools.TestCorrelateInt16) ... ok
  2204. test_rank1_same (test_signaltools.TestCorrelateInt16) ... ok
  2205. test_rank1_same_old (test_signaltools.TestCorrelateInt16) ... ok
  2206. test_rank1_valid (test_signaltools.TestCorrelateInt16) ... ok
  2207. test_rank1_valid_old (test_signaltools.TestCorrelateInt16) ... ok
  2208. test_rank3_all (test_signaltools.TestCorrelateInt16) ... ok
  2209. test_rank3_all_old (test_signaltools.TestCorrelateInt16) ... ok
  2210. test_rank3_same (test_signaltools.TestCorrelateInt16) ... ok
  2211. test_rank3_same_old (test_signaltools.TestCorrelateInt16) ... ok
  2212. test_rank3_valid (test_signaltools.TestCorrelateInt16) ... ok
  2213. test_rank3_valid_old (test_signaltools.TestCorrelateInt16) ... ok
  2214. test_rank1_full (test_signaltools.TestCorrelateInt8) ... ok
  2215. test_rank1_full_old (test_signaltools.TestCorrelateInt8) ... ok
  2216. test_rank1_same (test_signaltools.TestCorrelateInt8) ... ok
  2217. test_rank1_same_old (test_signaltools.TestCorrelateInt8) ... ok
  2218. test_rank1_valid (test_signaltools.TestCorrelateInt8) ... ok
  2219. test_rank1_valid_old (test_signaltools.TestCorrelateInt8) ... ok
  2220. test_rank3_all (test_signaltools.TestCorrelateInt8) ... ok
  2221. test_rank3_all_old (test_signaltools.TestCorrelateInt8) ... ok
  2222. test_rank3_same (test_signaltools.TestCorrelateInt8) ... ok
  2223. test_rank3_same_old (test_signaltools.TestCorrelateInt8) ... ok
  2224. test_rank3_valid (test_signaltools.TestCorrelateInt8) ... ok
  2225. test_rank3_valid_old (test_signaltools.TestCorrelateInt8) ... ok
  2226. test_rank1_full (test_signaltools.TestCorrelateUint16) ... ok
  2227. test_rank1_full_old (test_signaltools.TestCorrelateUint16) ... ok
  2228. test_rank1_same (test_signaltools.TestCorrelateUint16) ... ok
  2229. test_rank1_same_old (test_signaltools.TestCorrelateUint16) ... ok
  2230. test_rank1_valid (test_signaltools.TestCorrelateUint16) ... ok
  2231. test_rank1_valid_old (test_signaltools.TestCorrelateUint16) ... ok
  2232. test_rank3_all (test_signaltools.TestCorrelateUint16) ... ok
  2233. test_rank3_all_old (test_signaltools.TestCorrelateUint16) ... ok
  2234. test_rank3_same (test_signaltools.TestCorrelateUint16) ... ok
  2235. test_rank3_same_old (test_signaltools.TestCorrelateUint16) ... ok
  2236. test_rank3_valid (test_signaltools.TestCorrelateUint16) ... ok
  2237. test_rank3_valid_old (test_signaltools.TestCorrelateUint16) ... ok
  2238. test_rank1_full (test_signaltools.TestCorrelateUint32) ... ok
  2239. test_rank1_full_old (test_signaltools.TestCorrelateUint32) ... ok
  2240. test_rank1_same (test_signaltools.TestCorrelateUint32) ... ok
  2241. test_rank1_same_old (test_signaltools.TestCorrelateUint32) ... ok
  2242. test_rank1_valid (test_signaltools.TestCorrelateUint32) ... ok
  2243. test_rank1_valid_old (test_signaltools.TestCorrelateUint32) ... ok
  2244. test_rank3_all (test_signaltools.TestCorrelateUint32) ... ok
  2245. test_rank3_all_old (test_signaltools.TestCorrelateUint32) ... ok
  2246. test_rank3_same (test_signaltools.TestCorrelateUint32) ... ok
  2247. test_rank3_same_old (test_signaltools.TestCorrelateUint32) ... ok
  2248. test_rank3_valid (test_signaltools.TestCorrelateUint32) ... ok
  2249. test_rank3_valid_old (test_signaltools.TestCorrelateUint32) ... ok
  2250. test_rank1_full (test_signaltools.TestCorrelateUint64) ... ok
  2251. test_rank1_full_old (test_signaltools.TestCorrelateUint64) ... ok
  2252. test_rank1_same (test_signaltools.TestCorrelateUint64) ... ok
  2253. test_rank1_same_old (test_signaltools.TestCorrelateUint64) ... ok
  2254. test_rank1_valid (test_signaltools.TestCorrelateUint64) ... ok
  2255. test_rank1_valid_old (test_signaltools.TestCorrelateUint64) ... ok
  2256. test_rank3_all (test_signaltools.TestCorrelateUint64) ... ok
  2257. test_rank3_all_old (test_signaltools.TestCorrelateUint64) ... ok
  2258. test_rank3_same (test_signaltools.TestCorrelateUint64) ... ok
  2259. test_rank3_same_old (test_signaltools.TestCorrelateUint64) ... ok
  2260. test_rank3_valid (test_signaltools.TestCorrelateUint64) ... ok
  2261. test_rank3_valid_old (test_signaltools.TestCorrelateUint64) ... ok
  2262. test_rank1_full (test_signaltools.TestCorrelateUint8) ... ok
  2263. test_rank1_full_old (test_signaltools.TestCorrelateUint8) ... ok
  2264. test_rank1_same (test_signaltools.TestCorrelateUint8) ... ok
  2265. test_rank1_same_old (test_signaltools.TestCorrelateUint8) ... ok
  2266. test_rank1_valid (test_signaltools.TestCorrelateUint8) ... ok
  2267. test_rank1_valid_old (test_signaltools.TestCorrelateUint8) ... ok
  2268. test_rank3_all (test_signaltools.TestCorrelateUint8) ... ok
  2269. test_rank3_all_old (test_signaltools.TestCorrelateUint8) ... ok
  2270. test_rank3_same (test_signaltools.TestCorrelateUint8) ... ok
  2271. test_rank3_same_old (test_signaltools.TestCorrelateUint8) ... ok
  2272. test_rank3_valid (test_signaltools.TestCorrelateUint8) ... ok
  2273. test_rank3_valid_old (test_signaltools.TestCorrelateUint8) ... ok
  2274. test_signaltools.TestDecimate.test_basic ... ok
  2275. test_2d_complex_same (test_signaltools.TestFFTConvolve) ... ok
  2276. test_2d_real_same (test_signaltools.TestFFTConvolve) ... ok
  2277. test_complex (test_signaltools.TestFFTConvolve) ... ok
  2278. test_random_data (test_signaltools.TestFFTConvolve) ... ok
  2279. test_real (test_signaltools.TestFFTConvolve) ... ok
  2280. test_real_same_mode (test_signaltools.TestFFTConvolve) ... ok
  2281. test_real_valid_mode (test_signaltools.TestFFTConvolve) ... ok
  2282. test_zero_order (test_signaltools.TestFFTConvolve) ... ok
  2283. test_signaltools.TestFiltFilt.test_basic ... ok
  2284. test_signaltools.TestHilbert.test_hilbert_axisN(array([[ 0.+2.30940108j, 6.+2.30940108j, 12.+2.30940108j], ... ok
  2285. test_signaltools.TestHilbert.test_hilbert_axisN(array([ 0.+2.30940108j, 1.-1.15470054j, 2.-1.15470054j, 3.-1.15470054j, ... ok
  2286. test_signaltools.TestHilbert.test_hilbert_axisN((3, 20), [3, 20]) ... ok
  2287. test_signaltools.TestHilbert.test_hilbert_axisN((20, 3), [20, 3]) ... ok
  2288. test_signaltools.TestHilbert.test_hilbert_axisN(array([ 4.44089210e-17-1.7201583j , 1.00000000e+00-2.04779451j, ... ok
  2289. test_signaltools.TestHilbert.test_hilbert_theoretical ... ok
  2290. Regression test for #880: empty array for zi crashes. ... ok
  2291. test_rank1 (test_signaltools.TestLinearFilterComplex128) ... ok
  2292. test_rank2 (test_signaltools.TestLinearFilterComplex128) ... ok
  2293. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterComplex128) ... ok
  2294. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterComplex128) ... ok
  2295. test_rank3 (test_signaltools.TestLinearFilterComplex128) ... ok
  2296. Regression test for #880: empty array for zi crashes. ... ok
  2297. test_rank1 (test_signaltools.TestLinearFilterComplex64) ... ok
  2298. test_rank2 (test_signaltools.TestLinearFilterComplex64) ... ok
  2299. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterComplex64) ... ok
  2300. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterComplex64) ... ok
  2301. test_rank3 (test_signaltools.TestLinearFilterComplex64) ... ok
  2302. Regression test for #880: empty array for zi crashes. ... ok
  2303. test_rank1 (test_signaltools.TestLinearFilterComplexxxiExtended28) ... ok
  2304. test_rank2 (test_signaltools.TestLinearFilterComplexxxiExtended28) ... ok
  2305. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterComplexxxiExtended28) ... ok
  2306. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterComplexxxiExtended28) ... ok
  2307. test_rank3 (test_signaltools.TestLinearFilterComplexxxiExtended28) ... ok
  2308. Regression test for #880: empty array for zi crashes. ... ok
  2309. test_rank1 (test_signaltools.TestLinearFilterDecimal) ... ok
  2310. test_rank2 (test_signaltools.TestLinearFilterDecimal) ... ok
  2311. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterDecimal) ... ok
  2312. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterDecimal) ... ok
  2313. test_rank3 (test_signaltools.TestLinearFilterDecimal) ... ok
  2314. Regression test for #880: empty array for zi crashes. ... ok
  2315. test_rank1 (test_signaltools.TestLinearFilterFloat32) ... ok
  2316. test_rank2 (test_signaltools.TestLinearFilterFloat32) ... ok
  2317. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterFloat32) ... ok
  2318. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterFloat32) ... ok
  2319. test_rank3 (test_signaltools.TestLinearFilterFloat32) ... ok
  2320. Regression test for #880: empty array for zi crashes. ... ok
  2321. test_rank1 (test_signaltools.TestLinearFilterFloat64) ... ok
  2322. test_rank2 (test_signaltools.TestLinearFilterFloat64) ... ok
  2323. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterFloat64) ... ok
  2324. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterFloat64) ... ok
  2325. test_rank3 (test_signaltools.TestLinearFilterFloat64) ... ok
  2326. Regression test for #880: empty array for zi crashes. ... ok
  2327. test_rank1 (test_signaltools.TestLinearFilterFloatExtended) ... ok
  2328. test_rank2 (test_signaltools.TestLinearFilterFloatExtended) ... ok
  2329. test_rank2_init_cond_a0 (test_signaltools.TestLinearFilterFloatExtended) ... ok
  2330. test_rank2_init_cond_a1 (test_signaltools.TestLinearFilterFloatExtended) ... ok
  2331. test_rank3 (test_signaltools.TestLinearFilterFloatExtended) ... ok
  2332. test_basic (test_signaltools.TestMedFilt) ... ok
  2333. Ticket #1124. Ensure this does not segfault. ... ok
  2334. test_basic (test_signaltools.TestOrderFilt) ... ok
  2335. test_basic (test_signaltools.TestWiener) ... ok
  2336. test_hyperbolic_at_zero (test_waveforms.TestChirp) ... ok
  2337. test_hyperbolic_freq_01 (test_waveforms.TestChirp) ... ok
  2338. test_hyperbolic_freq_02 (test_waveforms.TestChirp) ... ok
  2339. test_hyperbolic_freq_03 (test_waveforms.TestChirp) ... ok
  2340. test_integer_all (test_waveforms.TestChirp) ... ok
  2341. test_integer_f0 (test_waveforms.TestChirp) ... ok
  2342. test_integer_f1 (test_waveforms.TestChirp) ... ok
  2343. test_integer_t1 (test_waveforms.TestChirp) ... ok
  2344. test_linear_at_zero (test_waveforms.TestChirp) ... ok
  2345. test_linear_freq_01 (test_waveforms.TestChirp) ... ok
  2346. test_linear_freq_02 (test_waveforms.TestChirp) ... ok
  2347. test_logarithmic_at_zero (test_waveforms.TestChirp) ... ok
  2348. test_logarithmic_freq_01 (test_waveforms.TestChirp) ... ok
  2349. test_logarithmic_freq_02 (test_waveforms.TestChirp) ... ok
  2350. test_logarithmic_freq_03 (test_waveforms.TestChirp) ... ok
  2351. test_quadratic_at_zero (test_waveforms.TestChirp) ... ok
  2352. test_quadratic_at_zero2 (test_waveforms.TestChirp) ... ok
  2353. test_quadratic_freq_01 (test_waveforms.TestChirp) ... ok
  2354. test_quadratic_freq_02 (test_waveforms.TestChirp) ... ok
  2355. test_unknown_method (test_waveforms.TestChirp) ... ok
  2356. test_integer_bw (test_waveforms.TestGaussPulse) ... ok
  2357. test_integer_bwr (test_waveforms.TestGaussPulse) ... ok
  2358. test_integer_fc (test_waveforms.TestGaussPulse) ... ok
  2359. test_integer_tpr (test_waveforms.TestGaussPulse) ... ok
  2360. test_sweep_poly_const (test_waveforms.TestSweepPoly) ... ok
  2361. test_sweep_poly_cubic (test_waveforms.TestSweepPoly) ... ok
  2362. Use an array of coefficients instead of a poly1d. ... ok
  2363. Use a list of coefficients instead of a poly1d. ... ok
  2364. test_sweep_poly_linear (test_waveforms.TestSweepPoly) ... ok
  2365. test_sweep_poly_quad1 (test_waveforms.TestSweepPoly) ... ok
  2366. test_sweep_poly_quad2 (test_waveforms.TestSweepPoly) ... ok
  2367. test_cascade (test_wavelets.TestWavelets) ... ok
  2368. test_daub (test_wavelets.TestWavelets) ... ok
  2369. test_morlet (test_wavelets.TestWavelets) ... ok
  2370. test_qmf (test_wavelets.TestWavelets) ... ok
  2371. test_windows.TestChebWin.test_cheb_even ... ok
  2372. test_windows.TestChebWin.test_cheb_odd ... ok
  2373. test_windows.TestGetWindow.test_boxcar ... ok
  2374. test_windows.TestGetWindow.test_cheb_even ... ok
  2375. test_windows.TestGetWindow.test_cheb_odd ... ok
  2376. Getting factors of complex matrix ... SKIP: Skipping test: test_complex_lu
  2377. UMFPACK appears not to be compiled
  2378. Getting factors of real matrix ... SKIP: Skipping test: test_real_lu
  2379. UMFPACK appears not to be compiled
  2380. Getting factors of complex matrix ... SKIP: Skipping test: test_complex_lu
  2381. UMFPACK appears not to be compiled
  2382. Getting factors of real matrix ... SKIP: Skipping test: test_real_lu
  2383. UMFPACK appears not to be compiled
  2384. Prefactorize (with UMFPACK) matrix for solving with multiple rhs ... SKIP: Skipping test: test_factorized_umfpack
  2385. UMFPACK appears not to be compiled
  2386. Prefactorize matrix for solving with multiple rhs ... SKIP: Skipping test: test_factorized_without_umfpack
  2387. UMFPACK appears not to be compiled
  2388. Solve with UMFPACK: double precision complex ... SKIP: Skipping test: test_solve_complex_umfpack
  2389. UMFPACK appears not to be compiled
  2390. Solve: single precision complex ... SKIP: Skipping test: test_solve_complex_without_umfpack
  2391. UMFPACK appears not to be compiled
  2392. Solve with UMFPACK: double precision, sparse rhs ... SKIP: Skipping test: test_solve_sparse_rhs
  2393. UMFPACK appears not to be compiled
  2394. Solve with UMFPACK: double precision ... SKIP: Skipping test: test_solve_umfpack
  2395. UMFPACK appears not to be compiled
  2396. Solve: single precision ... SKIP: Skipping test: test_solve_without_umfpack
  2397. UMFPACK appears not to be compiled
  2398. test_singular (test_linsolve.TestLinsolve) ... ok
  2399. test_smoketest (test_linsolve.TestLinsolve) ... ok
  2400. test_twodiags (test_linsolve.TestLinsolve) ... ok
  2401. test_linsolve.TestSplu.test_lu_refcount ... ok
  2402. test_linsolve.TestSplu.test_spilu_nnz0 ... ok
  2403. test_linsolve.TestSplu.test_spilu_smoketest ... ok
  2404. test_linsolve.TestSplu.test_splu_basic ... ok
  2405. test_linsolve.TestSplu.test_splu_nnz0 ... ok
  2406. test_linsolve.TestSplu.test_splu_perm ... ok
  2407. test_linsolve.TestSplu.test_splu_smoketest ... ok
  2408. test_complex_nonsymmetric_modes (test_arpack.TestEigenComplexNonSymmetric) ... ok
  2409. test_complex_symmetric_modes (test_arpack.TestEigenComplexSymmetric) ... ok
  2410. test_nonsymmetric_modes (test_arpack.TestEigenNonSymmetric) ... ok
  2411. test_starting_vector (test_arpack.TestEigenNonSymmetric) ... ok
  2412. test_starting_vector (test_arpack.TestEigenSymmetric) ... ok
  2413. test_symmetric_modes (test_arpack.TestEigenSymmetric) ... ok
  2414. test_simple_complex (test_arpack.TestSparseSvd) ... KNOWNFAIL: Complex sparse SVD not implemented (depends on Hermitian support in eigen_symmetric
  2415. test_simple_real (test_arpack.TestSparseSvd) ... ok
  2416. test (test_speigs.TestEigs) ... ok
  2417. test_lobpcg.test_Small ... ok
  2418. test_lobpcg.test_ElasticRod ... ok
  2419. test_lobpcg.test_MikotaPair ... ok
  2420. test_callback (test_iterative.TestGMRES) ... ok
  2421. test whether all methods converge ... ok
  2422. test whether maxiter is respected ... ok
  2423. test whether all methods accept a trivial preconditioner ... ok
  2424. Check that QMR works with left and right preconditioners ... ok
  2425. test_outer_v (test_lgmres.TestLGMRES) ... ok
  2426. test_preconditioner (test_lgmres.TestLGMRES) ... ok
  2427. test_lsqr.test_basic ... ok
  2428. test_basic (test_interface.TestAsLinearOperator) ... ok
  2429. test_matvec (test_interface.TestLinearOperator) ... ok
  2430. test_iterative.test_gmres_basic ... ok
  2431. test_abs (test_base.TestBSR) ... ok
  2432. test_add (test_base.TestBSR) ... ok
  2433. adding a dense matrix to a sparse matrix ... ok
  2434. test_add_sub (test_base.TestBSR) ... ok
  2435. test_asfptype (test_base.TestBSR) ... ok
  2436. test_astype (test_base.TestBSR) ... ok
  2437. test_bsr_matvec (test_base.TestBSR) ... ok
  2438. test_bsr_matvecs (test_base.TestBSR) ... ok
  2439. check native BSR format constructor ... ok
  2440. construct from dense ... ok
  2441. Check whether the copy=True and copy=False keywords work ... ok
  2442. Does the matrix's .diagonal() method work? ... ok
  2443. test_elementwise_divide (test_base.TestBSR) ... ok
  2444. test_elementwise_multiply (test_base.TestBSR) ... ok
  2445. test_eliminate_zeros (test_base.TestBSR) ... ok
  2446. create empty matrices ... ok
  2447. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2448. test_from_array (test_base.TestBSR) ... ok
  2449. test_from_list (test_base.TestBSR) ... ok
  2450. test_from_matrix (test_base.TestBSR) ... ok
  2451. test_from_sparse (test_base.TestBSR) ... ok
  2452. test_getcol (test_base.TestBSR) ... ok
  2453. test_getrow (test_base.TestBSR) ... ok
  2454. test_idiv_scalar (test_base.TestBSR) ... ok
  2455. test_imag (test_base.TestBSR) ... ok
  2456. test_imul_scalar (test_base.TestBSR) ... ok
  2457. test_invalid_shapes (test_base.TestBSR) ... ok
  2458. test_matmat_dense (test_base.TestBSR) ... ok
  2459. test_matmat_sparse (test_base.TestBSR) ... ok
  2460. test_matvec (test_base.TestBSR) ... ok
  2461. Does the matrix's .mean(axis=...) method work? ... ok
  2462. test_mu (test_base.TestBSR) ... ok
  2463. test_mul_scalar (test_base.TestBSR) ... ok
  2464. test_neg (test_base.TestBSR) ... ok
  2465. test_nonzero (test_base.TestBSR) ... ok
  2466. test_pow (test_base.TestBSR) ... ok
  2467. test_radd (test_base.TestBSR) ... ok
  2468. test_real (test_base.TestBSR) ... ok
  2469. test_repr (test_base.TestBSR) ... ok
  2470. test_rmatvec (test_base.TestBSR) ... ok
  2471. test_rmul_scalar (test_base.TestBSR) ... ok
  2472. test_rsub (test_base.TestBSR) ... ok
  2473. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2474. test_sparse_format_conversions (test_base.TestBSR) ... ok
  2475. test_str (test_base.TestBSR) ... ok
  2476. test_sub (test_base.TestBSR) ... ok
  2477. subtracting a dense matrix to/from a sparse matrix ... ok
  2478. Does the matrix's .sum(axis=...) method work? ... ok
  2479. test_toarray (test_base.TestBSR) ... ok
  2480. test_tobsr (test_base.TestBSR) ... ok
  2481. test_todense (test_base.TestBSR) ... ok
  2482. test_transpose (test_base.TestBSR) ... ok
  2483. test_abs (test_base.TestCOO) ... ok
  2484. test_add (test_base.TestCOO) ... ok
  2485. adding a dense matrix to a sparse matrix ... ok
  2486. test_asfptype (test_base.TestCOO) ... ok
  2487. test_astype (test_base.TestCOO) ... ok
  2488. unsorted triplet format ... ok
  2489. unsorted triplet format with duplicates (which are summed) ... ok
  2490. empty matrix ... ok
  2491. from dense matrix ... ok
  2492. Check whether the copy=True and copy=False keywords work ... ok
  2493. Does the matrix's .diagonal() method work? ... ok
  2494. test_elementwise_divide (test_base.TestCOO) ... ok
  2495. test_elementwise_multiply (test_base.TestCOO) ... ok
  2496. create empty matrices ... ok
  2497. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2498. test_from_array (test_base.TestCOO) ... ok
  2499. test_from_list (test_base.TestCOO) ... ok
  2500. test_from_matrix (test_base.TestCOO) ... ok
  2501. test_from_sparse (test_base.TestCOO) ... ok
  2502. test_getcol (test_base.TestCOO) ... ok
  2503. test_getrow (test_base.TestCOO) ... ok
  2504. test_imag (test_base.TestCOO) ... ok
  2505. test_invalid_shapes (test_base.TestCOO) ... ok
  2506. test_matmat_dense (test_base.TestCOO) ... ok
  2507. test_matmat_sparse (test_base.TestCOO) ... ok
  2508. test_matvec (test_base.TestCOO) ... ok
  2509. Does the matrix's .mean(axis=...) method work? ... ok
  2510. test_mul_scalar (test_base.TestCOO) ... ok
  2511. test_neg (test_base.TestCOO) ... ok
  2512. test_nonzero (test_base.TestCOO) ... ok
  2513. test_pow (test_base.TestCOO) ... ok
  2514. test_radd (test_base.TestCOO) ... ok
  2515. test_real (test_base.TestCOO) ... ok
  2516. test_repr (test_base.TestCOO) ... ok
  2517. test_rmatvec (test_base.TestCOO) ... ok
  2518. test_rmul_scalar (test_base.TestCOO) ... ok
  2519. test_rsub (test_base.TestCOO) ... ok
  2520. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2521. test_sparse_format_conversions (test_base.TestCOO) ... ok
  2522. test_str (test_base.TestCOO) ... ok
  2523. test_sub (test_base.TestCOO) ... ok
  2524. subtracting a dense matrix to/from a sparse matrix ... ok
  2525. Does the matrix's .sum(axis=...) method work? ... ok
  2526. test_toarray (test_base.TestCOO) ... ok
  2527. test_tobsr (test_base.TestCOO) ... ok
  2528. test_todense (test_base.TestCOO) ... ok
  2529. test_transpose (test_base.TestCOO) ... ok
  2530. test_abs (test_base.TestCSC) ... ok
  2531. test_add (test_base.TestCSC) ... ok
  2532. adding a dense matrix to a sparse matrix ... ok
  2533. test_add_sub (test_base.TestCSC) ... ok
  2534. test_asfptype (test_base.TestCSC) ... ok
  2535. test_astype (test_base.TestCSC) ... ok
  2536. test_constructor1 (test_base.TestCSC) ... ok
  2537. test_constructor2 (test_base.TestCSC) ... ok
  2538. test_constructor3 (test_base.TestCSC) ... ok
  2539. using (data, ij) format ... ok
  2540. infer dimensions from arrays ... ok
  2541. Check whether the copy=True and copy=False keywords work ... ok
  2542. Does the matrix's .diagonal() method work? ... ok
  2543. test_elementwise_divide (test_base.TestCSC) ... ok
  2544. test_elementwise_multiply (test_base.TestCSC) ... ok
  2545. test_eliminate_zeros (test_base.TestCSC) ... ok
  2546. create empty matrices ... ok
  2547. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2548. test_fancy_indexing (test_base.TestCSC) ... ok
  2549. test_fancy_indexing_randomized (test_base.TestCSC) ... ok
  2550. test_fancy_indexing_set (test_base.TestCSC) ... KNOWNFAIL: Fancy indexing is known to be broken for CSC matrices
  2551. test_from_array (test_base.TestCSC) ... ok
  2552. test_from_list (test_base.TestCSC) ... ok
  2553. test_from_matrix (test_base.TestCSC) ... ok
  2554. test_from_sparse (test_base.TestCSC) ... ok
  2555. Test for new slice functionality (EJS) ... ok
  2556. test_get_slices (test_base.TestCSC) ... ok
  2557. Test for new slice functionality (EJS) ... ok
  2558. test_getcol (test_base.TestCSC) ... ok
  2559. test_getelement (test_base.TestCSC) ... ok
  2560. test_getrow (test_base.TestCSC) ... ok
  2561. test_idiv_scalar (test_base.TestCSC) ... ok
  2562. test_imag (test_base.TestCSC) ... ok
  2563. test_imul_scalar (test_base.TestCSC) ... ok
  2564. test_invalid_shapes (test_base.TestCSC) ... ok
  2565. test_matmat_dense (test_base.TestCSC) ... ok
  2566. test_matmat_sparse (test_base.TestCSC) ... ok
  2567. test_matvec (test_base.TestCSC) ... ok
  2568. Does the matrix's .mean(axis=...) method work? ... ok
  2569. test_mu (test_base.TestCSC) ... ok
  2570. test_mul_scalar (test_base.TestCSC) ... ok
  2571. test_neg (test_base.TestCSC) ... ok
  2572. test_nonzero (test_base.TestCSC) ... ok
  2573. test_pow (test_base.TestCSC) ... ok
  2574. test_radd (test_base.TestCSC) ... ok
  2575. test_real (test_base.TestCSC) ... ok
  2576. test_repr (test_base.TestCSC) ... ok
  2577. test_rmatvec (test_base.TestCSC) ... ok
  2578. test_rmul_scalar (test_base.TestCSC) ... ok
  2579. test_rsub (test_base.TestCSC) ... ok
  2580. test_setelement (test_base.TestCSC) ... ok
  2581. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2582. Test whether the lu_solve command segfaults, as reported by Nils ... ok
  2583. test_sort_indices (test_base.TestCSC) ... ok
  2584. test_sparse_format_conversions (test_base.TestCSC) ... ok
  2585. test_str (test_base.TestCSC) ... ok
  2586. test_sub (test_base.TestCSC) ... ok
  2587. subtracting a dense matrix to/from a sparse matrix ... ok
  2588. Does the matrix's .sum(axis=...) method work? ... ok
  2589. test_toarray (test_base.TestCSC) ... ok
  2590. test_tobsr (test_base.TestCSC) ... ok
  2591. test_todense (test_base.TestCSC) ... ok
  2592. test_transpose (test_base.TestCSC) ... ok
  2593. test_unsorted_arithmetic (test_base.TestCSC) ... ok
  2594. test_abs (test_base.TestCSR) ... ok
  2595. test_add (test_base.TestCSR) ... ok
  2596. adding a dense matrix to a sparse matrix ... ok
  2597. test_add_sub (test_base.TestCSR) ... ok
  2598. test_asfptype (test_base.TestCSR) ... ok
  2599. test_astype (test_base.TestCSR) ... ok
  2600. test_constructor1 (test_base.TestCSR) ... ok
  2601. test_constructor2 (test_base.TestCSR) ... ok
  2602. test_constructor3 (test_base.TestCSR) ... ok
  2603. using (data, ij) format ... ok
  2604. infer dimensions from arrays ... ok
  2605. Check whether the copy=True and copy=False keywords work ... ok
  2606. Does the matrix's .diagonal() method work? ... ok
  2607. test_elementwise_divide (test_base.TestCSR) ... ok
  2608. test_elementwise_multiply (test_base.TestCSR) ... ok
  2609. test_eliminate_zeros (test_base.TestCSR) ... ok
  2610. create empty matrices ... ok
  2611. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2612. test_fancy_indexing (test_base.TestCSR) ... ok
  2613. test_fancy_indexing_randomized (test_base.TestCSR) ... ok
  2614. test_fancy_indexing_set (test_base.TestCSR) ... KNOWNFAIL: Fancy indexing is known to be broken for CSR matrices
  2615. test_from_array (test_base.TestCSR) ... ok
  2616. test_from_list (test_base.TestCSR) ... ok
  2617. test_from_matrix (test_base.TestCSR) ... ok
  2618. test_from_sparse (test_base.TestCSR) ... ok
  2619. Test for new slice functionality (EJS) ... ok
  2620. test_get_slices (test_base.TestCSR) ... ok
  2621. Test for new slice functionality (EJS) ... ok
  2622. test_getcol (test_base.TestCSR) ... ok
  2623. test_getelement (test_base.TestCSR) ... ok
  2624. test_getrow (test_base.TestCSR) ... ok
  2625. test_idiv_scalar (test_base.TestCSR) ... ok
  2626. test_imag (test_base.TestCSR) ... ok
  2627. test_imul_scalar (test_base.TestCSR) ... ok
  2628. test_invalid_shapes (test_base.TestCSR) ... ok
  2629. test_matmat_dense (test_base.TestCSR) ... ok
  2630. test_matmat_sparse (test_base.TestCSR) ... ok
  2631. test_matvec (test_base.TestCSR) ... ok
  2632. Does the matrix's .mean(axis=...) method work? ... ok
  2633. test_mu (test_base.TestCSR) ... ok
  2634. test_mul_scalar (test_base.TestCSR) ... ok
  2635. test_neg (test_base.TestCSR) ... ok
  2636. test_nonzero (test_base.TestCSR) ... ok
  2637. test_pow (test_base.TestCSR) ... ok
  2638. test_radd (test_base.TestCSR) ... ok
  2639. test_real (test_base.TestCSR) ... ok
  2640. test_repr (test_base.TestCSR) ... ok
  2641. test_rmatvec (test_base.TestCSR) ... ok
  2642. test_rmul_scalar (test_base.TestCSR) ... ok
  2643. test_rsub (test_base.TestCSR) ... ok
  2644. test_setelement (test_base.TestCSR) ... ok
  2645. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2646. Test whether the lu_solve command segfaults, as reported by Nils ... ok
  2647. test_sort_indices (test_base.TestCSR) ... ok
  2648. test_sparse_format_conversions (test_base.TestCSR) ... ok
  2649. test_str (test_base.TestCSR) ... ok
  2650. test_sub (test_base.TestCSR) ... ok
  2651. subtracting a dense matrix to/from a sparse matrix ... ok
  2652. Does the matrix's .sum(axis=...) method work? ... ok
  2653. test_toarray (test_base.TestCSR) ... ok
  2654. test_tobsr (test_base.TestCSR) ... ok
  2655. test_todense (test_base.TestCSR) ... ok
  2656. test_transpose (test_base.TestCSR) ... ok
  2657. test_unsorted_arithmetic (test_base.TestCSR) ... ok
  2658. test_abs (test_base.TestDIA) ... ok
  2659. test_add (test_base.TestDIA) ... ok
  2660. adding a dense matrix to a sparse matrix ... ok
  2661. test_add_sub (test_base.TestDIA) ... ok
  2662. test_asfptype (test_base.TestDIA) ... ok
  2663. test_astype (test_base.TestDIA) ... ok
  2664. test_constructor1 (test_base.TestDIA) ... ok
  2665. Check whether the copy=True and copy=False keywords work ... ok
  2666. Does the matrix's .diagonal() method work? ... ok
  2667. test_elementwise_divide (test_base.TestDIA) ... ok
  2668. test_elementwise_multiply (test_base.TestDIA) ... ok
  2669. create empty matrices ... ok
  2670. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2671. test_from_array (test_base.TestDIA) ... ok
  2672. test_from_list (test_base.TestDIA) ... ok
  2673. test_from_matrix (test_base.TestDIA) ... ok
  2674. test_from_sparse (test_base.TestDIA) ... ok
  2675. test_getcol (test_base.TestDIA) ... ok
  2676. test_getrow (test_base.TestDIA) ... ok
  2677. test_imag (test_base.TestDIA) ... ok
  2678. test_invalid_shapes (test_base.TestDIA) ... ok
  2679. test_matmat_dense (test_base.TestDIA) ... ok
  2680. test_matmat_sparse (test_base.TestDIA) ... ok
  2681. test_matvec (test_base.TestDIA) ... ok
  2682. Does the matrix's .mean(axis=...) method work? ... ok
  2683. test_mu (test_base.TestDIA) ... ok
  2684. test_mul_scalar (test_base.TestDIA) ... ok
  2685. test_neg (test_base.TestDIA) ... ok
  2686. test_nonzero (test_base.TestDIA) ... ok
  2687. test_pow (test_base.TestDIA) ... ok
  2688. test_radd (test_base.TestDIA) ... ok
  2689. test_real (test_base.TestDIA) ... ok
  2690. test_repr (test_base.TestDIA) ... ok
  2691. test_rmatvec (test_base.TestDIA) ... ok
  2692. test_rmul_scalar (test_base.TestDIA) ... ok
  2693. test_rsub (test_base.TestDIA) ... ok
  2694. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2695. test_sparse_format_conversions (test_base.TestDIA) ... ok
  2696. test_str (test_base.TestDIA) ... ok
  2697. test_sub (test_base.TestDIA) ... ok
  2698. subtracting a dense matrix to/from a sparse matrix ... ok
  2699. Does the matrix's .sum(axis=...) method work? ... ok
  2700. test_toarray (test_base.TestDIA) ... ok
  2701. test_tobsr (test_base.TestDIA) ... ok
  2702. test_todense (test_base.TestDIA) ... ok
  2703. test_transpose (test_base.TestDIA) ... ok
  2704. test_abs (test_base.TestDOK) ... ok
  2705. test_add (test_base.TestDOK) ... ok
  2706. adding a dense matrix to a sparse matrix ... ok
  2707. test_asfptype (test_base.TestDOK) ... ok
  2708. test_astype (test_base.TestDOK) ... ok
  2709. Test provided by Andrew Straw. Fails in SciPy <= r1477. ... ok
  2710. Check whether the copy=True and copy=False keywords work ... ok
  2711. test_ctor (test_base.TestDOK) ... ok
  2712. Does the matrix's .diagonal() method work? ... ok
  2713. test_elementwise_divide (test_base.TestDOK) ... ok
  2714. test_elementwise_multiply (test_base.TestDOK) ... ok
  2715. create empty matrices ... ok
  2716. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2717. test_from_array (test_base.TestDOK) ... ok
  2718. test_from_list (test_base.TestDOK) ... ok
  2719. test_from_matrix (test_base.TestDOK) ... ok
  2720. test_from_sparse (test_base.TestDOK) ... ok
  2721. test_getcol (test_base.TestDOK) ... ok
  2722. test_getelement (test_base.TestDOK) ... ok
  2723. test_getrow (test_base.TestDOK) ... ok
  2724. test_imag (test_base.TestDOK) ... ok
  2725. test_invalid_shapes (test_base.TestDOK) ... ok
  2726. test_matmat_dense (test_base.TestDOK) ... ok
  2727. test_matmat_sparse (test_base.TestDOK) ... ok
  2728. test_matvec (test_base.TestDOK) ... ok
  2729. Does the matrix's .mean(axis=...) method work? ... ok
  2730. test_mul_scalar (test_base.TestDOK) ... ok
  2731. test_mult (test_base.TestDOK) ... ok
  2732. test_neg (test_base.TestDOK) ... ok
  2733. test_nonzero (test_base.TestDOK) ... ok
  2734. test_pow (test_base.TestDOK) ... ok
  2735. test_radd (test_base.TestDOK) ... ok
  2736. test_real (test_base.TestDOK) ... ok
  2737. test_repr (test_base.TestDOK) ... ok
  2738. test_rmatvec (test_base.TestDOK) ... ok
  2739. test_rmul_scalar (test_base.TestDOK) ... ok
  2740. test_rsub (test_base.TestDOK) ... ok
  2741. Test for slice functionality (EJS) ... ok
  2742. test_setelement (test_base.TestDOK) ... ok
  2743. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2744. Test whether the lu_solve command segfaults, as reported by Nils ... ok
  2745. test_sparse_format_conversions (test_base.TestDOK) ... ok
  2746. test_str (test_base.TestDOK) ... ok
  2747. test_sub (test_base.TestDOK) ... ok
  2748. subtracting a dense matrix to/from a sparse matrix ... ok
  2749. Does the matrix's .sum(axis=...) method work? ... ok
  2750. test_toarray (test_base.TestDOK) ... ok
  2751. test_tobsr (test_base.TestDOK) ... ok
  2752. test_todense (test_base.TestDOK) ... ok
  2753. test_transpose (test_base.TestDOK) ... ok
  2754. test_abs (test_base.TestLIL) ... ok
  2755. test_add (test_base.TestLIL) ... ok
  2756. adding a dense matrix to a sparse matrix ... ok
  2757. test_add_sub (test_base.TestLIL) ... ok
  2758. test_asfptype (test_base.TestLIL) ... ok
  2759. test_astype (test_base.TestLIL) ... ok
  2760. Check whether the copy=True and copy=False keywords work ... ok
  2761. Does the matrix's .diagonal() method work? ... ok
  2762. test_dot (test_base.TestLIL) ... ok
  2763. test_elementwise_divide (test_base.TestLIL) ... ok
  2764. test_elementwise_multiply (test_base.TestLIL) ... ok
  2765. create empty matrices ... ok
  2766. Test manipulating empty matrices. Fails in SciPy SVN <= r1768 ... ok
  2767. test_fancy_indexing (test_base.TestLIL) ... ok
  2768. test_fancy_indexing_randomized (test_base.TestLIL) ... KNOWNFAIL: Fancy indexing is known to be broken for LIL matrices
  2769. test_fancy_indexing_set (test_base.TestLIL) ... KNOWNFAIL: Fancy indexing is known to be broken for LIL matrices
  2770. test_from_array (test_base.TestLIL) ... ok
  2771. test_from_list (test_base.TestLIL) ... ok
  2772. test_from_matrix (test_base.TestLIL) ... ok
  2773. test_from_sparse (test_base.TestLIL) ... ok
  2774. Test for new slice functionality (EJS) ... ok
  2775. test_get_slices (test_base.TestLIL) ... ok
  2776. Test for new slice functionality (EJS) ... ok
  2777. test_getcol (test_base.TestLIL) ... ok
  2778. test_getelement (test_base.TestLIL) ... ok
  2779. test_getrow (test_base.TestLIL) ... ok
  2780. test_idiv_scalar (test_base.TestLIL) ... ok
  2781. test_imag (test_base.TestLIL) ... ok
  2782. test_imul_scalar (test_base.TestLIL) ... ok
  2783. test_inplace_ops (test_base.TestLIL) ... ok
  2784. test_invalid_shapes (test_base.TestLIL) ... ok
  2785. Tests whether a lil_matrix can be constructed from a ... ok
  2786. test_lil_iteration (test_base.TestLIL) ... ok
  2787. Tests whether a row of one lil_matrix can be assigned to ... ok
  2788. test_lil_sequence_assignment (test_base.TestLIL) ... ok
  2789. test_lil_slice_assignment (test_base.TestLIL) ... ok
  2790. test_matmat_dense (test_base.TestLIL) ... ok
  2791. test_matmat_sparse (test_base.TestLIL) ... ok
  2792. test_matvec (test_base.TestLIL) ... ok
  2793. Does the matrix's .mean(axis=...) method work? ... ok
  2794. test_mu (test_base.TestLIL) ... ok
  2795. test_mul_scalar (test_base.TestLIL) ... ok
  2796. test_neg (test_base.TestLIL) ... ok
  2797. test_nonzero (test_base.TestLIL) ... ok
  2798. test_point_wise_multiply (test_base.TestLIL) ... ok
  2799. test_pow (test_base.TestLIL) ... ok
  2800. test_radd (test_base.TestLIL) ... ok
  2801. test_real (test_base.TestLIL) ... ok
  2802. test_repr (test_base.TestLIL) ... ok
  2803. test_reshape (test_base.TestLIL) ... ok
  2804. test_rmatvec (test_base.TestLIL) ... ok
  2805. test_rmul_scalar (test_base.TestLIL) ... ok
  2806. test_rsub (test_base.TestLIL) ... ok
  2807. test_scalar_mul (test_base.TestLIL) ... ok
  2808. test_setelement (test_base.TestLIL) ... ok
  2809. test that A*x works for x with shape () (1,) and (1,1) ... ok
  2810. Test whether the lu_solve command segfaults, as reported by Nils ... ok
  2811. test_sparse_format_conversions (test_base.TestLIL) ... ok
  2812. test_str (test_base.TestLIL) ... ok
  2813. test_sub (test_base.TestLIL) ... ok
  2814. subtracting a dense matrix to/from a sparse matrix ... ok
  2815. Does the matrix's .sum(axis=...) method work? ... ok
  2816. test_toarray (test_base.TestLIL) ... ok
  2817. test_tobsr (test_base.TestLIL) ... ok
  2818. test_todense (test_base.TestLIL) ... ok
  2819. test_transpose (test_base.TestLIL) ... ok
  2820. test_bmat (test_construct.TestConstructUtils) ... ok
  2821. test_eye (test_construct.TestConstructUtils) ... ok
  2822. test_hstack (test_construct.TestConstructUtils) ... ok
  2823. test_identity (test_construct.TestConstructUtils) ... ok
  2824. test_kron (test_construct.TestConstructUtils) ... ok
  2825. test_kronsum (test_construct.TestConstructUtils) ... ok
  2826. test_lil_diags (test_construct.TestConstructUtils) ... ok
  2827. test_rand (test_construct.TestConstructUtils) ... ok
  2828. test_spdiags (test_construct.TestConstructUtils) ... ok
  2829. test_vstack (test_construct.TestConstructUtils) ... ok
  2830. test_tril (test_extract.TestExtract) ... ok
  2831. test_triu (test_extract.TestExtract) ... ok
  2832. test_count_blocks (test_spfuncs.TestSparseFunctions) ... ok
  2833. test_cs_graph_components (test_spfuncs.TestSparseFunctions) ... ok
  2834. test_estimate_blocksize (test_spfuncs.TestSparseFunctions) ... ok
  2835. test_scale_rows_and_cols (test_spfuncs.TestSparseFunctions) ... ok
  2836. test_getdtype (test_sputils.TestSparseUtils) ... ok
  2837. test_isdense (test_sputils.TestSparseUtils) ... ok
  2838. test_isintlike (test_sputils.TestSparseUtils) ... ok
  2839. test_isscalarlike (test_sputils.TestSparseUtils) ... ok
  2840. test_issequence (test_sputils.TestSparseUtils) ... ok
  2841. test_isshape (test_sputils.TestSparseUtils) ... ok
  2842. test_upcast (test_sputils.TestSparseUtils) ... ok
  2843. Tests cdist(X, 'braycurtis') on random data. ... ok
  2844. Tests cdist(X, 'canberra') on random data. ... ok
  2845. Tests cdist(X, 'chebychev') on random data. ... ok
  2846. Tests cdist(X, 'cityblock') on random data. ... ok
  2847. Tests cdist(X, 'correlation') on random data. ... ok
  2848. Tests cdist(X, 'cosine') on random data. ... ok
  2849. Tests cdist(X, 'dice') on random data. ... ok
  2850. Tests cdist(X, 'euclidean') on random data. ... ok
  2851. Tests cdist(X, u'euclidean') using unicode metric string ... ok
  2852. Tests cdist(X, 'hamming') on random boolean data. ... ok
  2853. Tests cdist(X, 'hamming') on random data. ... ok
  2854. Tests cdist(X, 'jaccard') on random boolean data. ... ok
  2855. Tests cdist(X, 'jaccard') on random data. ... ok
  2856. Tests cdist(X, 'kulsinski') on random data. ... ok
  2857. Tests cdist(X, 'mahalanobis') on random data. ... ok
  2858. Tests cdist(X, 'matching') on random data. ... ok
  2859. Tests cdist(X, 'minkowski') on random data. (p=1.23) ... ok
  2860. Tests cdist(X, 'minkowski') on random data. (p=3.8) ... ok
  2861. Tests cdist(X, 'minkowski') on random data. (p=4.6) ... ok
  2862. Tests cdist(X, 'rogerstanimoto') on random data. ... ok
  2863. Tests cdist(X, 'russellrao') on random data. ... ok
  2864. Tests cdist(X, 'seuclidean') on random data. ... ok
  2865. Tests cdist(X, 'sokalmichener') on random data. ... ok
  2866. Tests cdist(X, 'sokalsneath') on random data. ... ok
  2867. Tests cdist(X, 'sqeuclidean') on random data. ... ok
  2868. Tests cdist(X, 'wminkowski') on random data. (p=1.23) ... ok
  2869. Tests cdist(X, 'wminkowski') on random data. (p=3.8) ... ok
  2870. Tests cdist(X, 'wminkowski') on random data. (p=4.6) ... ok
  2871. Tests cdist(X, 'yule') on random data. ... ok
  2872. Tests is_valid_dm(*) on an assymetric distance matrix. Exception expected. ... ok
  2873. Tests is_valid_dm(*) on an assymetric distance matrix. False expected. ... ok
  2874. Tests is_valid_dm(*) on a correct 1x1. True expected. ... ok
  2875. Tests is_valid_dm(*) on a correct 2x2. True expected. ... ok
  2876. Tests is_valid_dm(*) on a correct 3x3. True expected. ... ok
  2877. Tests is_valid_dm(*) on a correct 4x4. True expected. ... ok
  2878. Tests is_valid_dm(*) on a correct 5x5. True expected. ... ok
  2879. Tests is_valid_dm(*) on a 1D array. Exception expected. ... ok
  2880. Tests is_valid_dm(*) on a 1D array. False expected. ... ok
  2881. Tests is_valid_dm(*) on a 3D array. Exception expected. ... ok
  2882. Tests is_valid_dm(*) on a 3D array. False expected. ... ok
  2883. Tests is_valid_dm(*) on an int16 array. Exception expected. ... ok
  2884. Tests is_valid_dm(*) on an int16 array. False expected. ... ok
  2885. Tests is_valid_dm(*) on a distance matrix with a nonzero diagonal. Exception expected. ... ok
  2886. Tests is_valid_dm(*) on a distance matrix with a nonzero diagonal. False expected. ... ok
  2887. Tests is_valid_y(*) on 100 improper condensed distance matrices. Expecting exception. ... ok
  2888. Tests is_valid_y(*) on a correct 2x2 condensed. True expected. ... ok
  2889. Tests is_valid_y(*) on a correct 3x3 condensed. True expected. ... ok
  2890. Tests is_valid_y(*) on a correct 4x4 condensed. True expected. ... ok
  2891. Tests is_valid_y(*) on a correct 5x5 condensed. True expected. ... ok
  2892. Tests is_valid_y(*) on a 2D array. Exception expected. ... ok
  2893. Tests is_valid_y(*) on a 2D array. False expected. ... ok
  2894. Tests is_valid_y(*) on a 3D array. Exception expected. ... ok
  2895. Tests is_valid_y(*) on a 3D array. False expected. ... ok
  2896. Tests is_valid_y(*) on an int16 array. Exception expected. ... ok
  2897. Tests is_valid_y(*) on an int16 array. False expected. ... ok
  2898. Tests num_obs_dm(D) on a 0x0 distance matrix. Expecting exception. ... ok
  2899. Tests num_obs_dm(D) on a 1x1 distance matrix. ... ok
  2900. Tests num_obs_dm(D) on a 2x2 distance matrix. ... ok
  2901. Tests num_obs_dm(D) on a 3x3 distance matrix. ... ok
  2902. Tests num_obs_dm(D) on a 4x4 distance matrix. ... ok
  2903. Tests num_obs_dm with observation matrices of multiple sizes. ... ok
  2904. Tests num_obs_y(y) on a condensed distance matrix over 1 observations. Expecting exception. ... ok
  2905. Tests num_obs_y(y) on a condensed distance matrix over 2 observations. ... ok
  2906. Tests num_obs_y(y) on 100 improper condensed distance matrices. Expecting exception. ... ok
  2907. Tests num_obs_y(y) on a condensed distance matrix over 3 observations. ... ok
  2908. Tests num_obs_y(y) on a condensed distance matrix over 4 observations. ... ok
  2909. Tests num_obs_y(y) on a condensed distance matrix between 5 and 15 observations. ... ok
  2910. Tests num_obs_y with observation matrices of multiple sizes. ... ok
  2911. Tests pdist(X, 'canberra') to see if the two implementations match on the Iris data set. ... ok
  2912. Tests pdist(X, 'canberra') to see if Canberra gives the right result as reported in Scipy bug report 711. ... ok
  2913. Tests pdist(X, 'chebychev') on the Iris data set. ... ok
  2914. Tests pdist(X, 'chebychev') on the Iris data set. (float32) ... ok
  2915. Tests pdist(X, 'test_chebychev') [the non-C implementation] on the Iris data set. ... ok
  2916. Tests pdist(X, 'chebychev') on random data. ... ok
  2917. Tests pdist(X, 'chebychev') on random data. (float32) ... ok
  2918. Tests pdist(X, 'test_chebychev') [the non-C implementation] on random data. ... ok
  2919. Tests pdist(X, 'cityblock') on the Iris data set. ... ok
  2920. Tests pdist(X, 'cityblock') on the Iris data set. (float32) ... ok
  2921. Tests pdist(X, 'test_cityblock') [the non-C implementation] on the Iris data set. ... ok
  2922. Tests pdist(X, 'cityblock') on random data. ... ok
  2923. Tests pdist(X, 'cityblock') on random data. (float32) ... ok
  2924. Tests pdist(X, 'test_cityblock') [the non-C implementation] on random data. ... ok
  2925. Tests pdist(X, 'correlation') on the Iris data set. ... ok
  2926. Tests pdist(X, 'correlation') on the Iris data set. (float32) ... ok
  2927. Tests pdist(X, 'test_correlation') [the non-C implementation] on the Iris data set. ... ok
  2928. Tests pdist(X, 'correlation') on random data. ... ok
  2929. Tests pdist(X, 'correlation') on random data. (float32) ... ok
  2930. Tests pdist(X, 'test_correlation') [the non-C implementation] on random data. ... ok
  2931. Tests pdist(X, 'cosine') on the Iris data set. ... ok
  2932. Tests pdist(X, 'cosine') on the Iris data set. ... ok
  2933. Tests pdist(X, 'test_cosine') [the non-C implementation] on the Iris data set. ... ok
  2934. Tests pdist(X, 'cosine') on random data. ... ok
  2935. Tests pdist(X, 'cosine') on random data. (float32) ... ok
  2936. Tests pdist(X, 'test_cosine') [the non-C implementation] on random data. ... ok
  2937. Tests pdist(X, 'hamming') on random data. ... ok
  2938. Tests pdist(X, 'hamming') on random data. (float32) ... ok
  2939. Tests pdist(X, 'test_hamming') [the non-C implementation] on random data. ... ok
  2940. Tests pdist(X, 'dice') to see if the two implementations match on random double input data. ... ok
  2941. Tests dice(*,*) with mtica example #1. ... ok
  2942. Tests dice(*,*) with mtica example #2. ... ok
  2943. Tests pdist(X, 'jaccard') on random data. ... ok
  2944. Tests pdist(X, 'jaccard') on random data. (float32) ... ok
  2945. Tests pdist(X, 'test_jaccard') [the non-C implementation] on random data. ... ok
  2946. Tests pdist(X, 'euclidean') on the Iris data set. ... ok
  2947. Tests pdist(X, 'euclidean') on the Iris data set. (float32) ... ok
  2948. Tests pdist(X, 'test_euclidean') [the non-C implementation] on the Iris data set. ... ok
  2949. Tests pdist(X, 'euclidean') with unicode metric string ... ok
  2950. Tests pdist(X, 'euclidean') on random data (float32). ... ok
  2951. Tests pdist(X, 'test_euclidean') [the non-C implementation] on random data. ... ok
  2952. Tests pdist(X, 'hamming') on random data. ... ok
  2953. Tests pdist(X, 'hamming') on random data. ... ok
  2954. Tests pdist(X, 'test_hamming') [the non-C implementation] on random data. ... ok
  2955. Tests pdist(X, 'jaccard') to see if the two implementations match on random double input data. ... ok
  2956. Tests jaccard(*,*) with mtica example #1. ... ok
  2957. Tests jaccard(*,*) with mtica example #2. ... ok
  2958. Tests pdist(X, 'jaccard') on random data. ... ok
  2959. Tests pdist(X, 'jaccard') on random data. (float32) ... ok
  2960. Tests pdist(X, 'test_jaccard') [the non-C implementation] on random data. ... ok
  2961. Tests pdist(X, 'kulsinski') to see if the two implementations match on random double input data. ... ok
  2962. Tests pdist(X, 'matching') to see if the two implementations match on random boolean input data. ... ok
  2963. Tests matching(*,*) with mtica example #1 (nums). ... ok
  2964. Tests matching(*,*) with mtica example #2. ... ok
  2965. Tests pdist(X, 'minkowski') on iris data. ... ok
  2966. Tests pdist(X, 'minkowski') on iris data. (float32) ... ok
  2967. Tests pdist(X, 'test_minkowski') [the non-C implementation] on iris data. ... ok
  2968. Tests pdist(X, 'minkowski') on random data. ... ok
  2969. Tests pdist(X, 'minkowski') on random data. (float32) ... ok
  2970. Tests pdist(X, 'test_minkowski') [the non-C implementation] on random data. ... ok
  2971. Tests pdist(X, 'rogerstanimoto') to see if the two implementations match on random double input data. ... ok
  2972. Tests rogerstanimoto(*,*) with mtica example #1. ... ok
  2973. Tests rogerstanimoto(*,*) with mtica example #2. ... ok
  2974. Tests pdist(X, 'russellrao') to see if the two implementations match on random double input data. ... ok
  2975. Tests russellrao(*,*) with mtica example #1. ... ok
  2976. Tests russellrao(*,*) with mtica example #2. ... ok
  2977. Tests pdist(X, 'seuclidean') on the Iris data set. ... ok
  2978. Tests pdist(X, 'seuclidean') on the Iris data set (float32). ... ok
  2979. Tests pdist(X, 'test_seuclidean') [the non-C implementation] on the Iris data set. ... ok
  2980. Tests pdist(X, 'seuclidean') on random data. ... ok
  2981. Tests pdist(X, 'seuclidean') on random data (float32). ... ok
  2982. Tests pdist(X, 'test_sqeuclidean') [the non-C implementation] on random data. ... ok
  2983. Tests pdist(X, 'sokalmichener') to see if the two implementations match on random double input data. ... ok
  2984. Tests pdist(X, 'sokalsneath') to see if the two implementations match on random double input data. ... ok
  2985. Tests sokalsneath(*,*) with mtica example #1. ... ok
  2986. Tests sokalsneath(*,*) with mtica example #2. ... ok
  2987. Tests pdist(X, 'yule') to see if the two implementations match on random double input data. ... ok
  2988. Tests yule(*,*) with mtica example #1. ... ok
  2989. Tests yule(*,*) with mtica example #2. ... ok
  2990. Tests squareform on a 1x1 matrix. ... ok
  2991. Tests squareform on a 2x2 matrix. ... ok
  2992. Tests squareform on an empty matrix. ... ok
  2993. Tests squareform on an empty vector. ... ok
  2994. Tests squareform on a square matrices of multiple sizes. ... ok
  2995. Tests squareform on a 1-D array, length=1. ... ok
  2996. Loading test data files for the scipy.spatial.distance tests. ... ok
  2997. test_kdtree.test_count_neighbors.test_large_radius ... ok
  2998. test_kdtree.test_count_neighbors.test_multiple_radius ... ok
  2999. test_kdtree.test_count_neighbors.test_one_radius ... ok
  3000. test_kdtree.test_random.test_approx ... ok
  3001. test_kdtree.test_random.test_m_nearest ... ok
  3002. test_kdtree.test_random.test_nearest ... ok
  3003. test_kdtree.test_random.test_points_near ... ok
  3004. test_kdtree.test_random.test_points_near_l1 ... ok
  3005. test_kdtree.test_random.test_points_near_linf ... ok
  3006. test_kdtree.test_random_ball.test_found_all ... ok
  3007. test_kdtree.test_random_ball.test_in_ball ... ok
  3008. test_kdtree.test_random_ball_approx.test_found_all ... ok
  3009. test_kdtree.test_random_ball_approx.test_in_ball ... ok
  3010. test_kdtree.test_random_ball_far.test_found_all ... ok
  3011. test_kdtree.test_random_ball_far.test_in_ball ... ok
  3012. test_kdtree.test_random_ball_l1.test_found_all ... ok
  3013. test_kdtree.test_random_ball_l1.test_in_ball ... ok
  3014. test_kdtree.test_random_ball_linf.test_found_all ... ok
  3015. test_kdtree.test_random_ball_linf.test_in_ball ... ok
  3016. test_kdtree.test_random_compiled.test_approx ... ok
  3017. test_kdtree.test_random_compiled.test_m_nearest ... ok
  3018. test_kdtree.test_random_compiled.test_nearest ... ok
  3019. test_kdtree.test_random_compiled.test_points_near ... ok
  3020. test_kdtree.test_random_compiled.test_points_near_l1 ... ok
  3021. test_kdtree.test_random_compiled.test_points_near_linf ... ok
  3022. test_kdtree.test_random_far.test_approx ... ok
  3023. test_kdtree.test_random_far.test_m_nearest ... ok
  3024. test_kdtree.test_random_far.test_nearest ... ok
  3025. test_kdtree.test_random_far.test_points_near ... ok
  3026. test_kdtree.test_random_far.test_points_near_l1 ... ok
  3027. test_kdtree.test_random_far.test_points_near_linf ... ok
  3028. test_kdtree.test_random_far_compiled.test_approx ... ok
  3029. test_kdtree.test_random_far_compiled.test_m_nearest ... ok
  3030. test_kdtree.test_random_far_compiled.test_nearest ... ok
  3031. test_kdtree.test_random_far_compiled.test_points_near ... ok
  3032. test_kdtree.test_random_far_compiled.test_points_near_l1 ... ok
  3033. test_kdtree.test_random_far_compiled.test_points_near_linf ... ok
  3034. test_kdtree.test_rectangle.test_max_inside ... ok
  3035. test_kdtree.test_rectangle.test_max_one_side ... ok
  3036. test_kdtree.test_rectangle.test_max_two_sides ... ok
  3037. test_kdtree.test_rectangle.test_min_inside ... ok
  3038. test_kdtree.test_rectangle.test_min_one_side ... ok
  3039. test_kdtree.test_rectangle.test_min_two_sides ... ok
  3040. test_kdtree.test_rectangle.test_split ... ok
  3041. test_kdtree.test_small.test_approx ... ok
  3042. test_kdtree.test_small.test_m_nearest ... ok
  3043. test_kdtree.test_small.test_nearest ... ok
  3044. test_kdtree.test_small.test_nearest_two ... ok
  3045. test_kdtree.test_small.test_points_near ... ok
  3046. test_kdtree.test_small.test_points_near_l1 ... ok
  3047. test_kdtree.test_small.test_points_near_linf ... ok
  3048. test_kdtree.test_small_compiled.test_approx ... ok
  3049. test_kdtree.test_small_compiled.test_m_nearest ... ok
  3050. test_kdtree.test_small_compiled.test_nearest ... ok
  3051. test_kdtree.test_small_compiled.test_nearest_two ... ok
  3052. test_kdtree.test_small_compiled.test_points_near ... ok
  3053. test_kdtree.test_small_compiled.test_points_near_l1 ... ok
  3054. test_kdtree.test_small_compiled.test_points_near_linf ... ok
  3055. test_kdtree.test_small_nonleaf.test_approx ... ok
  3056. test_kdtree.test_small_nonleaf.test_m_nearest ... ok
  3057. test_kdtree.test_small_nonleaf.test_nearest ... ok
  3058. test_kdtree.test_small_nonleaf.test_nearest_two ... ok
  3059. test_kdtree.test_small_nonleaf.test_points_near ... ok
  3060. test_kdtree.test_small_nonleaf.test_points_near_l1 ... ok
  3061. test_kdtree.test_small_nonleaf.test_points_near_linf ... ok
  3062. test_kdtree.test_small_nonleaf_compiled.test_approx ... ok
  3063. test_kdtree.test_small_nonleaf_compiled.test_m_nearest ... ok
  3064. test_kdtree.test_small_nonleaf_compiled.test_nearest ... ok
  3065. test_kdtree.test_small_nonleaf_compiled.test_nearest_two ... ok
  3066. test_kdtree.test_small_nonleaf_compiled.test_points_near ... ok
  3067. test_kdtree.test_small_nonleaf_compiled.test_points_near_l1 ... ok
  3068. test_kdtree.test_small_nonleaf_compiled.test_points_near_linf ... ok
  3069. test_kdtree.test_sparse_distance_matrix.test_consistency_with_neighbors ... ok
  3070. test_kdtree.test_sparse_distance_matrix.test_zero_distance ... ok
  3071. test_kdtree.test_two_random_trees.test_all_in_ball ... ok
  3072. test_kdtree.test_two_random_trees.test_found_all ... ok
  3073. test_kdtree.test_two_random_trees_far.test_all_in_ball ... ok
  3074. test_kdtree.test_two_random_trees_far.test_found_all ... ok
  3075. test_kdtree.test_two_random_trees_linf.test_all_in_ball ... ok
  3076. test_kdtree.test_two_random_trees_linf.test_found_all ... ok
  3077. test_kdtree.test_vectorization.test_single_query ... ok
  3078. test_kdtree.test_vectorization.test_single_query_all_neighbors ... ok
  3079. test_kdtree.test_vectorization.test_single_query_multiple_neighbors ... ok
  3080. test_kdtree.test_vectorization.test_vectorized_query ... ok
  3081. test_kdtree.test_vectorization.test_vectorized_query_all_neighbors ... ok
  3082. test_kdtree.test_vectorization.test_vectorized_query_multiple_neighbors ... ok
  3083. test_kdtree.test_vectorization_compiled.test_single_query ... ok
  3084. test_kdtree.test_vectorization_compiled.test_single_query_multiple_neighbors ... ok
  3085. test_kdtree.test_vectorization_compiled.test_vectorized_query ... ok
  3086. test_kdtree.test_vectorization_compiled.test_vectorized_query_multiple_neighbors ... ok
  3087. test_kdtree.test_vectorization_compiled.test_vectorized_query_noncontiguous_values ... ok
  3088. test_kdtree.test_random_ball_vectorized ... ok
  3089. test_kdtree.test_distance_l2 ... ok
  3090. test_kdtree.test_distance_l1 ... ok
  3091. test_kdtree.test_distance_linf ... ok
  3092. test_kdtree.test_distance_vectorization ... ok
  3093. test_kdtree.test_distance_matrix ... ok
  3094. test_kdtree.test_distance_matrix_looping ... ok
  3095. test_kdtree.test_onetree_query(<scipy.spatial.kdtree.KDTree object at 0xb0dbfec>, 0.10000000000000001) ... ok
  3096. test_kdtree.test_onetree_query(<scipy.spatial.kdtree.KDTree object at 0xa5e41cc>, 0.10000000000000001) ... ok
  3097. test_kdtree.test_onetree_query(<scipy.spatial.kdtree.KDTree object at 0xa5e41cc>, 0.001) ... ok
  3098. test_kdtree.test_onetree_query(<scipy.spatial.kdtree.KDTree object at 0xa5e41cc>, 1.0000000000000001e-05) ... ok
  3099. test_kdtree.test_onetree_query(<scipy.spatial.kdtree.KDTree object at 0xa5e41cc>, 9.9999999999999995e-07) ... ok
  3100. test_ai_zeros (test_basic.TestAiry) ... ok
  3101. test_airy (test_basic.TestAiry) ... ok
  3102. test_airye (test_basic.TestAiry) ... ok
  3103. test_bi_zeros (test_basic.TestAiry) ... ok
  3104. test_assoc_laguerre (test_basic.TestAssocLaguerre) ... ok
  3105. test_bernoulli (test_basic.TestBernoulli) ... ok
  3106. test_i0 (test_basic.TestBessel) ... ok
  3107. test_i0_series (test_basic.TestBessel) ... ok
  3108. test_i0e (test_basic.TestBessel) ... ok
  3109. test_i1 (test_basic.TestBessel) ... ok
  3110. test_i1_series (test_basic.TestBessel) ... ok
  3111. test_i1e (test_basic.TestBessel) ... ok
  3112. test_it2i0k0 (test_basic.TestBessel) ... ok
  3113. test_it2j0y0 (test_basic.TestBessel) ... ok
  3114. test_iti0k0 (test_basic.TestBessel) ... ok
  3115. test_itj0y0 (test_basic.TestBessel) ... ok
  3116. test_iv (test_basic.TestBessel) ... ok
  3117. test_iv_cephes_vs_amos (test_basic.TestBessel) ... Warning: overflow encountered in iv
  3118. Warning: overflow encountered in iv
  3119. Warning: overflow encountered in iv
  3120. Warning: overflow encountered in iv
  3121. Warning: overflow encountered in iv
  3122. Warning: overflow encountered in iv
  3123. Warning: overflow encountered in iv
  3124. Warning: overflow encountered in iv
  3125. Warning: overflow encountered in iv
  3126. Warning: overflow encountered in iv
  3127. Warning: overflow encountered in iv
  3128. Warning: divide by zero encountered in iv
  3129. Warning: divide by zero encountered in iv
  3130. Warning: divide by zero encountered in iv
  3131. Warning: divide by zero encountered in iv
  3132. Warning: divide by zero encountered in iv
  3133. Warning: divide by zero encountered in iv
  3134. Warning: divide by zero encountered in iv
  3135. Warning: divide by zero encountered in iv
  3136. Warning: divide by zero encountered in iv
  3137. Warning: divide by zero encountered in iv
  3138. Warning: divide by zero encountered in iv
  3139. Warning: divide by zero encountered in iv
  3140. Warning: divide by zero encountered in iv
  3141. Warning: divide by zero encountered in iv
  3142. Warning: divide by zero encountered in iv
  3143. Warning: divide by zero encountered in iv
  3144. Warning: overflow encountered in iv
  3145. Warning: overflow encountered in iv
  3146. Warning: divide by zero encountered in iv
  3147. Warning: divide by zero encountered in iv
  3148. Warning: divide by zero encountered in iv
  3149. Warning: overflow encountered in iv
  3150. Warning: overflow encountered in iv
  3151. Warning: divide by zero encountered in iv
  3152. Warning: divide by zero encountered in iv
  3153. Warning: divide by zero encountered in iv
  3154. Warning: divide by zero encountered in iv
  3155. Warning: overflow encountered in iv
  3156. Warning: overflow encountered in iv
  3157. Warning: divide by zero encountered in iv
  3158. Warning: divide by zero encountered in iv
  3159. Warning: divide by zero encountered in iv
  3160. Warning: divide by zero encountered in iv
  3161. Warning: overflow encountered in iv
  3162. Warning: overflow encountered in iv
  3163. Warning: divide by zero encountered in iv
  3164. Warning: divide by zero encountered in iv
  3165. Warning: divide by zero encountered in iv
  3166. Warning: divide by zero encountered in iv
  3167. Warning: divide by zero encountered in iv
  3168. Warning: overflow encountered in iv
  3169. Warning: overflow encountered in iv
  3170. Warning: overflow encountered in iv
  3171. Warning: overflow encountered in iv
  3172. Warning: overflow encountered in iv
  3173. Warning: overflow encountered in iv
  3174. Warning: overflow encountered in iv
  3175. Warning: overflow encountered in iv
  3176. Warning: overflow encountered in iv
  3177. Warning: overflow encountered in iv
  3178. Warning: overflow encountered in iv
  3179. Warning: overflow encountered in iv
  3180. Warning: overflow encountered in iv
  3181. Warning: overflow encountered in iv
  3182. Warning: overflow encountered in iv
  3183. Warning: overflow encountered in iv
  3184. Warning: overflow encountered in iv
  3185. Warning: overflow encountered in iv
  3186. Warning: overflow encountered in iv
  3187. Warning: overflow encountered in iv
  3188. Warning: overflow encountered in iv
  3189. Warning: overflow encountered in iv
  3190. ok
  3191. test_iv_hyperg_poles (test_basic.TestBessel) ... ok
  3192. test_iv_series (test_basic.TestBessel) ... ok
  3193. test_ive (test_basic.TestBessel) ... ok
  3194. test_ivp (test_basic.TestBessel) ... ok
  3195. test_ivp0 (test_basic.TestBessel) ... ok
  3196. test_j0 (test_basic.TestBessel) ... ok
  3197. test_j1 (test_basic.TestBessel) ... ok
  3198. test_jacobi (test_basic.TestBessel) ... ok
  3199. test_jn (test_basic.TestBessel) ... ok
  3200. test_jn_zeros (test_basic.TestBessel) ... ok
  3201. test_jn_zeros_slow (test_basic.TestBessel) ... ok
  3202. test_jnjnp_zeros (test_basic.TestBessel) ... ok
  3203. test_jnp_zeros (test_basic.TestBessel) ... ok
  3204. test_jnyn_zeros (test_basic.TestBessel) ... ok
  3205. test_jv (test_basic.TestBessel) ... ok
  3206. test_jv_cephes_vs_amos (test_basic.TestBessel) ... ok
  3207. test_jve (test_basic.TestBessel) ... ok
  3208. test_jvp (test_basic.TestBessel) ... ok
  3209. test_k0 (test_basic.TestBessel) ... ok
  3210. test_k0e (test_basic.TestBessel) ... ok
  3211. test_k1 (test_basic.TestBessel) ... ok
  3212. test_k1e (test_basic.TestBessel) ... ok
  3213. test_kn (test_basic.TestBessel) ... ok
  3214. test_kv0 (test_basic.TestBessel) ... ok
  3215. test_kv1 (test_basic.TestBessel) ... ok
  3216. test_kv2 (test_basic.TestBessel) ... ok
  3217. test_kv_cephes_vs_amos (test_basic.TestBessel) ... ok
  3218. test_kve (test_basic.TestBessel) ... ok
  3219. test_kvp_n1 (test_basic.TestBessel) ... ok
  3220. test_kvp_n2 (test_basic.TestBessel) ... ok
  3221. test_kvp_v0n1 (test_basic.TestBessel) ... ok
  3222. test_negv (test_basic.TestBessel) ... ok
  3223. Real-valued Bessel I overflow ... ok
  3224. test_ticket_623 (test_basic.TestBessel) ... ok
  3225. Negative-order Bessels ... ok
  3226. Real-valued Bessel domains ... ok
  3227. test_y0 (test_basic.TestBessel) ... ok
  3228. test_y0_zeros (test_basic.TestBessel) ... ok
  3229. test_y1 (test_basic.TestBessel) ... ok
  3230. test_y1_zeros (test_basic.TestBessel) ... ok
  3231. test_y1p_zeros (test_basic.TestBessel) ... ok
  3232. test_yn (test_basic.TestBessel) ... ok
  3233. test_yn_zeros (test_basic.TestBessel) ... ok
  3234. test_ynp_zeros (test_basic.TestBessel) ... ok
  3235. test_ynp_zeros_large_order (test_basic.TestBessel) ... KNOWNFAIL: cephes/yv is not eps accurate for large orders on all platforms, and has nan/inf issues
  3236. test_yv (test_basic.TestBessel) ... ok
  3237. test_yv_cephes_vs_amos (test_basic.TestBessel) ... KNOWNFAIL: cephes/yv is not eps accurate for large orders on all platforms, and has nan/inf issues
  3238. test_yv_cephes_vs_amos_only_small_orders (test_basic.TestBessel) ... ok
  3239. test_yve (test_basic.TestBessel) ... ok
  3240. test_yvp (test_basic.TestBessel) ... ok
  3241. test_besselpoly (test_basic.TestBesselpoly) ... ok
  3242. test_beta (test_basic.TestBeta) ... ok
  3243. test_betainc (test_basic.TestBeta) ... ok
  3244. test_betaincinv (test_basic.TestBeta) ... ok
  3245. test_betaln (test_basic.TestBeta) ... ok
  3246. test_airy (test_basic.TestCephes) ... ok
  3247. test_airye (test_basic.TestCephes) ... ok
  3248. test_bdtr (test_basic.TestCephes) ... ok
  3249. test_bdtrc (test_basic.TestCephes) ... ok
  3250. test_bdtri (test_basic.TestCephes) ... ok
  3251. test_bdtrik (test_basic.TestCephes) ... ok
  3252. test_bdtrin (test_basic.TestCephes) ... ok
  3253. test_bei (test_basic.TestCephes) ... ok
  3254. test_beip (test_basic.TestCephes) ... ok
  3255. test_ber (test_basic.TestCephes) ... ok
  3256. test_berp (test_basic.TestCephes) ... ok
  3257. test_besselpoly (test_basic.TestCephes) ... ok
  3258. test_beta (test_basic.TestCephes) ... ok
  3259. test_betainc (test_basic.TestCephes) ... ok
  3260. test_betaincinv (test_basic.TestCephes) ... ok
  3261. test_betaln (test_basic.TestCephes) ... ok
  3262. test_btdtr (test_basic.TestCephes) ... ok
  3263. test_btdtri (test_basic.TestCephes) ... ok
  3264. test_btdtria (test_basic.TestCephes) ... ok
  3265. test_btdtrib (test_basic.TestCephes) ... ok
  3266. test_cbrt (test_basic.TestCephes) ... ok
  3267. test_chdtr (test_basic.TestCephes) ... ok
  3268. test_chdtrc (test_basic.TestCephes) ... ok
  3269. test_chdtri (test_basic.TestCephes) ... ok
  3270. test_chdtriv (test_basic.TestCephes) ... ok
  3271. test_chndtr (test_basic.TestCephes) ... ok
  3272. test_chndtridf (test_basic.TestCephes) ... ok
  3273. test_chndtrinc (test_basic.TestCephes) ... ok
  3274. test_chndtrix (test_basic.TestCephes) ... ok
  3275. test_cosdg (test_basic.TestCephes) ... ok
  3276. test_cosm1 (test_basic.TestCephes) ... ok
  3277. test_cotdg (test_basic.TestCephes) ... ok
  3278. test_dawsn (test_basic.TestCephes) ... ok
  3279. test_ellipe (test_basic.TestCephes) ... ok
  3280. test_ellipeinc (test_basic.TestCephes) ... ok
  3281. test_ellipj (test_basic.TestCephes) ... ok
  3282. test_ellipk (test_basic.TestCephes) ... ok
  3283. test_ellipkinc (test_basic.TestCephes) ... ok
  3284. test_erf (test_basic.TestCephes) ... ok
  3285. test_erfc (test_basic.TestCephes) ... ok
  3286. test_exp1 (test_basic.TestCephes) ... ok
  3287. test_exp10 (test_basic.TestCephes) ... ok
  3288. test_exp1_reg (test_basic.TestCephes) ... ok
  3289. test_exp2 (test_basic.TestCephes) ... ok
  3290. test_expi (test_basic.TestCephes) ... ok
  3291. test_expm1 (test_basic.TestCephes) ... ok
  3292. test_expn (test_basic.TestCephes) ... ok
  3293. test_fdtr (test_basic.TestCephes) ... ok
  3294. test_fdtrc (test_basic.TestCephes) ... ok
  3295. test_fdtri (test_basic.TestCephes) ... Warning: invalid value encountered in fdtri
  3296. ok
  3297. test_fdtridfd (test_basic.TestCephes) ... ok
  3298. test_fresnel (test_basic.TestCephes) ... ok
  3299. test_gamma (test_basic.TestCephes) ... ok
  3300. test_gammainc (test_basic.TestCephes) ... ok
  3301. test_gammaincc (test_basic.TestCephes) ... ok
  3302. test_gammainccinv (test_basic.TestCephes) ... ok
  3303. test_gammaln (test_basic.TestCephes) ... ok
  3304. test_gdtr (test_basic.TestCephes) ... ok
  3305. test_gdtrc (test_basic.TestCephes) ... ok
  3306. test_gdtria (test_basic.TestCephes) ... ok
  3307. test_gdtrib (test_basic.TestCephes) ... ok
  3308. test_gdtrix (test_basic.TestCephes) ... ok
  3309. test_hankel1 (test_basic.TestCephes) ... ok
  3310. test_hankel1e (test_basic.TestCephes) ... ok
  3311. test_hankel2 (test_basic.TestCephes) ... ok
  3312. test_hankel2e (test_basic.TestCephes) ... ok
  3313. test_hyp1f1 (test_basic.TestCephes) ... ok
  3314. test_hyp1f2 (test_basic.TestCephes) ... ok
  3315. test_hyp2f0 (test_basic.TestCephes) ... ok
  3316. test_hyp2f1 (test_basic.TestCephes) ... ok
  3317. test_hyp3f0 (test_basic.TestCephes) ... ok
  3318. test_hyperu (test_basic.TestCephes) ... ok
  3319. test_i0 (test_basic.TestCephes) ... ok
  3320. test_i0e (test_basic.TestCephes) ... ok
  3321. test_i1 (test_basic.TestCephes) ... ok
  3322. test_i1e (test_basic.TestCephes) ... ok
  3323. test_it2i0k0 (test_basic.TestCephes) ... ok
  3324. test_it2j0y0 (test_basic.TestCephes) ... ok
  3325. test_it2struve0 (test_basic.TestCephes) ... ok
  3326. test_itairy (test_basic.TestCephes) ... ok
  3327. test_iti0k0 (test_basic.TestCephes) ... ok
  3328. test_itj0y0 (test_basic.TestCephes) ... ok
  3329. test_itmodstruve0 (test_basic.TestCephes) ... ok
  3330. test_itstruve0 (test_basic.TestCephes) ... ok
  3331. test_iv (test_basic.TestCephes) ... ok
  3332. test_j0 (test_basic.TestCephes) ... ok
  3333. test_j1 (test_basic.TestCephes) ... ok
  3334. test_jn (test_basic.TestCephes) ... ok
  3335. test_jv (test_basic.TestCephes) ... ok
  3336. test_k0 (test_basic.TestCephes) ... ok
  3337. test_k0e (test_basic.TestCephes) ... ok
  3338. test_k1 (test_basic.TestCephes) ... ok
  3339. test_k1e (test_basic.TestCephes) ... ok
  3340. test_kei (test_basic.TestCephes) ... ok
  3341. test_keip (test_basic.TestCephes) ... ok
  3342. test_ker (test_basic.TestCephes) ... ok
  3343. test_kerp (test_basic.TestCephes) ... ok
  3344. test_kn (test_basic.TestCephes) ... ok
  3345. test_kolmogi (test_basic.TestCephes) ... ok
  3346. test_kolmogorov (test_basic.TestCephes) ... ok
  3347. test_log1p (test_basic.TestCephes) ... ok
  3348. test_lpmv (test_basic.TestCephes) ... ok
  3349. test_mathieu_a (test_basic.TestCephes) ... ok
  3350. test_mathieu_b (test_basic.TestCephes) ... ok
  3351. test_mathieu_cem (test_basic.TestCephes) ... ok
  3352. test_mathieu_modcem1 (test_basic.TestCephes) ... ok
  3353. test_mathieu_modcem2 (test_basic.TestCephes) ... ok
  3354. test_mathieu_modsem1 (test_basic.TestCephes) ... ok
  3355. test_mathieu_modsem2 (test_basic.TestCephes) ... ok
  3356. test_mathieu_sem (test_basic.TestCephes) ... ok
  3357. test_modfresnelm (test_basic.TestCephes) ... ok
  3358. test_modfresnelp (test_basic.TestCephes) ... ok
  3359. test_nbdtr (test_basic.TestCephes) ... ok
  3360. test_nbdtrc (test_basic.TestCephes) ... ok
  3361. test_nbdtri (test_basic.TestCephes) ... ok
  3362. test_nbdtrin (test_basic.TestCephes) ... ok
  3363. test_ncfdtr (test_basic.TestCephes) ... ok
  3364. test_ncfdtri (test_basic.TestCephes) ... ok
  3365. test_ncfdtridfd (test_basic.TestCephes) ... ok
  3366. test_nctdtr (test_basic.TestCephes) ... ok
  3367. test_nctdtrinc (test_basic.TestCephes) ... ok
  3368. test_nctdtrit (test_basic.TestCephes) ... ok
  3369. test_ndtr (test_basic.TestCephes) ... ok
  3370. test_ndtri (test_basic.TestCephes) ... ok
  3371. test_nrdtrimn (test_basic.TestCephes) ... ok
  3372. test_nrdtrisd (test_basic.TestCephes) ... ok
  3373. test_obl_ang1 (test_basic.TestCephes) ... ok
  3374. test_obl_ang1_cv (test_basic.TestCephes) ... ok
  3375. test_obl_rad1 (test_basic.TestCephes) ... ok
  3376. test_obl_rad1_cv (test_basic.TestCephes) ... ok
  3377. test_obl_rad2 (test_basic.TestCephes) ... ok
  3378. test_obl_rad2_cv (test_basic.TestCephes) ... ok
  3379. test_pbdv (test_basic.TestCephes) ... ok
  3380. test_pbvv (test_basic.TestCephes) ... ok
  3381. test_pbwa (test_basic.TestCephes) ... ok
  3382. test_pdtr (test_basic.TestCephes) ... ok
  3383. test_pdtrc (test_basic.TestCephes) ... ok
  3384. test_pdtri (test_basic.TestCephes) ... ok
  3385. test_pdtrik (test_basic.TestCephes) ... ok
  3386. test_pro_ang1 (test_basic.TestCephes) ... ok
  3387. test_pro_ang1_cv (test_basic.TestCephes) ... ok
  3388. test_pro_rad1 (test_basic.TestCephes) ... ok
  3389. test_pro_rad1_cv (test_basic.TestCephes) ... ok
  3390. test_pro_rad2 (test_basic.TestCephes) ... ok
  3391. test_pro_rad2_cv (test_basic.TestCephes) ... ok
  3392. test_psi (test_basic.TestCephes) ... ok
  3393. test_radian (test_basic.TestCephes) ... ok
  3394. test_rgamma (test_basic.TestCephes) ... ok
  3395. test_round (test_basic.TestCephes) ... ok
  3396. test_shichi (test_basic.TestCephes) ... ok
  3397. test_sici (test_basic.TestCephes) ... ok
  3398. test_sindg (test_basic.TestCephes) ... ok
  3399. test_smirnov (test_basic.TestCephes) ... ok
  3400. test_smirnovi (test_basic.TestCephes) ... ok
  3401. test_spence (test_basic.TestCephes) ... ok
  3402. test_stdtr (test_basic.TestCephes) ... ok
  3403. test_stdtridf (test_basic.TestCephes) ... ok
  3404. test_stdtrit (test_basic.TestCephes) ... ok
  3405. test_struve (test_basic.TestCephes) ... ok
  3406. test_tandg (test_basic.TestCephes) ... ok
  3407. test_tklmbda (test_basic.TestCephes) ... ok
  3408. test_wofz (test_basic.TestCephes) ... ok
  3409. test_y0 (test_basic.TestCephes) ... ok
  3410. test_y1 (test_basic.TestCephes) ... ok
  3411. test_yn (test_basic.TestCephes) ... ok
  3412. test_yv (test_basic.TestCephes) ... ok
  3413. test_zeta (test_basic.TestCephes) ... ok
  3414. test_zetac (test_basic.TestCephes) ... ok
  3415. test_ellipe (test_basic.TestEllip) ... ok
  3416. test_ellipeinc (test_basic.TestEllip) ... ok
  3417. test_ellipj (test_basic.TestEllip) ... ok
  3418. Regression test for #912. ... ok
  3419. test_ellipk (test_basic.TestEllip) ... ok
  3420. test_ellipkinc (test_basic.TestEllip) ... ok
  3421. test_erf (test_basic.TestErf) ... ok
  3422. test_erf_zeros (test_basic.TestErf) ... ok
  3423. test_erfcinv (test_basic.TestErf) ... ok
  3424. test_erfinv (test_basic.TestErf) ... ok
  3425. test_errprint (test_basic.TestErf) ... ok
  3426. test_euler (test_basic.TestEuler) ... Warning: invalid value encountered in divide
  3427. ok
  3428. test_exp10 (test_basic.TestExp) ... ok
  3429. test_exp10more (test_basic.TestExp) ... ok
  3430. test_exp2 (test_basic.TestExp) ... ok
  3431. test_exp2more (test_basic.TestExp) ... ok
  3432. test_expm1 (test_basic.TestExp) ... ok
  3433. test_expm1more (test_basic.TestExp) ... ok
  3434. test_fresnel (test_basic.TestFresnel) ... ok
  3435. test_fresnel_zeros (test_basic.TestFresnel) ... ok
  3436. test_fresnelc_zeros (test_basic.TestFresnel) ... ok
  3437. test_fresnels_zeros (test_basic.TestFresnel) ... ok
  3438. test_modfresnelm (test_basic.TestFresnelIntegral) ... ok
  3439. test_modfresnelp (test_basic.TestFresnelIntegral) ... ok
  3440. test_975 (test_basic.TestGamma) ... ok
  3441. test_gamma (test_basic.TestGamma) ... ok
  3442. test_gammainc (test_basic.TestGamma) ... ok
  3443. test_gammaincc (test_basic.TestGamma) ... ok
  3444. test_gammainccinv (test_basic.TestGamma) ... ok
  3445. test_gammaincinv (test_basic.TestGamma) ... ok
  3446. test_gammaln (test_basic.TestGamma) ... ok
  3447. test_rgamma (test_basic.TestGamma) ... ok
  3448. test_hankel1 (test_basic.TestHankel) ... ok
  3449. test_hankel1e (test_basic.TestHankel) ... ok
  3450. test_hankel2 (test_basic.TestHankel) ... ok
  3451. test_hankl2e (test_basic.TestHankel) ... ok
  3452. test_negv (test_basic.TestHankel) ... ok
  3453. test_h1vp (test_basic.TestHyper) ... ok
  3454. test_h2vp (test_basic.TestHyper) ... ok
  3455. test_hyp0f1 (test_basic.TestHyper) ... ok
  3456. test_hyp1f1 (test_basic.TestHyper) ... ok
  3457. test_hyp1f2 (test_basic.TestHyper) ... ok
  3458. test_hyp2f0 (test_basic.TestHyper) ... ok
  3459. test_hyp2f1 (test_basic.TestHyper) ... ok
  3460. test_hyp3f0 (test_basic.TestHyper) ... ok
  3461. test_hyperu (test_basic.TestHyper) ... ok
  3462. test_bei (test_basic.TestKelvin) ... ok
  3463. test_bei_zeros (test_basic.TestKelvin) ... ok
  3464. test_beip (test_basic.TestKelvin) ... ok
  3465. test_beip_zeros (test_basic.TestKelvin) ... ok
  3466. test_ber (test_basic.TestKelvin) ... ok
  3467. test_ber_zeros (test_basic.TestKelvin) ... ok
  3468. test_berp (test_basic.TestKelvin) ... ok
  3469. test_berp_zeros (test_basic.TestKelvin) ... ok
  3470. test_kei (test_basic.TestKelvin) ... ok
  3471. test_kei_zeros (test_basic.TestKelvin) ... ok
  3472. test_keip (test_basic.TestKelvin) ... ok
  3473. test_keip_zeros (test_basic.TestKelvin) ... ok
  3474. test_kelvin (test_basic.TestKelvin) ... ok
  3475. test_kelvin_zeros (test_basic.TestKelvin) ... ok
  3476. test_ker (test_basic.TestKelvin) ... ok
  3477. test_ker_zeros (test_basic.TestKelvin) ... ok
  3478. test_kerp (test_basic.TestKelvin) ... ok
  3479. test_kerp_zeros (test_basic.TestKelvin) ... ok
  3480. test_genlaguerre (test_basic.TestLaguerre) ... ok
  3481. test_laguerre (test_basic.TestLaguerre) ... ok
  3482. test_lmbda (test_basic.TestLambda) ... ok
  3483. test_legendre (test_basic.TestLegendre) ... ok
  3484. test_lpmn (test_basic.TestLegendreFunctions) ... ok
  3485. test_lpmv (test_basic.TestLegendreFunctions) ... ok
  3486. test_lpn (test_basic.TestLegendreFunctions) ... ok
  3487. test_lqmn (test_basic.TestLegendreFunctions) ... ok
  3488. test_lqmn_shape (test_basic.TestLegendreFunctions) ... ok
  3489. test_lqn (test_basic.TestLegendreFunctions) ... ok
  3490. test_log1p (test_basic.TestLog1p) ... ok
  3491. test_log1pmore (test_basic.TestLog1p) ... ok
  3492. test_mathieu_a (test_basic.TestMathieu) ... ok
  3493. test_mathieu_even_coef (test_basic.TestMathieu) ... ok
  3494. test_mathieu_odd_coef (test_basic.TestMathieu) ... ok
  3495. test_obl_cv_seq (test_basic.TestOblCvSeq) ... ok
  3496. test_pbdn_seq (test_basic.TestParabolicCylinder) ... ok
  3497. test_pbdv (test_basic.TestParabolicCylinder) ... ok
  3498. test_pbdv_gradient (test_basic.TestParabolicCylinder) ... ok
  3499. test_pbdv_points (test_basic.TestParabolicCylinder) ... ok
  3500. test_pbdv_seq (test_basic.TestParabolicCylinder) ... ok
  3501. test_pbvv_gradient (test_basic.TestParabolicCylinder) ... ok
  3502. test_polygamma (test_basic.TestPolygamma) ... ok
  3503. test_pro_cv_seq (test_basic.TestProCvSeq) ... ok
  3504. test_psi (test_basic.TestPsi) ... ok
  3505. test_radian (test_basic.TestRadian) ... ok
  3506. test_radianmore (test_basic.TestRadian) ... ok
  3507. test_riccati_jn (test_basic.TestRiccati) ... ok
  3508. test_riccati_yn (test_basic.TestRiccati) ... ok
  3509. test_round (test_basic.TestRound) ... ok
  3510. test_sph_harm (test_basic.TestSpherical) ... ok
  3511. test_sph_in (test_basic.TestSpherical) ... ok
  3512. test_sph_inkn (test_basic.TestSpherical) ... ok
  3513. test_sph_jn (test_basic.TestSpherical) ... ok
  3514. test_sph_jnyn (test_basic.TestSpherical) ... ok
  3515. test_sph_kn (test_basic.TestSpherical) ... ok
  3516. test_sph_yn (test_basic.TestSpherical) ... ok
  3517. Regression test for #679 ... ok
  3518. test_basic.TestStruve.test_some_values ... ok
  3519. Check Struve function versus its power series ... ok
  3520. test_specialpoints (test_basic.TestTandg) ... ok
  3521. test_tandg (test_basic.TestTandg) ... ok
  3522. test_tandgmore (test_basic.TestTandg) ... ok
  3523. test_0 (test_basic.TestTrigonometric) ... ok
  3524. test_cbrt (test_basic.TestTrigonometric) ... ok
  3525. test_cbrtmore (test_basic.TestTrigonometric) ... ok
  3526. test_cosdg (test_basic.TestTrigonometric) ... ok
  3527. test_cosdgmore (test_basic.TestTrigonometric) ... ok
  3528. test_cosm1 (test_basic.TestTrigonometric) ... ok
  3529. test_cotdg (test_basic.TestTrigonometric) ... ok
  3530. test_cotdgmore (test_basic.TestTrigonometric) ... ok
  3531. test_sinc (test_basic.TestTrigonometric) ... ok
  3532. test_sindg (test_basic.TestTrigonometric) ... ok
  3533. test_sindgmore (test_basic.TestTrigonometric) ... ok
  3534. test_specialpoints (test_basic.TestTrigonometric) ... ok
  3535. test_basic.test_sph_harm(array((0.28209479177387814+0j)), 0.28209479177387814) ... ok
  3536. test_basic.test_sph_harm(array((0.19313710101159479+0j)), 0.19313710101159473) ... ok
  3537. test_basic.test_sph_harm(array((0.38627420202318968+0j)), 0.38627420202318957) ... ok
  3538. test_basic.test_sph_harm(array((0.38627420202318957-9.4606768423053307e-17j)), (0.38627420202318957-9.4606768423053307e-17j)) ... ok
  3539. test_basic.test_sph_harm(array((1.1521668490919394e-17+0.18816934037548774j)), (1.1521668490919398e-17+0.18816934037548777j)) ... ok
  3540. test_basic.test_sph_harm(array((1.6935260841945282e-18+0.027658293277811382j)), (1.6935260841945294e-18+0.027658293277811399j)) ... ok
  3541. test_basic.test_chi2_smalldf ... ok
  3542. test_basic.test_chi2c_smalldf ... ok
  3543. test_basic.test_chi2_inv_smalldf ... ok
  3544. test_data.test_boost(<Data for arccosh: acosh_data_ipp-acosh_data>,) ... ok
  3545. test_data.test_boost(<Data for arccosh (complex): acosh_data_ipp-acosh_data>,) ... ok
  3546. test_data.test_boost(<Data for arcsinh: asinh_data_ipp-asinh_data>,) ... ok
  3547. test_data.test_boost(<Data for arcsinh (complex): asinh_data_ipp-asinh_data>,) ... ok
  3548. test_data.test_boost(<Data for arctanh: atanh_data_ipp-atanh_data>,) ... ok
  3549. test_data.test_boost(<Data for arctanh (complex): atanh_data_ipp-atanh_data>,) ... ok
  3550. test_data.test_boost(<Data for beta: beta_exp_data_ipp-beta_exp_data>,) ... ok
  3551. test_data.test_boost(<Data for beta: beta_exp_data_ipp-beta_exp_data>,) ... ok
  3552. test_data.test_boost(<Data for beta: beta_small_data_ipp-beta_small_data>,) ... ok
  3553. test_data.test_boost(<Data for cbrt: cbrt_data_ipp-cbrt_data>,) ... ok
  3554. test_data.test_boost(<Data for psi: digamma_data_ipp-digamma_data>,) ... ok
  3555. test_data.test_boost(<Data for psi (complex): digamma_data_ipp-digamma_data>,) ... ok
  3556. test_data.test_boost(<Data for psi: digamma_neg_data_ipp-digamma_neg_data>,) ... ok
  3557. test_data.test_boost(<Data for psi (complex): digamma_neg_data_ipp-digamma_neg_data>,) ... ok
  3558. test_data.test_boost(<Data for psi: digamma_root_data_ipp-digamma_root_data>,) ... ok
  3559. test_data.test_boost(<Data for psi (complex): digamma_root_data_ipp-digamma_root_data>,) ... ok
  3560. test_data.test_boost(<Data for psi: digamma_small_data_ipp-digamma_small_data>,) ... ok
  3561. test_data.test_boost(<Data for psi (complex): digamma_small_data_ipp-digamma_small_data>,) ... ok
  3562. test_data.test_boost(<Data for ellipk_: ellint_k_data_ipp-ellint_k_data>,) ... ok
  3563. test_data.test_boost(<Data for ellipe_: ellint_e_data_ipp-ellint_e_data>,) ... ok
  3564. test_data.test_boost(<Data for ellipeinc_: ellint_e2_data_ipp-ellint_e2_data>,) ... ok
  3565. test_data.test_boost(<Data for erf: erf_data_ipp-erf_data>,) ... ok
  3566. test_data.test_boost(<Data for erf (complex): erf_data_ipp-erf_data>,) ... ok
  3567. test_data.test_boost(<Data for erfc: erf_data_ipp-erf_data>,) ... ok
  3568. test_data.test_boost(<Data for erf: erf_large_data_ipp-erf_large_data>,) ... ok
  3569. test_data.test_boost(<Data for erf (complex): erf_large_data_ipp-erf_large_data>,) ... ok
  3570. test_data.test_boost(<Data for erfc: erf_large_data_ipp-erf_large_data>,) ... Warning: invalid value encountered in divide
  3571. ok
  3572. test_data.test_boost(<Data for erf: erf_small_data_ipp-erf_small_data>,) ... Warning: invalid value encountered in divide
  3573. ok
  3574. test_data.test_boost(<Data for erf (complex): erf_small_data_ipp-erf_small_data>,) ... Warning: invalid value encountered in erf
  3575. Warning: invalid value encountered in divide
  3576. ok
  3577. test_data.test_boost(<Data for erfc: erf_small_data_ipp-erf_small_data>,) ... ok
  3578. test_data.test_boost(<Data for erfinv: erf_inv_data_ipp-erf_inv_data>,) ... ok
  3579. test_data.test_boost(<Data for erfcinv: erfc_inv_data_ipp-erfc_inv_data>,) ... ok
  3580. test_data.test_boost(<Data for exp1: expint_1_data_ipp-expint_1_data>,) ... ok
  3581. test_data.test_boost(<Data for exp1 (complex): expint_1_data_ipp-expint_1_data>,) ... ok
  3582. test_data.test_boost(<Data for expi: expinti_data_ipp-expinti_data>,) ... ok
  3583. test_data.test_boost(<Data for expi: expinti_data_double_ipp-expinti_data_double>,) ... ok
  3584. test_data.test_boost(<Data for expn: expint_small_data_ipp-expint_small_data>,) ... ok
  3585. test_data.test_boost(<Data for expn: expint_data_ipp-expint_data>,) ... ok
  3586. test_data.test_boost(<Data for gamma: test_gamma_data_ipp-near_0>,) ... ok
  3587. test_data.test_boost(<Data for gamma: test_gamma_data_ipp-near_1>,) ... ok
  3588. test_data.test_boost(<Data for gamma: test_gamma_data_ipp-near_2>,) ... ok
  3589. test_data.test_boost(<Data for gamma: test_gamma_data_ipp-near_m10>,) ... ok
  3590. test_data.test_boost(<Data for gamma: test_gamma_data_ipp-near_m55>,) ... ok
  3591. test_data.test_boost(<Data for gamma (complex): test_gamma_data_ipp-near_0>,) ... ok
  3592. test_data.test_boost(<Data for gamma (complex): test_gamma_data_ipp-near_1>,) ... ok
  3593. test_data.test_boost(<Data for gamma (complex): test_gamma_data_ipp-near_2>,) ... ok
  3594. test_data.test_boost(<Data for gamma (complex): test_gamma_data_ipp-near_m10>,) ... ok
  3595. test_data.test_boost(<Data for gamma (complex): test_gamma_data_ipp-near_m55>,) ... ok
  3596. test_data.test_boost(<Data for gammaln: test_gamma_data_ipp-near_0>,) ... ok
  3597. test_data.test_boost(<Data for gammaln: test_gamma_data_ipp-near_1>,) ... Warning: invalid value encountered in divide
  3598. ok
  3599. test_data.test_boost(<Data for gammaln: test_gamma_data_ipp-near_2>,) ... Warning: invalid value encountered in divide
  3600. ok
  3601. test_data.test_boost(<Data for gammaln: test_gamma_data_ipp-near_m10>,) ... ok
  3602. test_data.test_boost(<Data for gammaln: test_gamma_data_ipp-near_m55>,) ... ok
  3603. test_data.test_boost(<Data for log1p: log1p_expm1_data_ipp-log1p_expm1_data>,) ... ok
  3604. test_data.test_boost(<Data for expm1: log1p_expm1_data_ipp-log1p_expm1_data>,) ... ok
  3605. test_data.test_boost(<Data for iv: bessel_i_data_ipp-bessel_i_data>,) ... Warning: overflow encountered in iv
  3606. Warning: invalid value encountered in divide
  3607. ok
  3608. test_data.test_boost(<Data for iv (complex): bessel_i_data_ipp-bessel_i_data>,) ... Warning: invalid value encountered in divide
  3609. ok
  3610. test_data.test_boost(<Data for iv: bessel_i_int_data_ipp-bessel_i_int_data>,) ... Warning: overflow encountered in iv
  3611. Warning: invalid value encountered in divide
  3612. ok
  3613. test_data.test_boost(<Data for iv (complex): bessel_i_int_data_ipp-bessel_i_int_data>,) ... Warning: invalid value encountered in divide
  3614. ok
  3615. test_data.test_boost(<Data for jv: bessel_j_int_data_ipp-bessel_j_int_data>,) ... ok
  3616. test_data.test_boost(<Data for jv (complex): bessel_j_int_data_ipp-bessel_j_int_data>,) ... ok
  3617. test_data.test_boost(<Data for jv: bessel_j_large_data_ipp-bessel_j_large_data>,) ... ok
  3618. test_data.test_boost(<Data for jv (complex): bessel_j_large_data_ipp-bessel_j_large_data>,) ... ok
  3619. test_data.test_boost(<Data for jv: bessel_j_int_data_ipp-bessel_j_int_data>,) ... ok
  3620. test_data.test_boost(<Data for jv (complex): bessel_j_int_data_ipp-bessel_j_int_data>,) ... ok
  3621. test_data.test_boost(<Data for jv: bessel_j_data_ipp-bessel_j_data>,) ... Warning: invalid value encountered in divide
  3622. ok
  3623. test_data.test_boost(<Data for jv (complex): bessel_j_data_ipp-bessel_j_data>,) ... Warning: invalid value encountered in divide
  3624. ok
  3625. test_data.test_boost(<Data for kn: bessel_k_int_data_ipp-bessel_k_int_data>,) ... KNOWNFAIL: Known bug in Cephes kn implementation
  3626. test_data.test_boost(<Data for kv: bessel_k_int_data_ipp-bessel_k_int_data>,) ... Warning: invalid value encountered in divide
  3627. ok
  3628. test_data.test_boost(<Data for kv (complex): bessel_k_int_data_ipp-bessel_k_int_data>,) ... Warning: invalid value encountered in divide
  3629. ok
  3630. test_data.test_boost(<Data for kv: bessel_k_data_ipp-bessel_k_data>,) ... Warning: invalid value encountered in divide
  3631. ok
  3632. test_data.test_boost(<Data for kv (complex): bessel_k_data_ipp-bessel_k_data>,) ... Warning: invalid value encountered in divide
  3633. ok
  3634. test_data.test_boost(<Data for yn: bessel_y01_data_ipp-bessel_y01_data>,) ... ok
  3635. test_data.test_boost(<Data for yn: bessel_yn_data_ipp-bessel_yn_data>,) ... ok
  3636. test_data.test_boost(<Data for yv: bessel_yn_data_ipp-bessel_yn_data>,) ... ok
  3637. test_data.test_boost(<Data for yv (complex): bessel_yn_data_ipp-bessel_yn_data>,) ... ok
  3638. test_data.test_boost(<Data for yv: bessel_yv_data_ipp-bessel_yv_data>,) ... KNOWNFAIL: Known bug in Cephes yv implementation
  3639. test_data.test_boost(<Data for yv (complex): bessel_yv_data_ipp-bessel_yv_data>,) ... ok
  3640. test_data.test_boost(<Data for zeta_: zeta_data_ipp-zeta_data>,) ... ok
  3641. test_data.test_boost(<Data for zeta_: zeta_neg_data_ipp-zeta_neg_data>,) ... ok
  3642. test_data.test_boost(<Data for zeta_: zeta_1_up_data_ipp-zeta_1_up_data>,) ... ok
  3643. test_data.test_boost(<Data for zeta_: zeta_1_below_data_ipp-zeta_1_below_data>,) ... ok
  3644. test_data.test_boost(<Data for gammaincinv: gamma_inv_data_ipp-gamma_inv_data>,) ... ok
  3645. test_data.test_boost(<Data for gammaincinv: gamma_inv_big_data_ipp-gamma_inv_big_data>,) ... ok
  3646. test_lambertw.test_values ... Warning: invalid value encountered in subtract
  3647. Warning: invalid value encountered in divide
  3648. ok
  3649. test_lambertw.test_ufunc ... ok
  3650. test_mpmath.test_expi_complex ... SKIP: Skipping test: test_expi_complex
  3651. mpmath library is not present
  3652. test_mpmath.test_hyp2f1_strange_points ... SKIP: Skipping test: test_hyp2f1_strange_points
  3653. mpmath library is not present
  3654. test_mpmath.test_hyp2f1_real_some_points ... SKIP: Skipping test: test_hyp2f1_real_some_points
  3655. mpmath library is not present
  3656. test_mpmath.test_hyp2f1_some_points_2 ... SKIP: Skipping test: test_hyp2f1_some_points_2
  3657. mpmath library is not present
  3658. test_mpmath.test_hyp2f1_real_some ... SKIP: Skipping test: test_hyp2f1_real_some
  3659. mpmath library is not present
  3660. test_mpmath.test_erf_complex ... SKIP: Skipping test: test_erf_complex
  3661. mpmath library is not present
  3662. test_orthogonal.TestCall.test_call ... Warning: invalid value encountered in divide
  3663. Warning: invalid value encountered in divide
  3664. Warning: invalid value encountered in divide
  3665. Warning: invalid value encountered in divide
  3666. Warning: invalid value encountered in divide
  3667. Warning: invalid value encountered in divide
  3668. Warning: invalid value encountered in divide
  3669. Warning: invalid value encountered in divide
  3670. Warning: invalid value encountered in divide
  3671. Warning: invalid value encountered in divide
  3672. ok
  3673. test_chebyc (test_orthogonal.TestCheby) ... Warning: invalid value encountered in divide
  3674. Warning: invalid value encountered in divide
  3675. Warning: invalid value encountered in divide
  3676. Warning: invalid value encountered in divide
  3677. ok
  3678. test_chebys (test_orthogonal.TestCheby) ... ok
  3679. test_chebyt (test_orthogonal.TestCheby) ... ok
  3680. test_chebyu (test_orthogonal.TestCheby) ... ok
  3681. test_gegenbauer (test_orthogonal.TestGegenbauer) ... ok
  3682. test_hermite (test_orthogonal.TestHermite) ... ok
  3683. test_hermitenorm (test_orthogonal.TestHermite) ... ok
  3684. test_orthogonal_eval.TestPolys.test_chebyc ... Warning: invalid value encountered in divide
  3685. Warning: invalid value encountered in divide
  3686. Warning: invalid value encountered in divide
  3687. Warning: invalid value encountered in divide
  3688. Warning: invalid value encountered in divide
  3689. Warning: invalid value encountered in divide
  3690. Warning: invalid value encountered in divide
  3691. Warning: invalid value encountered in divide
  3692. ok
  3693. test_orthogonal_eval.TestPolys.test_chebys ... ok
  3694. test_orthogonal_eval.TestPolys.test_chebyt ... ok
  3695. test_orthogonal_eval.TestPolys.test_chebyu ... ok
  3696. test_orthogonal_eval.TestPolys.test_gegenbauer ... ok
  3697. test_orthogonal_eval.TestPolys.test_genlaguerre ... ok
  3698. test_orthogonal_eval.TestPolys.test_hermite ... ok
  3699. test_orthogonal_eval.TestPolys.test_hermitenorm ... ok
  3700. test_orthogonal_eval.TestPolys.test_jacobi ... ok
  3701. test_orthogonal_eval.TestPolys.test_laguerre ... ok
  3702. test_orthogonal_eval.TestPolys.test_legendre ... ok
  3703. test_orthogonal_eval.TestPolys.test_sh_chebyt ... Warning: invalid value encountered in divide
  3704. Warning: invalid value encountered in divide
  3705. Warning: invalid value encountered in divide
  3706. Warning: invalid value encountered in divide
  3707. Warning: invalid value encountered in divide
  3708. Warning: invalid value encountered in divide
  3709. Warning: invalid value encountered in divide
  3710. Warning: invalid value encountered in divide
  3711. ok
  3712. test_orthogonal_eval.TestPolys.test_sh_chebyu ... ok
  3713. test_orthogonal_eval.TestPolys.test_sh_jacobi ... ok
  3714. test_orthogonal_eval.TestPolys.test_sh_legendre ... Warning: invalid value encountered in divide
  3715. Warning: invalid value encountered in divide
  3716. Warning: invalid value encountered in divide
  3717. Warning: invalid value encountered in divide
  3718. Warning: invalid value encountered in divide
  3719. Warning: invalid value encountered in divide
  3720. Warning: invalid value encountered in divide
  3721. Warning: invalid value encountered in divide
  3722. Warning: invalid value encountered in divide
  3723. ok
  3724. test_orthogonal_eval.test_eval_chebyt ... ok
  3725. test1 (test_spfun_stats.TestMultiGammaLn) ... ok
  3726. test_ararg (test_spfun_stats.TestMultiGammaLn) ... ok
  3727. test_bararg (test_spfun_stats.TestMultiGammaLn) ... ok
  3728. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), array(inf), array(inf), 0.31772708039386738, 0.021186836778540892, 1000, 'alphasample mean test') ... ok
  3729. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), array(inf), array(inf), 'alpha') ... ok
  3730. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), 'alpha') ... ok
  3731. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), 'alpha') ... ok
  3732. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), 'alpha') ... ok
  3733. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), 'alpha') ... ok
  3734. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), 'alpha') ... ok
  3735. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.alpha_gen object at 0x9f4986c>, (3.5704770516650459,), 'alpha') ... ok
  3736. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), array(0.0), array(0.11685027506808487), 0.019485173966289543, 0.11461131582481676, 1000, 'anglitsample mean test') ... ok
  3737. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), array(0.0), array(0.11685027506808487), 'anglit') ... ok
  3738. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), 'anglit') ... ok
  3739. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), 'anglit') ... ok
  3740. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), 'anglit') ... ok
  3741. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), 'anglit') ... ok
  3742. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), 'anglit') ... ok
  3743. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.anglit_gen object at 0x9f4996c>, (), 'anglit') ... ok
  3744. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), array(0.5), array(0.125), 0.51691545030819286, 0.12586663168201145, 1000, 'arcsinesample mean test') ... ok
  3745. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), array(0.5), array(0.125), 'arcsine') ... ok
  3746. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), 'arcsine') ... ok
  3747. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), 'arcsine') ... ok
  3748. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), 'arcsine') ... ok
  3749. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), 'arcsine') ... ok
  3750. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), 'arcsine') ... ok
  3751. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.arcsine_gen object at 0x9f49a2c>, (), 'arcsine') ... ok
  3752. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), array(0.78653818488354665), array(0.04264856955583702), 0.78396526766379815, 0.045854302817001986, 1000, 'betasample mean test') ... ok
  3753. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), array(0.78653818488354665), array(0.04264856955583702), 'beta') ... ok
  3754. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), 'beta') ... ok
  3755. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), 'beta') ... ok
  3756. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), 'beta') ... ok
  3757. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), 'beta') ... ok
  3758. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), 'beta') ... ok
  3759. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.beta_gen object at 0x9f49acc>, (2.3098496451481823, 0.62687954300963677), 'beta') ... ok
  3760. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), array(1.0), array(0.5), 0.96080765058071127, 0.47274240606696388, 1000, 'betaprimesample mean test') ... ok
  3761. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), array(1.0), array(0.5), 'betaprime') ... ok
  3762. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), 'betaprime') ... ok
  3763. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), 'betaprime') ... ok
  3764. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), 'betaprime') ... ok
  3765. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), 'betaprime') ... ok
  3766. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), 'betaprime') ... ok
  3767. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.betaprime_gen object at 0x9f49c4c>, (5, 6), 'betaprime') ... ok
  3768. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), array(0.47823078529291196), array(0.083238491922311225), 0.49336924420907019, 0.083341918695194112, 1000, 'bradfordsample mean test') ... ok
  3769. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), array(0.47823078529291196), array(0.083238491922311225), 'bradford') ... ok
  3770. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), 'bradford') ... ok
  3771. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), 'bradford') ... ok
  3772. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), 'bradford') ... ok
  3773. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), 'bradford') ... ok
  3774. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), 'bradford') ... ok
  3775. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.bradford_gen object at 0x9f49d0c>, (0.29891359763170633,), 'bradford') ... ok
  3776. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), array(1.2109372989617824), array(0.02914827276568499), 1.2204374750635179, 0.030007409783013299, 1000, 'burrsample mean test') ... ok
  3777. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), array(1.2109372989617824), array(0.02914827276568499), 'burr') ... ok
  3778. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), 'burr') ... ok
  3779. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), 'burr') ... ok
  3780. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), 'burr') ... ok
  3781. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), 'burr') ... ok
  3782. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), 'burr') ... ok
  3783. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.burr_gen object at 0x9f49e6c>, (10.5, 4.2999999999999998), 'burr') ... ok
  3784. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), array(inf), array(inf), 1.5526458878695526, 327.63988189221948, 1000, 'cauchysample mean test') ... ok
  3785. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), array(inf), array(inf), 'cauchy') ... ok
  3786. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), 'cauchy') ... ok
  3787. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), 'cauchy') ... ok
  3788. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), 'cauchy') ... ok
  3789. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), 'cauchy') ... ok
  3790. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), 'cauchy') ... ok
  3791. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.cauchy_gen object at 0x9f510ac>, (), 'cauchy') ... ok
  3792. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), array(8.8035000285242742), array(0.49838724777310972), 8.7666853364107968, 0.46130946026199121, 1000, 'chisample mean test') ... ok
  3793. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), array(8.8035000285242742), array(0.49838724777310972), 'chi') ... ok
  3794. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), 'chi') ... ok
  3795. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), 'chi') ... ok
  3796. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), 'chi') ... ok
  3797. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), 'chi') ... ok
  3798. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), 'chi') ... ok
  3799. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi_gen object at 0x9f511ac>, (78,), 'chi') ... ok
  3800. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), array(55.0), array(110.0), 54.443237765581792, 99.925909007064973, 1000, 'chi2sample mean test') ... ok
  3801. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), array(55.0), array(110.0), 'chi2') ... ok
  3802. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), 'chi2') ... ok
  3803. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), 'chi2') ... ok
  3804. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), 'chi2') ... ok
  3805. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), 'chi2') ... ok
  3806. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), 'chi2') ... ok
  3807. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.chi2_gen object at 0x9f512ac>, (55,), 'chi2') ... ok
  3808. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), array(0.0), array(2.3174697893161609), 0.058649521093078805, 2.2265558396676184, 1000, 'dgammasample mean test') ... ok
  3809. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), array(0.0), array(2.3174697893161609), 'dgamma') ... ok
  3810. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), 'dgamma') ... ok
  3811. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), 'dgamma') ... ok
  3812. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), 'dgamma') ... ok
  3813. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), 'dgamma') ... Warning: divide by zero encountered in log
  3814. ok
  3815. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), 'dgamma') ... ok
  3816. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dgamma_gen object at 0x9f514ac>, (1.1023326088288166,), 'dgamma') ... ok
  3817. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), array(0.0), array(0.98644644671326842), 0.03640005212926381, 0.9580928500389827, 1000, 'dweibullsample mean test') ... ok
  3818. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), array(0.0), array(0.98644644671326842), 'dweibull') ... ok
  3819. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), 'dweibull') ... ok
  3820. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), 'dweibull') ... ok
  3821. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), 'dweibull') ... ok
  3822. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), 'dweibull') ... Warning: divide by zero encountered in log
  3823. ok
  3824. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), 'dweibull') ... ok
  3825. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.dweibull_gen object at 0x9f5152c>, (2.0685080649914673,), 'dweibull') ... ok
  3826. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), array(20.0), array(20.0), 19.759095772201878, 18.118858828066088, 1000, 'erlangsample mean test') ... ok
  3827. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), array(20.0), array(20.0), 'erlang') ... ok
  3828. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), 'erlang') ... ok
  3829. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), 'erlang') ... ok
  3830. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), 'erlang') ... ok
  3831. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), 'erlang') ... ok
  3832. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), 'erlang') ... ok
  3833. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.erlang_gen object at 0x9f516ac>, (20,), 'erlang') ... ok
  3834. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), array(1.0), array(1.0), 1.0489197735650717, 1.0635814072598191, 1000, 'exponsample mean test') ... ok
  3835. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), array(1.0), array(1.0), 'expon') ... ok
  3836. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), 'expon') ... ok
  3837. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), 'expon') ... ok
  3838. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), 'expon') ... ok
  3839. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), 'expon') ... ok
  3840. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), 'expon') ... ok
  3841. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.expon_gen object at 0x9f517ac>, (), 'expon') ... ok
  3842. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), array(0.76622330667382488), array(0.05900404926303171), 0.78088147091689719, 0.055982343857351263, 1000, 'exponpowsample mean test') ... ok
  3843. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), array(0.76622330667382488), array(0.05900404926303171), 'exponpow') ... ok
  3844. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), 'exponpow') ... ok
  3845. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), 'exponpow') ... ok
  3846. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), 'exponpow') ... ok
  3847. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), 'exponpow') ... ok
  3848. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), 'exponpow') ... ok
  3849. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponpow_gen object at 0x9f4908c>, (2.697119160358469,), 'exponpow') ... ok
  3850. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), array(1.2873418037984079), array(0.18119174498960655), 1.3122933415946192, 0.18047748963723559, 1000, 'exponweibsample mean test') ... ok
  3851. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), array(1.2873418037984079), array(0.18119174498960655), 'exponweib') ... ok
  3852. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), 'exponweib') ... ok
  3853. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), 'exponweib') ... ok
  3854. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), 'exponweib') ... ok
  3855. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), 'exponweib') ... ok
  3856. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), 'exponweib') ... ok
  3857. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.exponweib_gen object at 0x9f518ac>, (2.8923945291034436, 1.9505288745913174), 'exponweib') ... ok
  3858. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), array(1.125), array(0.2805572660098522), 1.1043635143445394, 0.26689745386425451, 1000, 'fsample mean test') ... ok
  3859. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), array(1.125), array(0.2805572660098522), 'f') ... ok
  3860. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), 'f') ... ok
  3861. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), 'f') ... ok
  3862. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), 'f') ... ok
  3863. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), 'f') ... ok
  3864. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), 'f') ... ok
  3865. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.f_gen object at 0x9f51c8c>, (29, 18), 'f') ... ok
  3866. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), array(421.5), array(884942.25), 381.5231692182968, 659709.81429483288, 1000, 'fatiguelifesample mean test') ... ok
  3867. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), array(421.5), array(884942.25), 'fatiguelife') ... ok
  3868. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), 'fatiguelife') ... ok
  3869. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), 'fatiguelife') ... ok
  3870. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), 'fatiguelife') ... ok
  3871. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), 'fatiguelife') ... ok
  3872. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), 'fatiguelife') ... ok
  3873. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fatiguelife_gen object at 0x9f51a6c>, (29,), 'fatiguelife') ... ok
  3874. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), array(1.1961976340331102), array(0.84763509403100734), 1.2366804437236738, 0.81012589838120341, 1000, 'fisksample mean test') ... ok
  3875. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), array(1.1961976340331102), array(0.84763509403100734), 'fisk') ... ok
  3876. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), 'fisk') ... ok
  3877. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), 'fisk') ... ok
  3878. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), 'fisk') ... ok
  3879. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), 'fisk') ... ok
  3880. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), 'fisk') ... ok
  3881. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.fisk_gen object at 0x9f49f8c>, (3.0857548622253179,), 'fisk') ... ok
  3882. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), array(inf), array(inf), 7.1128596673275517, 316.34888997897679, 1000, 'foldcauchysample mean test') ... ok
  3883. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), array(inf), array(inf), 'foldcauchy') ... ok
  3884. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), 'foldcauchy') ... ok
  3885. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), 'foldcauchy') ... ok
  3886. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), 'foldcauchy') ... ok
  3887. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), 'foldcauchy') ... ok
  3888. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), 'foldcauchy') ... ok
  3889. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldcauchy_gen object at 0x9f51b8c>, (4.7164673455831894,), 'foldcauchy') ... ok
  3890. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), array(1.97141281966251), array(0.92432482721597609), 1.9485668609369065, 0.89445098899947073, 1000, 'foldnormsample mean test') ... ok
  3891. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), array(1.97141281966251), array(0.92432482721597609), 'foldnorm') ... ok
  3892. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), 'foldnorm') ... ok
  3893. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), 'foldnorm') ... ok
  3894. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), 'foldnorm') ... ok
  3895. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), 'foldnorm') ... ok
  3896. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), 'foldnorm') ... ok
  3897. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.foldnorm_gen object at 0x9f51d8c>, (1.9521253373555869,), 'foldnorm') ... ok
  3898. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), array(-0.9014841669765834), array(0.076288054283962903), -0.88452420295607126, 0.07344496156832396, 1000, 'frechet_lsample mean test') ... ok
  3899. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), array(-0.9014841669765834), array(0.076288054283962903), 'frechet_l') ... ok
  3900. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), 'frechet_l') ... ok
  3901. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), 'frechet_l') ... ok
  3902. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), 'frechet_l') ... ok
  3903. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), 'frechet_l') ... ok
  3904. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), 'frechet_l') ... ok
  3905. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5608c>, (3.6279911255583239,), 'frechet_l') ... ok
  3906. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), array(0.88747270666698841), array(0.23766896745884458), 0.91443119143867402, 0.24138404811476447, 1000, 'frechet_rsample mean test') ... ok
  3907. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), array(0.88747270666698841), array(0.23766896745884458), 'frechet_r') ... ok
  3908. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), 'frechet_r') ... ok
  3909. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), 'frechet_r') ... ok
  3910. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), 'frechet_r') ... ok
  3911. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), 'frechet_r') ... ok
  3912. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), 'frechet_r') ... ok
  3913. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51e8c>, (1.8928171603534227,), 'frechet_r') ... ok
  3914. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), array(1.9932305483800778), array(1.9932305483800778), 1.9049475453784122, 1.6832872321787387, 1000, 'gammasample mean test') ... ok
  3915. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), array(1.9932305483800778), array(1.9932305483800778), 'gamma') ... ok
  3916. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), 'gamma') ... ok
  3917. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), 'gamma') ... ok
  3918. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), 'gamma') ... ok
  3919. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), 'gamma') ... ok
  3920. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), 'gamma') ... ok
  3921. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gamma_gen object at 0x9f5666c>, (1.9932305483800778,), 'gamma') ... ok
  3922. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), array(0.68628702119319185), array(2.2262410732082651), 0.76598002574841639, 2.3195034224827271, 1000, 'genextremesample mean test') ... ok
  3923. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), array(0.68628702119319185), array(2.2262410732082651), 'genextreme') ... ok
  3924. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), 'genextreme') ... ok
  3925. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), 'genextreme') ... ok
  3926. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), 'genextreme') ... ok
  3927. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), 'genextreme') ... ok
  3928. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), 'genextreme') ... ok
  3929. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genextreme_gen object at 0x9f5656c>, (-0.10000000000000001,), 'genextreme') ... ok
  3930. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), array(1.5702162249275609), array(0.060317549758582167), 1.5854913681198328, 0.057829220024230743, 1000, 'gengammasample mean test') ... ok
  3931. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), array(1.5702162249275609), array(0.060317549758582167), 'gengamma') ... ok
  3932. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), 'gengamma') ... ok
  3933. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), 'gengamma') ... ok
  3934. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), 'gengamma') ... ok
  3935. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), 'gengamma') ... ok
  3936. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), 'gengamma') ... ok
  3937. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gengamma_gen object at 0x9f5668c>, (4.4162385429431925, 3.1193091679242761), 'gengamma') ... ok
  3938. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), array(0.70597656450848112), array(0.12459765121103794), 0.72486157273526908, 0.1219347345196404, 1000, 'genhalflogisticsample mean test') ... ok
  3939. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), array(0.70597656450848112), array(0.12459765121103794), 'genhalflogistic') ... ok
  3940. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), 'genhalflogistic') ... ok
  3941. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), 'genhalflogistic') ... ok
  3942. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), 'genhalflogistic') ... ok
  3943. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), 'genhalflogistic') ... ok
  3944. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), 'genhalflogistic') ... ok
  3945. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genhalflogistic_gen object at 0x9f567cc>, (0.77274727809929322,), 'genhalflogistic') ... ok
  3946. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), array(-1.8996417990533176), array(8.5520107632574316), -1.6915023776411082, 7.2701839656308893, 1000, 'genlogisticsample mean test') ... ok
  3947. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), array(-1.8996417990533176), array(8.5520107632574316), 'genlogistic') ... ok
  3948. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), 'genlogistic') ... ok
  3949. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), 'genlogistic') ... ok
  3950. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), 'genlogistic') ... ok
  3951. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), 'genlogistic') ... ok
  3952. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), 'genlogistic') ... ok
  3953. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genlogistic_gen object at 0x9f5624c>, (0.41192440799679475,), 'genlogistic') ... ok
  3954. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), array(1.1111111111111116), array(1.543209876543199), 1.1693857515263724, 1.6532801760783784, 1000, 'genparetosample mean test') ... ok
  3955. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), array(1.1111111111111116), array(1.543209876543199), 'genpareto') ... ok
  3956. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), 'genpareto') ... ok
  3957. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), 'genpareto') ... ok
  3958. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), 'genpareto') ... ok
  3959. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), 'genpareto') ... ok
  3960. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), 'genpareto') ... ok
  3961. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.genpareto_gen object at 0x9f5636c>, (0.10000000000000001,), 'genpareto') ... ok
  3962. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), array(1.6487212707001282), array(4.670774270471604), 1.5542857947354745, 3.0177319205419812, 1000, 'gilbratsample mean test') ... ok
  3963. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), array(1.6487212707001282), array(4.670774270471604), 'gilbrat') ... ok
  3964. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), 'gilbrat') ... ok
  3965. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), 'gilbrat') ... ok
  3966. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), 'gilbrat') ... ok
  3967. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), 'gilbrat') ... ok
  3968. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), 'gilbrat') ... ok
  3969. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gilbrat_gen object at 0x9f5f8ec>, (), 'gilbrat') ... ok
  3970. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), array(0.61842381762891141), array(0.18616258957403664), 0.64114216641328881, 0.19073684302906715, 1000, 'gompertzsample mean test') ... ok
  3971. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), array(0.61842381762891141), array(0.18616258957403664), 'gompertz') ... ok
  3972. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), 'gompertz') ... ok
  3973. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), 'gompertz') ... ok
  3974. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), 'gompertz') ... ok
  3975. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), 'gompertz') ... ok
  3976. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), 'gompertz') ... ok
  3977. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gompertz_gen object at 0x9f568ec>, (0.94743713075105251,), 'gompertz') ... ok
  3978. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), array(-0.57721566490153287), array(1.6449340668482264), -0.48770832402349995, 1.4031452475835418, 1000, 'gumbel_lsample mean test') ... ok
  3979. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), array(-0.57721566490153287), array(1.6449340668482264), 'gumbel_l') ... ok
  3980. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), 'gumbel_l') ... ok
  3981. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), 'gumbel_l') ... ok
  3982. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), 'gumbel_l') ... ok
  3983. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), 'gumbel_l') ... ok
  3984. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), 'gumbel_l') ... ok
  3985. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_l_gen object at 0x9f56a0c>, (), 'gumbel_l') ... ok
  3986. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), array(0.57721566490153287), array(1.6449340668482264), 0.64936088543269987, 1.6827982006295097, 1000, 'gumbel_rsample mean test') ... ok
  3987. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), array(0.57721566490153287), array(1.6449340668482264), 'gumbel_r') ... ok
  3988. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), 'gumbel_r') ... ok
  3989. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), 'gumbel_r') ... ok
  3990. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), 'gumbel_r') ... ok
  3991. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), 'gumbel_r') ... ok
  3992. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), 'gumbel_r') ... ok
  3993. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.gumbel_r_gen object at 0x9f569cc>, (), 'gumbel_r') ... ok
  3994. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), array(inf), array(inf), 5.8851391398051529, 1194.9588343167102, 1000, 'halfcauchysample mean test') ... ok
  3995. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), array(inf), array(inf), 'halfcauchy') ... ok
  3996. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), 'halfcauchy') ... ok
  3997. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), 'halfcauchy') ... ok
  3998. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), 'halfcauchy') ... ok
  3999. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), 'halfcauchy') ... ok
  4000. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), 'halfcauchy') ... ok
  4001. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfcauchy_gen object at 0x9f56b0c>, (), 'halfcauchy') ... ok
  4002. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), array(1.3862943611198906), array(1.3680560780236473), 1.445669360439183, 1.4370223442716132, 1000, 'halflogisticsample mean test') ... ok
  4003. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), array(1.3862943611198906), array(1.3680560780236473), 'halflogistic') ... ok
  4004. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), 'halflogistic') ... ok
  4005. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), 'halflogistic') ... ok
  4006. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), 'halflogistic') ... ok
  4007. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), 'halflogistic') ... ok
  4008. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), 'halflogistic') ... ok
  4009. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halflogistic_gen object at 0x9f56bcc>, (), 'halflogistic') ... ok
  4010. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), array(0.79788456080286541), array(0.36338022763241862), 0.7895392823931896, 0.34253579133614614, 1000, 'halfnormsample mean test') ... ok
  4011. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), array(0.79788456080286541), array(0.36338022763241862), 'halfnorm') ... ok
  4012. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), 'halfnorm') ... ok
  4013. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), 'halfnorm') ... ok
  4014. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), 'halfnorm') ... ok
  4015. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), 'halfnorm') ... ok
  4016. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), 'halfnorm') ... ok
  4017. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.halfnorm_gen object at 0x9f56c8c>, (), 'halfnorm') ... ok
  4018. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), array(0.0), array(2.4674011002723395), 0.10651732466849632, 2.2821454925062783, 1000, 'hypsecantsample mean test') ... ok
  4019. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), array(0.0), array(2.4674011002723395), 'hypsecant') ... ok
  4020. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), 'hypsecant') ... ok
  4021. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), 'hypsecant') ... ok
  4022. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), 'hypsecant') ... ok
  4023. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), 'hypsecant') ... ok
  4024. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), 'hypsecant') ... ok
  4025. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.hypsecant_gen object at 0x9f56d4c>, (), 'hypsecant') ... ok
  4026. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), array(0.93729530609975309), array(13.131951625091871), 0.98003361245261911, 2.2163927217803856, 1000, 'invgammasample mean test') ... ok
  4027. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), array(0.93729530609975309), array(13.131951625091871), 'invgamma') ... ok
  4028. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), 'invgamma') ... ok
  4029. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), 'invgamma') ... ok
  4030. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), 'invgamma') ... ok
  4031. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), 'invgamma') ... ok
  4032. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), 'invgamma') ... ok
  4033. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invgamma_gen object at 0x9f56ecc>, (2.0668996136993067,), 'invgamma') ... ok
  4034. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), array(0.14546264555347513), array(0.0030778995751055637), 0.14654162671350618, 0.002904205822954576, 1000, 'invnormsample mean test') ... ok
  4035. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), array(0.14546264555347513), array(0.0030778995751055637), 'invnorm') ... ok
  4036. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), 'invnorm') ... ok
  4037. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), 'invnorm') ... ok
  4038. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), 'invnorm') ... ok
  4039. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), 'invnorm') ... ok
  4040. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), 'invnorm') ... ok
  4041. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.invnorm_gen object at 0x9f56fcc>, (0.14546264555347513,), 'invnorm') ... ok
  4042. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), array(0.20952073643389141), array(0.0026608544463240791), 0.21254860453459296, 0.002650284972435924, 1000, 'johnsonsbsample mean test') ... ok
  4043. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), array(0.20952073643389141), array(0.0026608544463240791), 'johnsonsb') ... ok
  4044. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), 'johnsonsb') ... ok
  4045. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), 'johnsonsb') ... ok
  4046. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), 'johnsonsb') ... ok
  4047. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), 'johnsonsb') ... ok
  4048. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), 'johnsonsb') ... ok
  4049. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.johnsonsb_gen object at 0x9f5f14c>, (4.3172675099141058, 3.1837781130785063), 'johnsonsb') ... ok
  4050. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), array(0.0), array(2.0), 0.098100813619853122, 1.8262500606297387, 1000, 'laplacesample mean test') ... ok
  4051. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), array(0.0), array(2.0), 'laplace') ... ok
  4052. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), 'laplace') ... ok
  4053. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), 'laplace') ... ok
  4054. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), 'laplace') ... ok
  4055. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), 'laplace') ... ok
  4056. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), 'laplace') ... ok
  4057. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.laplace_gen object at 0x9f5f2cc>, (), 'laplace') ... ok
  4058. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), array(inf), array(inf), 1932.0205477129177, 578434680.15985334, 1000, 'levysample mean test') ... ok
  4059. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), array(inf), array(inf), 'levy') ... ok
  4060. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), 'levy') ... ok
  4061. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), 'levy') ... ok
  4062. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), 'levy') ... ok
  4063. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), 'levy') ... ok
  4064. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), 'levy') ... ok
  4065. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_gen object at 0x9f5f30c>, (), 'levy') ... ok
  4066. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), array(inf), array(inf), -146.03264446610149, 5369822.6715052985, 1000, 'levy_lsample mean test') ... ok
  4067. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), array(inf), array(inf), 'levy_l') ... ok
  4068. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), 'levy_l') ... ok
  4069. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), 'levy_l') ... ok
  4070. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), 'levy_l') ... ok
  4071. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), 'levy_l') ... ok
  4072. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), 'levy_l') ... ok
  4073. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.levy_l_gen object at 0x9f5f42c>, (), 'levy_l') ... ok
  4074. Warning: overflow encountered in exp
  4075. Warning: overflow encountered in exp
  4076. Warning: overflow encountered in exp
  4077. Warning: overflow encountered in exp
  4078. Warning: overflow encountered in exp
  4079. Warning: overflow encountered in exp
  4080. Warning: overflow encountered in exp
  4081. Warning: overflow encountered in exp
  4082. Warning: overflow encountered in exp
  4083. Warning: overflow encountered in exp
  4084. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), array(-2.4617679388246936), array(6.8426502245961025), -2.4057296757832169, 5.9831621683265697, 1000, 'loggammasample mean test') ... ok
  4085. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), array(-2.4617679388246936), array(6.8426502245961025), 'loggamma') ... Warning: overflow encountered in exp
  4086. Warning: overflow encountered in exp
  4087. Warning: overflow encountered in exp
  4088. Warning: overflow encountered in exp
  4089. Warning: overflow encountered in exp
  4090. Warning: overflow encountered in exp
  4091. Warning: overflow encountered in exp
  4092. Warning: overflow encountered in exp
  4093. Warning: overflow encountered in exp
  4094. Warning: overflow encountered in exp
  4095. ok
  4096. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), 'loggamma') ... ok
  4097. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), 'loggamma') ... ok
  4098. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), 'loggamma') ... ok
  4099. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), 'loggamma') ... ok
  4100. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), 'loggamma') ... ok
  4101. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loggamma_gen object at 0x9f5f6ac>, (0.41411931826052117,), 'loggamma') ... ok
  4102. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), array(0.0), array(3.2898681336964528), 0.12005549995830977, 3.0789850583848901, 1000, 'logisticsample mean test') ... ok
  4103. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), array(0.0), array(3.2898681336964528), 'logistic') ... ok
  4104. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), 'logistic') ... ok
  4105. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), 'logistic') ... ok
  4106. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), 'logistic') ... ok
  4107. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), 'logistic') ... ok
  4108. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), 'logistic') ... ok
  4109. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.logistic_gen object at 0x9f5f5ac>, (), 'logistic') ... ok
  4110. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), array(1.1045330480739952), array(0.38917293304417666), 1.1334773520725607, 0.37349384621458176, 1000, 'loglaplacesample mean test') ... ok
  4111. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), array(1.1045330480739952), array(0.38917293304417666), 'loglaplace') ... ok
  4112. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), 'loglaplace') ... ok
  4113. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), 'loglaplace') ... ok
  4114. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), 'loglaplace') ... ok
  4115. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), 'loglaplace') ... ok
  4116. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), 'loglaplace') ... ok
  4117. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.loglaplace_gen object at 0x9f5f72c>, (3.2505926592051435,), 'loglaplace') ... ok
  4118. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), array(1.5757871665018548), array(3.6827062109137709), 1.493598084343392, 2.4720855647743405, 1000, 'lognormsample mean test') ... ok
  4119. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), array(1.5757871665018548), array(3.6827062109137709), 'lognorm') ... ok
  4120. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), 'lognorm') ... ok
  4121. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), 'lognorm') ... ok
  4122. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), 'lognorm') ... ok
  4123. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), 'lognorm') ... ok
  4124. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), 'lognorm') ... ok
  4125. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lognorm_gen object at 0x9f5f7ec>, (0.95368226960575331,), 'lognorm') ... ok
  4126. Warning: invalid value encountered in sqrt
  4127. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), array(1.1400690695795155), array(inf), 1.2046982570012685, 8.1205985026367316, 1000, 'lomaxsample mean test') ... ok
  4128. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), array(1.1400690695795155), array(inf), 'lomax') ... Warning: invalid value encountered in sqrt
  4129. Warning: invalid value encountered in sqrt
  4130. ok
  4131. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), 'lomax') ... ok
  4132. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), 'lomax') ... ok
  4133. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), 'lomax') ... ok
  4134. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), 'lomax') ... ok
  4135. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), 'lomax') ... ok
  4136. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.lomax_gen object at 0x9f5ff8c>, (1.8771398388773268,), 'lomax') ... ok
  4137. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), array(1.5957691216057308), array(0.45352091052967447), 1.5580947217508436, 0.41026340192631594, 1000, 'maxwellsample mean test') ... ok
  4138. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), array(1.5957691216057308), array(0.45352091052967447), 'maxwell') ... ok
  4139. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), 'maxwell') ... ok
  4140. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), 'maxwell') ... ok
  4141. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), 'maxwell') ... ok
  4142. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), 'maxwell') ... ok
  4143. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), 'maxwell') ... ok
  4144. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.maxwell_gen object at 0x9f5f92c>, (), 'maxwell') ... ok
  4145. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:3628: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (4.9673794866666236558, 0.22373737420826877997): got 3.1975 +- 3.99724e-07, code 3
  4146.  
  4147. return sqrt(1.0/nu*special.gammaincinv(nu,q))
  4148. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), array(0.97519075370169728), array(0.04900299389471563), nan, nan, 1000, 'nakagamisample mean test') ... ok
  4149. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), array(0.97519075370169728), array(0.04900299389471563), 'nakagami') ... ok
  4150. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), 'nakagami') ... ok
  4151. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), 'nakagami') ... ok
  4152. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), 'nakagami') ... ok
  4153. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), 'nakagami') ... ok
  4154. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), 'nakagami') ... ok
  4155. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nakagami_gen object at 0x9f5faac>, (4.9673794866666237,), 'nakagami') ... ok
  4156. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), array(1.0966313767196905), array(0.19835325341303081), 1.0759414510260821, 0.18247641865181691, 1000, 'ncfsample mean test') ... ok
  4157. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), array(1.0966313767196905), array(0.19835325341303081), 'ncf') ... ok
  4158. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), 'ncf') ... ok
  4159. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), 'ncf') ... ok
  4160. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), 'ncf') ... ok
  4161. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), 'ncf') ... ok
  4162. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), 'ncf') ... ok
  4163. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncf_gen object at 0x9f5fcac>, (27, 27, 0.41578441799226107), 'ncf') ... ok
  4164. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), array(0.25436732738327772), array(1.1694163414603562), 0.2391750701345105, 1.0714795483341117, 1000, 'nctsample mean test') ... ok
  4165. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), array(0.25436732738327772), array(1.1694163414603562), 'nct') ... ok
  4166. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), 'nct') ... ok
  4167. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), 'nct') ... ok
  4168. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), 'nct') ... ok
  4169. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), 'nct') ... ok
  4170. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), 'nct') ... ok
  4171. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.nct_gen object at 0x9f5fdcc>, (14, 0.24045031331198066), 'nct') ... ok
  4172. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), array(22.056046597511642), array(46.224186390046569), 22.092814053046375, 48.38458031593926, 1000, 'ncx2sample mean test') ... ok
  4173. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), array(22.056046597511642), array(46.224186390046569), 'ncx2') ... ok
  4174. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), 'ncx2') ... ok
  4175. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), 'ncx2') ... ok
  4176. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), 'ncx2') ... ok
  4177. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), 'ncx2') ... ok
  4178. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), 'ncx2') ... ok
  4179. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.ncx2_gen object at 0x9f5fbac>, (21, 1.0560465975116415), 'ncx2') ... ok
  4180. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), array(0.0), array(1.0), -0.021857613430289077, 0.96543031451323102, 1000, 'normsample mean test') ... ok
  4181. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), array(0.0), array(1.0), 'norm') ... ok
  4182. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), 'norm') ... ok
  4183. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), 'norm') ... ok
  4184. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), 'norm') ... ok
  4185. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), 'norm') ... ok
  4186. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), 'norm') ... ok
  4187. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.norm_gen object at 0x9f4974c>, (), 'norm') ... ok
  4188. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), array(1.6166305764162521), array(1.6034057205287133), 1.6550137301062535, 1.2674974417903762, 1000, 'paretosample mean test') ... ok
  4189. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), array(1.6166305764162521), array(1.6034057205287133), 'pareto') ... ok
  4190. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), 'pareto') ... ok
  4191. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), 'pareto') ... ok
  4192. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), 'pareto') ... ok
  4193. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), 'pareto') ... ok
  4194. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), 'pareto') ... ok
  4195. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.pareto_gen object at 0x9f5ff0c>, (2.621716532144454,), 'pareto') ... ok
  4196. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), array(0.62393479469353574), array(0.85857496135780687), 0.6381234170824458, 0.061503031152340959, 1000, 'powerlawsample mean test') ... ok
  4197. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), array(0.62393479469353574), array(0.85857496135780687), 'powerlaw') ... ok
  4198. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), 'powerlaw') ... ok
  4199. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), 'powerlaw') ... ok
  4200. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), 'powerlaw') ... ok
  4201. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), 'powerlaw') ... ok
  4202. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), 'powerlaw') ... ok
  4203. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powerlaw_gen object at 0x9f5ffac>, (1.6591133289905851,), 'powerlaw') ... ok
  4204. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), array(-1.0934378551735171), array(0.46999722851193337), -1.0492605411034246, 0.43875052024467159, 1000, 'powernormsample mean test') ... ok
  4205. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), array(-1.0934378551735171), array(0.46999722851193337), 'powernorm') ... ok
  4206. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), 'powernorm') ... ok
  4207. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), 'powernorm') ... ok
  4208. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), 'powernorm') ... ok
  4209. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), 'powernorm') ... ok
  4210. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), 'powernorm') ... ok
  4211. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.powernorm_gen object at 0x9f661ec>, (4.4453652254590779,), 'powernorm') ... ok
  4212. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), array(1.2533141373155001), array(0.42920367320510344), 1.2898620140336596, 0.43409553188317462, 1000, 'rayleighsample mean test') ... ok
  4213. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), array(1.2533141373155001), array(0.42920367320510344), 'rayleigh') ... ok
  4214. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), 'rayleigh') ... ok
  4215. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), 'rayleigh') ... ok
  4216. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), 'rayleigh') ... ok
  4217. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), 'rayleigh') ... ok
  4218. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), 'rayleigh') ... ok
  4219. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.rayleigh_gen object at 0x9f663ec>, (), 'rayleigh') ... ok
  4220. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), array(0.19667848552072986), array(0.060882307287375481), 0.2086064427595101, 0.06412533451045889, 1000, 'reciprocalsample mean test') ... ok
  4221. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), array(0.19667848552072986), array(0.060882307287375481), 'reciprocal') ... ok
  4222. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), 'reciprocal') ... ok
  4223. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), 'reciprocal') ... ok
  4224. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), 'reciprocal') ... ok
  4225. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), 'reciprocal') ... ok
  4226. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), 'reciprocal') ... ok
  4227. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.reciprocal_gen object at 0x9f6642c>, (0.0062309367010521255, 1.0062309367010522), 'reciprocal') ... ok
  4228. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), array(0.0), array(3.6905172081719186), -0.027973201793274054, 3.534440759001078, 1000, 'tsample mean test') ... ok
  4229. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), array(0.0), array(3.6905172081719186), 't') ... ok
  4230. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), 't') ... ok
  4231. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), 't') ... ok
  4232. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), 't') ... ok
  4233. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), 't') ... ok
  4234. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), 't') ... ok
  4235. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.t_gen object at 0x9f5fd6c>, (2.7433514990818093,), 't') ... ok
  4236. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), array(0.38595009941509401), array(0.048170356578380126), 0.3979467137648407, 0.048758189137974771, 1000, 'triangsample mean test') ... ok
  4237. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), array(0.38595009941509401), array(0.048170356578380126), 'triang') ... ok
  4238. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), 'triang') ... ok
  4239. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), 'triang') ... ok
  4240. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), 'triang') ... ok
  4241. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), 'triang') ... ok
  4242. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), 'triang') ... ok
  4243. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.triang_gen object at 0x9f6670c>, (0.15785029824528218,), 'triang') ... ok
  4244. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), array(0.95654169346841034), array(0.79425834443323384), 1.0006988174499494, 0.83089849698746743, 1000, 'truncexponsample mean test') ... ok
  4245. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), array(0.95654169346841034), array(0.79425834443323384), 'truncexpon') ... ok
  4246. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), 'truncexpon') ... ok
  4247. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), 'truncexpon') ... ok
  4248. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), 'truncexpon') ... ok
  4249. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), 'truncexpon') ... ok
  4250. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), 'truncexpon') ... ok
  4251. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncexpon_gen object at 0x9f6682c>, (4.6907725456810478,), 'truncexpon') ... ok
  4252. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), array(0.24256013977032281), array(0.63221524437974919), 0.28565694330796615, 0.63826177893087399, 1000, 'truncnormsample mean test') ... ok
  4253. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), array(0.24256013977032281), array(0.63221524437974919), 'truncnorm') ... ok
  4254. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), 'truncnorm') ... ok
  4255. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), 'truncnorm') ... ok
  4256. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), 'truncnorm') ... ok
  4257. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), 'truncnorm') ... ok
  4258. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), 'truncnorm') ... ok
  4259. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.truncnorm_gen object at 0x9f668ac>, (-1.0978730080013919, 2.7306754109031979), 'truncnorm') ... ok
  4260. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), array(0.0), array(0.30476472279111871), 0.0090800061342219546, 0.026536393118696603, 1000, 'tukeylambdasample mean test') ... ok
  4261. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), array(0.0), array(0.30476472279111871), 'tukeylambda') ... ok
  4262. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), 'tukeylambda') ... ok
  4263. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), 'tukeylambda') ... ok
  4264. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), 'tukeylambda') ... ok
  4265. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), 'tukeylambda') ... ok
  4266. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), 'tukeylambda') ... ok
  4267. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.tukeylambda_gen object at 0x9f669ec>, (3.1321477856738267,), 'tukeylambda') ... ok
  4268. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), array(0.5), array(0.083333333333333329), 0.51516123993082608, 0.083002600178291683, 1000, 'uniformsample mean test') ... ok
  4269. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), array(0.5), array(0.083333333333333329), 'uniform') ... ok
  4270. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), 'uniform') ... ok
  4271. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), 'uniform') ... ok
  4272. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), 'uniform') ... ok
  4273. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), 'uniform') ... ok
  4274. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), 'uniform') ... ok
  4275. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.uniform_gen object at 0x9f66a0c>, (), 'uniform') ... ok
  4276. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wald_gen object at 0x9f66bec>, (), array(1.0), array(1.0), 1.0190852081914161, 1.0256627129688465, 1000, 'waldsample mean test') ... ok
  4277. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wald_gen object at 0x9f66bec>, (), array(1.0), array(1.0), 'wald') ... ok
  4278. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wald_gen object at 0x9f66bec>, (), 'wald') ... ok
  4279. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wald_gen object at 0x9f66bec>, (), 'wald') ... ok
  4280. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wald_gen object at 0x9f66bec>, (), 'wald') ... ok
  4281. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), array(-0.89129676887660936), array(0.11369305518071726), -0.87022627496962035, 0.10761318131749302, 1000, 'weibull_maxsample mean test') ... ok
  4282. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), array(-0.89129676887660936), array(0.11369305518071726), 'weibull_max') ... ok
  4283. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), 'weibull_max') ... ok
  4284. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), 'weibull_max') ... ok
  4285. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), 'weibull_max') ... ok
  4286. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), 'weibull_max') ... ok
  4287. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), 'weibull_max') ... ok
  4288. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_l_gen object at 0x9f5618c>, (2.8687961709100187,), 'weibull_max') ... ok
  4289. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), array(0.8896162979747505), array(0.26510662289002973), 0.91782113279650301, 0.27042300220730836, 1000, 'weibull_minsample mean test') ... ok
  4290. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), array(0.8896162979747505), array(0.26510662289002973), 'weibull_min') ... ok
  4291. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), 'weibull_min') ... ok
  4292. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), 'weibull_min') ... ok
  4293. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), 'weibull_min') ... ok
  4294. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), 'weibull_min') ... ok
  4295. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), 'weibull_min') ... ok
  4296. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.frechet_r_gen object at 0x9f51f8c>, (1.7866166930421596,), 'weibull_min') ... ok
  4297. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), array(3.1415926535897931), array(3.4151322438845), 3.2377370605003604, 3.4056398320138883, 1000, 'wrapcauchysample mean test') ... ok
  4298. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), array(3.1415926535897931), array(3.4151322438845), 'wrapcauchy') ... ok
  4299. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), 'wrapcauchy') ... ok
  4300. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), 'wrapcauchy') ... ok
  4301. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), 'wrapcauchy') ... ok
  4302. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), 'wrapcauchy') ... ok
  4303. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), 'wrapcauchy') ... ok
  4304. test_continuous_basic.test_cont_basic(<scipy.stats.distributions.wrapcauchy_gen object at 0x9f66c6c>, (0.031071279018614728,), 'wrapcauchy') ... ok
  4305. test_continuous_extra.test_540_567 ... ok
  4306. test_discrete_basic.test_discrete_basic(0.29999999999999999, array(0.29999999999999999), 'bernoulli sample mean test') ... ok
  4307. test_discrete_basic.test_discrete_basic(0.20999999999999996, array(0.20999999999999999), 'bernoulli sample var test') ... ok
  4308. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.bernoulli_gen object at 0x9f66dec>, (0.29999999999999999,), 'bernoulli cdf_ppf') ... ok
  4309. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.bernoulli_gen object at 0x9f66dec>, (0.29999999999999999,), array([0, 1]), 'bernoulli cdf_ppf') ... ok
  4310. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.bernoulli_gen object at 0x9f66dec>, (0.29999999999999999,), 'bernoulli pmf_cdf') ... ok
  4311. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.bernoulli_gen object at 0x9f66dec>, (0.29999999999999999,), 'bernoulli oth') ... ok
  4312. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.bernoulli_gen object at 0x9f66dec>, (0.29999999999999999,), -1.2380952380952377, 0.87287156094396945, 'bernoulli skew_kurt') ... ok
  4313. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.bernoulli_gen object at 0x9f66dec>, (0.29999999999999999,), array([0, 0, 0, ..., 1, 0, 0]), 0.01, 'bernoulli chisquare') ... ok
  4314. test_discrete_basic.test_discrete_basic(2.0015000000000001, array(2.0), 'binom sample mean test') ... ok
  4315. test_discrete_basic.test_discrete_basic(1.1854977500000001, array(1.2), 'binom sample var test') ... ok
  4316. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.binom_gen object at 0x9f66d2c>, (5, 0.40000000000000002), 'binom cdf_ppf') ... ok
  4317. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.binom_gen object at 0x9f66d2c>, (5, 0.40000000000000002), array([0, 1, 2, 3, 4, 5]), 'binom cdf_ppf') ... ok
  4318. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.binom_gen object at 0x9f66d2c>, (5, 0.40000000000000002), 'binom pmf_cdf') ... ok
  4319. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.binom_gen object at 0x9f66d2c>, (5, 0.40000000000000002), 'binom oth') ... ok
  4320. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.binom_gen object at 0x9f66d2c>, (5, 0.40000000000000002), -0.26248929225028617, 0.28057933666557583, 'binom skew_kurt') ... ok
  4321. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.binom_gen object at 0x9f66d2c>, (5, 0.40000000000000002), array([2, 2, 2, ..., 4, 1, 3]), 0.01, 'binom chisquare') ... ok
  4322. test_discrete_basic.test_discrete_basic(0.32900000000000001, array(0.32731081784804011), 'boltzmann sample mean test') ... ok
  4323. test_discrete_basic.test_discrete_basic(0.43975900000000001, array(0.4344431884043245), 'boltzmann sample var test') ... ok
  4324. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.boltzmann_gen object at 0x9f6f4ac>, (1.3999999999999999, 19), 'boltzmann cdf_ppf') ... ok
  4325. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.boltzmann_gen object at 0x9f6f4ac>, (1.3999999999999999, 19), array([0, 1, 2, 3, 4]), 'boltzmann cdf_ppf') ... ok
  4326. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.boltzmann_gen object at 0x9f6f4ac>, (1.3999999999999999, 19), 'boltzmann pmf_cdf') ... ok
  4327. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.boltzmann_gen object at 0x9f6f4ac>, (1.3999999999999999, 19), 'boltzmann oth') ... ok
  4328. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.boltzmann_gen object at 0x9f6f4ac>, (1.3999999999999999, 19), 6.7133652484345081, 2.4186913927972746, 'boltzmann skew_kurt') ... ok
  4329. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.boltzmann_gen object at 0x9f6f4ac>, (1.3999999999999999, 19), array([0, 0, 0, ..., 2, 0, 0]), 0.01, 'boltzmann chisquare') ... ok
  4330. test_discrete_basic.test_discrete_basic(0.0070000000000000001, array(7.9181711188056743e-17), 'dlaplace sample mean test') ... ok
  4331. test_discrete_basic.test_discrete_basic(2.9319510000000002, array(2.9635341891843714), 'dlaplace sample var test') ... ok
  4332. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.dlaplace_gen object at 0x9f6f70c>, (0.80000000000000004,), 'dlaplace cdf_ppf') ... ok
  4333. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.dlaplace_gen object at 0x9f6f70c>, (0.80000000000000004,), array([-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7]), 'dlaplace cdf_ppf') ... ok
  4334. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.dlaplace_gen object at 0x9f6f70c>, (0.80000000000000004,), 'dlaplace pmf_cdf') ... ok
  4335. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.dlaplace_gen object at 0x9f6f70c>, (0.80000000000000004,), 'dlaplace oth') ... ok
  4336. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.dlaplace_gen object at 0x9f6f70c>, (0.80000000000000004,), 3.0660776822074851, 0.021996158609061872, 'dlaplace skew_kurt') ... ok
  4337. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.dlaplace_gen object at 0x9f6f70c>, (0.80000000000000004,), array([ 0, 0, 0, ..., 4, -1, 0]), 0.01, 'dlaplace chisquare') ... Warning: overflow encountered in exp
  4338. Warning: overflow encountered in exp
  4339. Warning: overflow encountered in exp
  4340. Warning: overflow encountered in exp
  4341. Warning: overflow encountered in exp
  4342. Warning: overflow encountered in exp
  4343. Warning: overflow encountered in exp
  4344. Warning: overflow encountered in exp
  4345. Warning: overflow encountered in exp
  4346. Warning: overflow encountered in exp
  4347. Warning: overflow encountered in exp
  4348. Warning: overflow encountered in exp
  4349. Warning: overflow encountered in exp
  4350. Warning: overflow encountered in exp
  4351. Warning: overflow encountered in exp
  4352. Warning: overflow encountered in exp
  4353. Warning: overflow encountered in exp
  4354. Warning: overflow encountered in exp
  4355. Warning: overflow encountered in exp
  4356. Warning: overflow encountered in exp
  4357. Warning: overflow encountered in exp
  4358. Warning: overflow encountered in exp
  4359. Warning: overflow encountered in exp
  4360. Warning: overflow encountered in exp
  4361. Warning: overflow encountered in exp
  4362. Warning: overflow encountered in exp
  4363. Warning: overflow encountered in exp
  4364. Warning: overflow encountered in exp
  4365. Warning: overflow encountered in exp
  4366. Warning: overflow encountered in exp
  4367. Warning: overflow encountered in exp
  4368. Warning: overflow encountered in exp
  4369. Warning: overflow encountered in exp
  4370. Warning: overflow encountered in exp
  4371. Warning: overflow encountered in exp
  4372. Warning: overflow encountered in exp
  4373. Warning: overflow encountered in exp
  4374. Warning: overflow encountered in exp
  4375. Warning: overflow encountered in exp
  4376. Warning: overflow encountered in exp
  4377. Warning: overflow encountered in exp
  4378. Warning: overflow encountered in exp
  4379. Warning: overflow encountered in exp
  4380. Warning: overflow encountered in exp
  4381. Warning: overflow encountered in exp
  4382. Warning: overflow encountered in exp
  4383. Warning: overflow encountered in exp
  4384. Warning: overflow encountered in exp
  4385. Warning: overflow encountered in exp
  4386. Warning: overflow encountered in exp
  4387. Warning: overflow encountered in exp
  4388. Warning: overflow encountered in exp
  4389. Warning: overflow encountered in exp
  4390. Warning: overflow encountered in exp
  4391. Warning: overflow encountered in exp
  4392. Warning: overflow encountered in exp
  4393. Warning: overflow encountered in exp
  4394. Warning: overflow encountered in exp
  4395. Warning: overflow encountered in exp
  4396. Warning: overflow encountered in exp
  4397. Warning: overflow encountered in exp
  4398. Warning: overflow encountered in exp
  4399. Warning: overflow encountered in exp
  4400. Warning: overflow encountered in exp
  4401. Warning: overflow encountered in exp
  4402. Warning: overflow encountered in exp
  4403. Warning: overflow encountered in exp
  4404. Warning: overflow encountered in exp
  4405. Warning: overflow encountered in exp
  4406. Warning: overflow encountered in exp
  4407. Warning: overflow encountered in exp
  4408. Warning: overflow encountered in exp
  4409. Warning: overflow encountered in exp
  4410. Warning: overflow encountered in exp
  4411. Warning: overflow encountered in exp
  4412. Warning: overflow encountered in exp
  4413. Warning: overflow encountered in exp
  4414. Warning: overflow encountered in exp
  4415. Warning: overflow encountered in exp
  4416. Warning: overflow encountered in exp
  4417. Warning: overflow encountered in exp
  4418. Warning: overflow encountered in exp
  4419. Warning: overflow encountered in exp
  4420. Warning: overflow encountered in exp
  4421. Warning: overflow encountered in exp
  4422. Warning: overflow encountered in exp
  4423. Warning: overflow encountered in exp
  4424. Warning: overflow encountered in exp
  4425. Warning: overflow encountered in exp
  4426. Warning: overflow encountered in exp
  4427. Warning: overflow encountered in exp
  4428. Warning: overflow encountered in exp
  4429. Warning: overflow encountered in exp
  4430. Warning: overflow encountered in exp
  4431. Warning: overflow encountered in exp
  4432. Warning: overflow encountered in exp
  4433. Warning: overflow encountered in exp
  4434. Warning: overflow encountered in exp
  4435. Warning: overflow encountered in exp
  4436. Warning: overflow encountered in exp
  4437. Warning: overflow encountered in exp
  4438. Warning: overflow encountered in exp
  4439. Warning: overflow encountered in exp
  4440. Warning: overflow encountered in exp
  4441. Warning: overflow encountered in exp
  4442. Warning: overflow encountered in exp
  4443. Warning: overflow encountered in exp
  4444. Warning: overflow encountered in exp
  4445. Warning: overflow encountered in exp
  4446. Warning: overflow encountered in exp
  4447. Warning: overflow encountered in exp
  4448. Warning: overflow encountered in exp
  4449. Warning: overflow encountered in exp
  4450. Warning: overflow encountered in exp
  4451. ok
  4452. test_discrete_basic.test_discrete_basic(1.9870000000000001, array(2.0), 'geom sample mean test') ... ok
  4453. test_discrete_basic.test_discrete_basic(2.0098310000000001, array(2.0), 'geom sample var test') ... ok
  4454. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.geom_gen object at 0x9f6f08c>, (0.5,), 'geom cdf_ppf') ... ok
  4455. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.geom_gen object at 0x9f6f08c>, (0.5,), array([ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]), 'geom cdf_ppf') ... ok
  4456. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.geom_gen object at 0x9f6f08c>, (0.5,), 'geom pmf_cdf') ... ok
  4457. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.geom_gen object at 0x9f6f08c>, (0.5,), 'geom oth') ... ok
  4458. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.geom_gen object at 0x9f6f08c>, (0.5,), 5.1935883716660154, 2.0476504362661965, 'geom skew_kurt') ... ok
  4459. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.geom_gen object at 0x9f6f08c>, (0.5,), array([1, 1, 2, ..., 6, 1, 2]), 0.01, 'geom chisquare') ... ok
  4460. test_discrete_basic.test_discrete_basic(2.3860000000000001, array(2.4000000000000004), 'hypergeom sample mean test') ... ok
  4461. test_discrete_basic.test_discrete_basic(1.150004, array(1.1917241379310344), 'hypergeom sample var test') ... ok
  4462. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (30, 12, 6), 'hypergeom cdf_ppf') ... ok
  4463. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (30, 12, 6), array([0, 1, 2, 3, 4, 5, 6]), 'hypergeom cdf_ppf') ... ok
  4464. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (30, 12, 6), 'hypergeom pmf_cdf') ... ok
  4465. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (30, 12, 6), 'hypergeom oth') ... ok
  4466. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (30, 12, 6), -0.29686916362566595, 0.020906577365968099, 'hypergeom skew_kurt') ... ok
  4467. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (30, 12, 6), array([1, 1, 4, ..., 3, 2, 2]), 0.01, 'hypergeom chisquare') ... ok
  4468. test_discrete_basic.test_discrete_basic(1.724, array(1.7142857142857142), 'hypergeom sample mean test') ... ok
  4469. test_discrete_basic.test_discrete_basic(0.65282399999999996, array(0.66122448979591841), 'hypergeom sample var test') ... ok
  4470. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 3, 12), 'hypergeom cdf_ppf') ... ok
  4471. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 3, 12), array([0, 1, 2, 3]), 'hypergeom cdf_ppf') ... ok
  4472. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 3, 12), 'hypergeom pmf_cdf') ... ok
  4473. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 3, 12), 'hypergeom oth') ... ok
  4474. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 3, 12), -0.46243472564584698, -0.18093529905212996, 'hypergeom skew_kurt') ... ok
  4475. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 3, 12), array([2, 3, 2, ..., 2, 2, 1]), 0.01, 'hypergeom chisquare') ... ok
  4476. test_discrete_basic.test_discrete_basic(9.4184999999999999, array(9.4285714285714288), 'hypergeom sample mean test') ... ok
  4477. test_discrete_basic.test_discrete_basic(0.68435774999999999, array(0.67346938775510201), 'hypergeom sample var test') ... ok
  4478. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 18, 11), 'hypergeom cdf_ppf') ... ok
  4479. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 18, 11), array([ 8, 9, 10, 11]), 'hypergeom cdf_ppf') ... ok
  4480. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 18, 11), 'hypergeom pmf_cdf') ... ok
  4481. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 18, 11), 'hypergeom oth') ... ok
  4482. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 18, 11), -0.53396352457629082, 0.093601755841812559, 'hypergeom skew_kurt') ... ok
  4483. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.hypergeom_gen object at 0x9f6f22c>, (21, 18, 11), array([ 9, 8, 9, ..., 10, 10, 10]), 0.01, 'hypergeom chisquare') ... ok
  4484. test_discrete_basic.test_discrete_basic(1.635, array(1.637035001905937), 'logser sample mean test') ... ok
  4485. test_discrete_basic.test_discrete_basic(1.3257750000000001, array(1.4127039072996714), 'logser sample var test') ... ok
  4486. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.logser_gen object at 0x9f6f24c>, (0.59999999999999998,), 'logser cdf_ppf') ... ok
  4487. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.logser_gen object at 0x9f6f24c>, (0.59999999999999998,), array([1, 2, 3, 4, 5, 6, 7, 8, 9]), 'logser cdf_ppf') ... ok
  4488. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.logser_gen object at 0x9f6f24c>, (0.59999999999999998,), 'logser pmf_cdf') ... ok
  4489. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.logser_gen object at 0x9f6f24c>, (0.59999999999999998,), 'logser oth') ... ok
  4490. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.logser_gen object at 0x9f6f24c>, (0.59999999999999998,), 7.5591983779780421, 2.4947797038221462, 'logser skew_kurt') ... ok
  4491. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.logser_gen object at 0x9f6f24c>, (0.59999999999999998,), array([1, 1, 1, ..., 1, 1, 4]), 0.01, 'logser chisquare') ... ok
  4492. test_discrete_basic.test_discrete_basic(4.9210000000000003, array(5.0), 'nbinom sample mean test') ... ok
  4493. test_discrete_basic.test_discrete_basic(9.4787590000000002, array(10.0), 'nbinom sample var test') ... ok
  4494. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (5, 0.5), 'nbinom cdf_ppf') ... ok
  4495. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (5, 0.5), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21]), 'nbinom cdf_ppf') ... ok
  4496. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (5, 0.5), 'nbinom pmf_cdf') ... ok
  4497. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (5, 0.5), 'nbinom oth') ... ok
  4498. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (5, 0.5), 1.5000586959708722, 0.97358518373019654, 'nbinom skew_kurt') ... ok
  4499. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (5, 0.5), array([0, 2, 6, ..., 3, 3, 3]), 0.01, 'nbinom chisquare') ... ok
  4500. test_discrete_basic.test_discrete_basic(0.58399999999999996, array(0.60000000000000009), 'nbinom sample mean test') ... ok
  4501. test_discrete_basic.test_discrete_basic(1.472944, array(1.5000000000000002), 'nbinom sample var test') ... ok
  4502. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (0.40000000000000002, 0.40000000000000002), 'nbinom cdf_ppf') ... ok
  4503. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (0.40000000000000002, 0.40000000000000002), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12]), 'nbinom cdf_ppf') ... ok
  4504. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (0.40000000000000002, 0.40000000000000002), 'nbinom pmf_cdf') ... ok
  4505. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (0.40000000000000002, 0.40000000000000002), 'nbinom oth') ... ok
  4506. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (0.40000000000000002, 0.40000000000000002), 13.929082276072258, 3.2071528858782039, 'nbinom skew_kurt') ... ok
  4507. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.nbinom_gen object at 0x9f66eec>, (0.40000000000000002, 0.40000000000000002), array([0, 0, 0, ..., 0, 0, 0]), 0.01, 'nbinom chisquare') ... ok
  4508. test_discrete_basic.test_discrete_basic(1.496, array(1.5031012098113492), 'planck sample mean test') ... ok
  4509. test_discrete_basic.test_discrete_basic(3.8119839999999998, array(3.7624144567476914), 'planck sample var test') ... ok
  4510. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.planck_gen object at 0x9f6f3ec>, (0.51000000000000001,), 'planck cdf_ppf') ... ok
  4511. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.planck_gen object at 0x9f6f3ec>, (0.51000000000000001,), array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]), 'planck cdf_ppf') ... ok
  4512. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.planck_gen object at 0x9f6f3ec>, (0.51000000000000001,), 'planck pmf_cdf') ... ok
  4513. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.planck_gen object at 0x9f6f3ec>, (0.51000000000000001,), 'planck oth') ... ok
  4514. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.planck_gen object at 0x9f6f3ec>, (0.51000000000000001,), 5.0921201134829879, 1.9924056300477018, 'planck skew_kurt') ... ok
  4515. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.planck_gen object at 0x9f6f3ec>, (0.51000000000000001,), array([1, 1, 1, ..., 7, 0, 2]), 0.01, 'planck chisquare') ... ok
  4516. test_discrete_basic.test_discrete_basic(0.58550000000000002, array(0.59999999999999998), 'poisson sample mean test') ... ok
  4517. test_discrete_basic.test_discrete_basic(0.59768975000000002, array(0.59999999999999998), 'poisson sample var test') ... ok
  4518. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.poisson_gen object at 0x9f6f18c>, (0.59999999999999998,), 'poisson cdf_ppf') ... ok
  4519. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.poisson_gen object at 0x9f6f18c>, (0.59999999999999998,), array([0, 1, 2, 3, 4, 5]), 'poisson cdf_ppf') ... ok
  4520. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.poisson_gen object at 0x9f6f18c>, (0.59999999999999998,), 'poisson pmf_cdf') ... ok
  4521. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.poisson_gen object at 0x9f6f18c>, (0.59999999999999998,), 'poisson oth') ... ok
  4522. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.poisson_gen object at 0x9f6f18c>, (0.59999999999999998,), 1.9406814436779811, 1.3589585241917084, 'poisson skew_kurt') ... ok
  4523. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.poisson_gen object at 0x9f6f18c>, (0.59999999999999998,), array([0, 0, 0, ..., 1, 0, 0]), 0.01, 'poisson chisquare') ... ok
  4524. test_discrete_basic.test_discrete_basic(18.4725, array(18.5), 'randint sample mean test') ... ok
  4525. test_discrete_basic.test_discrete_basic(48.80024375, array(47.916666666666664), 'randint sample var test') ... ok
  4526. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.randint_gen object at 0x9f6f56c>, (7, 31), 'randint cdf_ppf') ... ok
  4527. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.randint_gen object at 0x9f6f56c>, (7, 31), array([ 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, ... ok
  4528. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.randint_gen object at 0x9f6f56c>, (7, 31), 'randint pmf_cdf') ... ok
  4529. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.randint_gen object at 0x9f6f56c>, (7, 31), 'randint oth') ... ok
  4530. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.randint_gen object at 0x9f6f56c>, (7, 31), -1.2115060412211864, -0.025412774105826163, 'randint skew_kurt') ... ok
  4531. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.randint_gen object at 0x9f6f56c>, (7, 31), array([27, 10, 15, ..., 16, 9, 17]), 0.01, 'randint chisquare') ... ok
  4532. test_discrete_basic.test_discrete_basic(7.0019999999999998, array(7.0), 'skellam sample mean test') ... ok
  4533. test_discrete_basic.test_discrete_basic(22.550996000000001, array(23.0), 'skellam sample var test') ... ok
  4534. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.skellam_gen object at 0x9f6f6ac>, (15, 8), 'skellam cdf_ppf') ... ok
  4535. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.skellam_gen object at 0x9f6f6ac>, (15, 8), array([-10, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, ... ok
  4536. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.skellam_gen object at 0x9f6f6ac>, (15, 8), 'skellam pmf_cdf') ... ok
  4537. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.skellam_gen object at 0x9f6f6ac>, (15, 8), 'skellam oth') ... ok
  4538. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.skellam_gen object at 0x9f6f6ac>, (15, 8), 0.11554402415314646, 0.10806520422790719, 'skellam skew_kurt') ... ok
  4539. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.skellam_gen object at 0x9f6f6ac>, (15, 8), array([ 4, 6, 10, ..., 5, 14, 15]), 0.01, 'skellam chisquare') ... ok
  4540. test_discrete_basic.test_discrete_basic(1.1194999999999999, array(1.1106265353261477), 'zipf sample mean test') ... ok
  4541. test_discrete_basic.test_discrete_basic(0.30921974999999996, array(0.2863264536645036), 'zipf sample var test') ... ok
  4542. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.zipf_gen object at 0x9f6f52c>, (4,), 'zipf cdf_ppf') ... ok
  4543. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.zipf_gen object at 0x9f6f52c>, (4,), array([ 1, 2, 3, 4, 5, 6, 14]), 'zipf cdf_ppf') ... ok
  4544. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.zipf_gen object at 0x9f6f52c>, (4,), 'zipf pmf_cdf') ... ok
  4545. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.zipf_gen object at 0x9f6f52c>, (4,), 'zipf oth') ... ok
  4546. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.zipf_gen object at 0x9f6f52c>, (4,), 167.01888834706017, 10.00257952205159, 'zipf skew_kurt') ... ok
  4547. test_discrete_basic.test_discrete_basic(<scipy.stats.distributions.zipf_gen object at 0x9f6f52c>, (4,), array([1, 1, 1, ..., 1, 1, 1]), 0.01, 'zipf chisquare') ... ok
  4548. Failure: SkipTest (Skipping test: test_discrete_privateTest skipped due to test condition) ... SKIP: Skipping test: test_discrete_privateTest skipped due to test condition
  4549. test_noexception (test_distributions.TestArrayArgument) ... ok
  4550. test_rvs (test_distributions.TestBernoulli) ... ok
  4551. test_rvs (test_distributions.TestBinom) ... ok
  4552. test_precision (test_distributions.TestChi2) ... ok
  4553. test_rvs (test_distributions.TestDLaplace) ... ok
  4554. See ticket #761 ... ok
  4555. See ticket #497 ... ok
  4556. test_tail (test_distributions.TestExpon) ... ok
  4557. test_zero (test_distributions.TestExpon) ... ok
  4558. test_tail (test_distributions.TestExponpow) ... ok
  4559. test_cdf_bounds (test_distributions.TestGenExpon) ... ok
  4560. test_pdf_unity_area (test_distributions.TestGenExpon) ... ok
  4561. test_cdf_sf (test_distributions.TestGeom) ... ok
  4562. test_pmf (test_distributions.TestGeom) ... ok
  4563. test_rvs (test_distributions.TestGeom) ... ok
  4564. test_precision (test_distributions.TestHypergeom) ... ok
  4565. test_rvs (test_distributions.TestLogser) ... ok
  4566. test_rvs (test_distributions.TestNBinom) ... ok
  4567. test_rvs (test_distributions.TestPoisson) ... ok
  4568. test_cdf (test_distributions.TestRandInt) ... ok
  4569. test_pdf (test_distributions.TestRandInt) ... ok
  4570. test_rvs (test_distributions.TestRandInt) ... ok
  4571. test_rvs (test_distributions.TestRvDiscrete) ... ok
  4572. test_cdf (test_distributions.TestSkellam) ... ok
  4573. test_pmf (test_distributions.TestSkellam) ... ok
  4574. test_rvs (test_distributions.TestZipf) ... ok
  4575. test_distributions.test_all_distributions('uniform', (), 0.01) ... ok
  4576. test_distributions.test_all_distributions('norm', (), 0.01) ... ok
  4577. test_distributions.test_all_distributions('lognorm', (1.5876170641754364,), 0.01) ... ok
  4578. test_distributions.test_all_distributions('expon', (), 0.01) ... ok
  4579. test_distributions.test_all_distributions('beta', (1.4449890262755161, 1.5962868615831063), 0.01) ... ok
  4580. test_distributions.test_all_distributions('powerlaw', (1.3849011459726603,), 0.01) ... ok
  4581. test_distributions.test_all_distributions('bradford', (1.5756510141648885,), 0.01) ... ok
  4582. test_distributions.test_all_distributions('burr', (1.2903295024027579, 1.1893913285543563), 0.01) ... ok
  4583. test_distributions.test_all_distributions('fisk', (1.186729528255555,), 0.01) ... ok
  4584. test_distributions.test_all_distributions('cauchy', (), 0.01) ... ok
  4585. test_distributions.test_all_distributions('halfcauchy', (), 0.01) ... ok
  4586. test_distributions.test_all_distributions('foldcauchy', (1.6127731798686067,), 0.01) ... ok
  4587. test_distributions.test_all_distributions('gamma', (1.6566593889896288,), 0.01) ... ok
  4588. test_distributions.test_all_distributions('gengamma', (1.4765309920093808, 1.0898243611955936), 0.01) ... /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:2910: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.4765309920093807605, 0.18873438190412772375): got 0.465447 +- 1.51437e-07, code 3
  4589.  
  4590. val1 = special.gammaincinv(a,q)
  4591. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:2911: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.4765309920093807605, 0.15245287958853148691): got 0.391536 +- 1.55137e-07, code 3
  4592.  
  4593. val2 = special.gammaincinv(a,1.0-q)
  4594. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:2911: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.4765309920093807605, 0.22978667246545214642): got 0.548935 +- 1.44517e-07, code 3
  4595.  
  4596. val2 = special.gammaincinv(a,1.0-q)
  4597. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:2911: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.4765309920093807605, 0.23084145297124092355): got 0.551088 +- 2.1022e-07, code 3
  4598.  
  4599. val2 = special.gammaincinv(a,1.0-q)
  4600. ok
  4601. test_distributions.test_all_distributions('loggamma', (1.7576039219664368,), 0.01) ... ok
  4602. test_distributions.test_all_distributions('alpha', (1.8767703708227748,), 0.01) ... ok
  4603. test_distributions.test_all_distributions('anglit', (), 0.01) ... ok
  4604. test_distributions.test_all_distributions('arcsine', (), 0.01) ... ok
  4605. test_distributions.test_all_distributions('betaprime', (1.9233810159462807, 1.8424602231401823), 0.01) ... ok
  4606. test_distributions.test_all_distributions('erlang', (4, 0.89817312135787897, 0.92308243982017679), 0.01) ... ok
  4607. test_distributions.test_all_distributions('dgamma', (1.5405999249480544,), 0.01) ... ok
  4608. test_distributions.test_all_distributions('exponweib', (1.391296050234625, 1.7052833998544061), 0.01) ... ok
  4609. test_distributions.test_all_distributions('exponpow', (1.2756341213121272,), 0.01) ... ok
  4610. test_distributions.test_all_distributions('frechet_l', (1.8116287085078784,), 0.01) ... ok
  4611. test_distributions.test_all_distributions('frechet_r', (1.8494859651863671,), 0.01) ... ok
  4612. test_distributions.test_all_distributions('gilbrat', (), 0.01) ... ok
  4613. test_distributions.test_all_distributions('f', (1.8950389674266752, 1.5898011835311598), 0.01) ... ok
  4614. test_distributions.test_all_distributions('ncf', (1.9497648732321204, 1.5796950107456058, 1.4505631066311553), 0.01) ... ok
  4615. test_distributions.test_all_distributions('chi2', (1.660245378622389,), 0.01) ... ok
  4616. test_distributions.test_all_distributions('chi', (1.9962578393535728,), 0.01) ... ok
  4617. test_distributions.test_all_distributions('nakagami', (1.9169412179474561,), 0.01) ... /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:3628: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.9169412179474560887, 0.1897430039039509353): got 0.741565 +- 1.29151e-07, code 3
  4618.  
  4619. return sqrt(1.0/nu*special.gammaincinv(nu,q))
  4620. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:3628: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.9169412179474560887, 0.20721623628659302518): got 0.788026 +- 4.28984e-07, code 3
  4621.  
  4622. return sqrt(1.0/nu*special.gammaincinv(nu,q))
  4623. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:3628: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.9169412179474560887, 0.24276250406510935242): got 0.881607 +- 1.4972e-07, code 3
  4624.  
  4625. return sqrt(1.0/nu*special.gammaincinv(nu,q))
  4626. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:3628: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.9169412179474560887, 0.20921997868657327135): got 0.793329 +- 2.67161e-07, code 3
  4627.  
  4628. return sqrt(1.0/nu*special.gammaincinv(nu,q))
  4629. /usr/lib/python2.6/site-packages/scipy/stats/distributions.py:3628: SpecialFunctionWarning: gammaincinv: failed to converge at (a, y) = (1.9169412179474560887, 0.20832379908957909809): got 0.790958 +- 3.3952e-07, code 3
  4630.  
  4631. return sqrt(1.0/nu*special.gammaincinv(nu,q))
  4632. FAIL
  4633. test_distributions.test_all_distributions('genpareto', (1.7933250841302242,), 0.01) ... ok
  4634. test_distributions.test_all_distributions('genextreme', (1.0823729881966475,), 0.01) ... ok
  4635. test_distributions.test_all_distributions('genhalflogistic', (1.6127831050407122,), 0.01) ... ok
  4636. test_distributions.test_all_distributions('pareto', (1.4864442019691668,), 0.01) ... ok
  4637. test_distributions.test_all_distributions('lomax', (1.6301473404114728,), 0.01) ... ok
  4638. test_distributions.test_all_distributions('halfnorm', (), 0.01) ... ok
  4639. test_distributions.test_all_distributions('halflogistic', (), 0.01) ... ok
  4640. test_distributions.test_all_distributions('fatiguelife', (1.8450775756715152,), 0.001) ... ok
  4641. test_distributions.test_all_distributions('foldnorm', (1.2430356220618561,), 0.01) ... ok
  4642. test_distributions.test_all_distributions('ncx2', (1.7314892207908477, 1.117134293208518), 0.01) ... ok
  4643. test_distributions.test_all_distributions('t', (1.2204605368678285,), 0.01) ... ok
  4644. test_distributions.test_all_distributions('nct', (1.7945829717105759, 1.3325361492196555), 0.01) ... ok
  4645. test_distributions.test_all_distributions('weibull_min', (1.8159130965336594,), 0.01) ... ok
  4646. test_distributions.test_all_distributions('weibull_max', (1.1006075202160961,), 0.01) ... ok
  4647. test_distributions.test_all_distributions('dweibull', (1.1463584889123037,), 0.01) ... ok
  4648. test_distributions.test_all_distributions('maxwell', (), 0.01) ... ok
  4649. test_distributions.test_all_distributions('rayleigh', (), 0.01) ... ok
  4650. test_distributions.test_all_distributions('genlogistic', (1.6976706401912387,), 0.01) ... ok
  4651. test_distributions.test_all_distributions('logistic', (), 0.01) ... ok
  4652. test_distributions.test_all_distributions('gumbel_l', (), 0.01) ... ok
  4653. test_distributions.test_all_distributions('gumbel_r', (), 0.01) ... ok
  4654. test_distributions.test_all_distributions('gompertz', (1.0452340678656125,), 0.01) ... ok
  4655. test_distributions.test_all_distributions('hypsecant', (), 0.01) ... ok
  4656. test_distributions.test_all_distributions('laplace', (), 0.01) ... ok
  4657. test_distributions.test_all_distributions('reciprocal', (0.57386603678916692, 1.573866036789167), 0.01) ... ok
  4658. test_distributions.test_all_distributions('triang', (0.53419796826072397,), 0.01) ... ok
  4659. test_distributions.test_all_distributions('tukeylambda', (1.6805891325622566,), 0.01) ... ok
  4660. test_distributions.test_all_distributions('vonmises', (10,), 0.01) ... ok
  4661. test_distributions.test_all_distributions('vonmises', (101,), 0.01) ... ok
  4662. test_distributions.test_all_distributions('vonmises', (1.0266967946622052,), 0.01) ... ok
  4663. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 0) ... ok
  4664. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 0) ... ok
  4665. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 0) ... ok
  4666. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 0) ... ok
  4667. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 0) ... ok
  4668. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 0) ... ok
  4669. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 1) ... ok
  4670. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 1) ... ok
  4671. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 1) ... ok
  4672. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 1) ... ok
  4673. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 1) ... ok
  4674. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 1) ... ok
  4675. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 3.1415926535897931) ... ok
  4676. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 3.1415926535897931) ... ok
  4677. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 3.1415926535897931) ... ok
  4678. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 3.1415926535897931) ... ok
  4679. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 3.1415926535897931) ... ok
  4680. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 3.1415926535897931) ... ok
  4681. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 10) ... ok
  4682. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 10) ... ok
  4683. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 10) ... ok
  4684. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 10) ... ok
  4685. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 10) ... ok
  4686. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 10) ... ok
  4687. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 100) ... ok
  4688. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 100) ... ok
  4689. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 100) ... ok
  4690. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 1, 100) ... ok
  4691. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 1, 1, 100) ... ok
  4692. test_distributions.test_vonmises_pdf_periodic(0.10000000000000001, 0, 10, 100) ... ok
  4693. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 0) ... ok
  4694. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 0) ... ok
  4695. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 0) ... ok
  4696. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 0) ... ok
  4697. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 0) ... ok
  4698. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 0) ... ok
  4699. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 1) ... ok
  4700. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 1) ... ok
  4701. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 1) ... ok
  4702. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 1) ... ok
  4703. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 1) ... ok
  4704. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 1) ... ok
  4705. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 3.1415926535897931) ... ok
  4706. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 3.1415926535897931) ... ok
  4707. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 3.1415926535897931) ... ok
  4708. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 3.1415926535897931) ... ok
  4709. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 3.1415926535897931) ... ok
  4710. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 3.1415926535897931) ... ok
  4711. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 10) ... ok
  4712. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 10) ... ok
  4713. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 10) ... ok
  4714. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 10) ... ok
  4715. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 10) ... ok
  4716. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 10) ... ok
  4717. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 100) ... ok
  4718. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 100) ... ok
  4719. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 100) ... ok
  4720. test_distributions.test_vonmises_pdf_periodic(1, 0, 1, 100) ... ok
  4721. test_distributions.test_vonmises_pdf_periodic(1, 1, 1, 100) ... ok
  4722. test_distributions.test_vonmises_pdf_periodic(1, 0, 10, 100) ... ok
  4723. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 0) ... ok
  4724. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 0) ... ok
  4725. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 0) ... ok
  4726. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 0) ... ok
  4727. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 0) ... ok
  4728. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 0) ... ok
  4729. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 1) ... ok
  4730. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 1) ... ok
  4731. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 1) ... ok
  4732. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 1) ... ok
  4733. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 1) ... ok
  4734. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 1) ... ok
  4735. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 3.1415926535897931) ... ok
  4736. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 3.1415926535897931) ... ok
  4737. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 3.1415926535897931) ... ok
  4738. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 3.1415926535897931) ... ok
  4739. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 3.1415926535897931) ... ok
  4740. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 3.1415926535897931) ... ok
  4741. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 10) ... ok
  4742. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 10) ... ok
  4743. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 10) ... ok
  4744. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 10) ... ok
  4745. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 10) ... ok
  4746. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 10) ... ok
  4747. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 100) ... ok
  4748. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 100) ... ok
  4749. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 100) ... ok
  4750. test_distributions.test_vonmises_pdf_periodic(101, 0, 1, 100) ... ok
  4751. test_distributions.test_vonmises_pdf_periodic(101, 1, 1, 100) ... ok
  4752. test_distributions.test_vonmises_pdf_periodic(101, 0, 10, 100) ... ok
  4753. test_distributions.TestArgsreduce ... ok
  4754. test_kdeoth.test_kde_1d ... ok
  4755. test_expon (test_morestats.TestAnderson) ... Warning: divide by zero encountered in log
  4756. Warning: divide by zero encountered in log
  4757. ok
  4758. test_normal (test_morestats.TestAnderson) ... ok
  4759. test_approx (test_morestats.TestAnsari) ... /usr/lib/python2.6/site-packages/scipy/stats/morestats.py:736: UserWarning: Ties preclude use of exact statistic.
  4760. warnings.warn("Ties preclude use of exact statistic.")
  4761. ok
  4762. test_exact (test_morestats.TestAnsari) ... ok
  4763. test_small (test_morestats.TestAnsari) ... ok
  4764. test_data (test_morestats.TestBartlett) ... ok
  4765. test_data (test_morestats.TestBinomP) ... ok
  4766. test_basic (test_morestats.TestFindRepeats) ... ok
  4767. test_data (test_morestats.TestLevene) ... ok
  4768. test_basic (test_morestats.TestShapiro) ... ok
  4769. test_morestats.test_fligner ... ok
  4770. test_morestats.test_mood ... ok
  4771. Tests the cov function. ... ok
  4772. Tests some computations of Kendall's tau ... ok
  4773. Tests the seasonal Kendall tau. ... ok
  4774. Tests some computations of Pearson's r ... Warning: divide by zero encountered in divide
  4775. Warning: divide by zero encountered in divide
  4776. ok
  4777. Tests point biserial ... ok
  4778. Tests some computations of Spearman's rho ... ok
  4779. test_1D (test_mstats_basic.TestGMean) ... ok
  4780. test_2D (test_mstats_basic.TestGMean) ... ok
  4781. test_1D (test_mstats_basic.TestHMean) ... ok
  4782. test_2D (test_mstats_basic.TestHMean) ... ok
  4783. Tests the Friedman Chi-square test ... ok
  4784. Tests the Kolmogorov-Smirnov 2 samples test ... ok
  4785. Tests Obrien transform ... ok
  4786. sum((testcase-mean(testcase,axis=0))**4,axis=0)/((sqrt(var(testcase)*3/4))**4)/4 ... ok
  4787. Tests the mode ... ok
  4788. mean((testcase-mean(testcase))**power,axis=0),axis=0))**power)) ... ok
  4789. sum((testmathworks-mean(testmathworks,axis=0))**3,axis=0)/((sqrt(var(testmathworks)*4/5))**3)/5 ... ok
  4790. variation = samplestd/mean ... ok
  4791. Ticket #867 ... ok
  4792. test_2D (test_mstats_basic.TestPercentile) ... ok
  4793. test_percentile (test_mstats_basic.TestPercentile) ... ok
  4794. test_ranking (test_mstats_basic.TestRanking) ... ok
  4795. Tests trimming ... ok
  4796. Tests trimming. ... ok
  4797. Tests the trimmed mean standard error. ... ok
  4798. Tests the trimmed mean. ... ok
  4799. Tests the Winsorization of the data. ... ok
  4800. test_samplestd (test_mstats_basic.TestVariability) ... ok
  4801. R does not have 'samplevar' so the following was used ... ok
  4802. this is not in R, so used ... ok
  4803. this is not in R, so used ... ok
  4804. test_std (test_mstats_basic.TestVariability) ... ok
  4805. this is not in R, so used ... ok
  4806. var(testcase) = 1.666666667 ... ok
  4807. not in R, so used ... ok
  4808. not in R, so tested by using ... ok
  4809. Tests ideal-fourths ... ok
  4810. Tests the Marits-Jarrett estimator ... ok
  4811. Tests the confidence intervals of the trimmed mean. ... ok
  4812. test_hdquantiles (test_mstats_extras.TestQuantiles) ... ok
  4813. test_meanBIG (test_stats.TestBasicStats) ... ok
  4814. test_meanHUGE (test_stats.TestBasicStats) ... ok
  4815. test_meanLITTLE (test_stats.TestBasicStats) ... ok
  4816. test_meanROUND (test_stats.TestBasicStats) ... ok
  4817. test_meanTINY (test_stats.TestBasicStats) ... ok
  4818. test_meanX (test_stats.TestBasicStats) ... ok
  4819. test_meanZERO (test_stats.TestBasicStats) ... ok
  4820. test_stdBIG (test_stats.TestBasicStats) ... ok
  4821. test_stdHUGE (test_stats.TestBasicStats) ... ok
  4822. test_stdLITTLE (test_stats.TestBasicStats) ... ok
  4823. test_stdROUND (test_stats.TestBasicStats) ... ok
  4824. test_stdTINY (test_stats.TestBasicStats) ... ok
  4825. test_stdX (test_stats.TestBasicStats) ... ok
  4826. test_stdZERO (test_stats.TestBasicStats) ... ok
  4827. test_tmeanX (test_stats.TestBasicStats) ... ok
  4828. test_tstdX (test_stats.TestBasicStats) ... ok
  4829. test_tvarX (test_stats.TestBasicStats) ... ok
  4830. test_basic (test_stats.TestCMedian) ... ok
  4831. test_pBIGBIG (test_stats.TestCorr) ... ok
  4832. test_pBIGHUGE (test_stats.TestCorr) ... ok
  4833. test_pBIGLITTLE (test_stats.TestCorr) ... ok
  4834. test_pBIGROUND (test_stats.TestCorr) ... ok
  4835. test_pBIGTINY (test_stats.TestCorr) ... ok
  4836. test_pHUGEHUGE (test_stats.TestCorr) ... ok
  4837. test_pHUGEROUND (test_stats.TestCorr) ... ok
  4838. test_pHUGETINY (test_stats.TestCorr) ... ok
  4839. test_pLITTLEHUGE (test_stats.TestCorr) ... ok
  4840. test_pLITTLELITTLE (test_stats.TestCorr) ... ok
  4841. test_pLITTLEROUND (test_stats.TestCorr) ... ok
  4842. test_pLITTLETINY (test_stats.TestCorr) ... ok
  4843. test_pROUNDROUND (test_stats.TestCorr) ... ok
  4844. test_pTINYROUND (test_stats.TestCorr) ... ok
  4845. test_pTINYTINY (test_stats.TestCorr) ... ok
  4846. test_pXBIG (test_stats.TestCorr) ... ok
  4847. test_pXHUGE (test_stats.TestCorr) ... ok
  4848. test_pXLITTLE (test_stats.TestCorr) ... ok
  4849. test_pXROUND (test_stats.TestCorr) ... ok
  4850. test_pXTINY (test_stats.TestCorr) ... ok
  4851. test_pXX (test_stats.TestCorr) ... ok
  4852. test_sBIGBIG (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4853. ok
  4854. test_sBIGHUGE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4855. ok
  4856. test_sBIGLITTLE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4857. ok
  4858. test_sBIGROUND (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4859. ok
  4860. test_sBIGTINY (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4861. ok
  4862. test_sHUGEHUGE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4863. ok
  4864. test_sHUGEROUND (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4865. ok
  4866. test_sHUGETINY (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4867. ok
  4868. test_sLITTLEHUGE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4869. ok
  4870. test_sLITTLELITTLE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4871. ok
  4872. test_sLITTLEROUND (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4873. ok
  4874. test_sLITTLETINY (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4875. ok
  4876. test_sROUNDROUND (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4877. ok
  4878. test_sTINYROUND (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4879. ok
  4880. test_sTINYTINY (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4881. ok
  4882. test_sXBIG (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4883. ok
  4884. test_sXHUGE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4885. ok
  4886. test_sXLITTLE (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4887. ok
  4888. test_sXROUND (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4889. ok
  4890. test_sXTINY (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4891. ok
  4892. test_sXX (test_stats.TestCorr) ... Warning: divide by zero encountered in divide
  4893. ok
  4894. A test of stats.f_oneway, with F=2. ... ok
  4895. A trivial test of stats.f_oneway, with F=0. ... ok
  4896. test_1D_array (test_stats.TestGMean) ... ok
  4897. test_1D_list (test_stats.TestGMean) ... ok
  4898. test_2D_array_default (test_stats.TestGMean) ... ok
  4899. test_2D_array_dim1 (test_stats.TestGMean) ... ok
  4900. test_large_values (test_stats.TestGMean) ... ok
  4901. Test a 1d array ... ok
  4902. Test a 1d array with zero element ... Warning: divide by zero encountered in log
  4903. ok
  4904. Test a 1d list ... ok
  4905. Test a 1d list with zero element ... Warning: divide by zero encountered in log
  4906. ok
  4907. Test a 1d masked array ... ok
  4908. Test a 1d masked array with zero element ... Warning: divide by zero encountered in log
  4909. ok
  4910. Test a 1d masked array with negative element ... Warning: invalid value encountered in log
  4911. ok
  4912. Test a 1d masked array with a masked value ... ok
  4913. Test a 2d array ... ok
  4914. Test a 2d list with axis=0 ... ok
  4915. Test a 2d list with axis=1 ... ok
  4916. Test a 2d list ... ok
  4917. Test a 2d masked array ... ok
  4918. Test a 2d list with axis=1 ... ok
  4919. Test a 2d list with axis=0 ... ok
  4920. test_1D_array (test_stats.TestHMean) ... ok
  4921. test_1D_list (test_stats.TestHMean) ... ok
  4922. test_2D_array_default (test_stats.TestHMean) ... ok
  4923. test_2D_array_dim1 (test_stats.TestHMean) ... ok
  4924. Test a 1d array ... ok
  4925. Test a 1d list ... ok
  4926. Test a 1d masked array ... ok
  4927. Test a 1d masked array with a masked value ... ok
  4928. Test a 2d array ... ok
  4929. Test a 2d list with axis=0 ... ok
  4930. Test a 2d list with axis=1 ... ok
  4931. Test a 2d list ... ok
  4932. Test a 2d masked array ... ok
  4933. Test a 2d list with axis=1 ... ok
  4934. Test a 2d list with axis=0 ... ok
  4935. Tests that increasing the number of bins produces expected results ... ok
  4936. Tests that reducing the number of bins produces expected results ... ok
  4937. Tests that each of the tests works as expected with default params ... ok
  4938. Tests that weights give expected histograms ... ok
  4939. test_2d (test_stats.TestMean) ... ok
  4940. test_basic (test_stats.TestMean) ... ok
  4941. test_ravel (test_stats.TestMean) ... ok
  4942. Regression test for #760. ... ok
  4943. test_basic (test_stats.TestMedian) ... ok
  4944. test_basic2 (test_stats.TestMedian) ... ok
  4945. test_basic (test_stats.TestMode) ... ok
  4946. sum((testcase-mean(testcase,axis=0))**4,axis=0)/((sqrt(var(testcase)*3/4))**4)/4 ... ok
  4947. test_kurtosis_array_scalar (test_stats.TestMoments) ... ok
  4948. mean((testcase-mean(testcase))**power,axis=0),axis=0))**power)) ... ok
  4949. sum((testmathworks-mean(testmathworks,axis=0))**3,axis=0)/ ... ok
  4950. `skew` must return a scalar for 1-dim input ... ok
  4951. variation = samplestd/mean ... ok
  4952. Check nanmean when all values are nan. ... ok
  4953. Check nanmean when no values are nan. ... ok
  4954. Check nanmean when some values only are nan. ... ok
  4955. Check nanmedian when all values are nan. ... ok
  4956. Check nanmedian when no values are nan. ... ok
  4957. Check nanmedian when some values only are nan. ... ok
  4958. Check nanstd when all values are nan. ... ok
  4959. test_nanstd_negative_axis (test_stats.TestNanFunc) ... ok
  4960. Check nanstd when no values are nan. ... ok
  4961. Check nanstd when some values only are nan. ... ok
  4962. test_2D (test_stats.TestPercentile) ... ok
  4963. test_median (test_stats.TestPercentile) ... ok
  4964. test_percentile (test_stats.TestPercentile) ... ok
  4965. compared with multivariate ols with pinv ... ok
  4966. W.II.F. Regress BIG on X. ... ok
  4967. W.IV.B. Regress X on X. ... ok
  4968. W.IV.D. Regress ZERO on X. ... ok
  4969. Check that a single input argument to linregress with wrong shape ... ok
  4970. Regress a line with sinusoidal noise. ... ok
  4971. Regress a line with sinusoidal noise, with a single input of shape ... ok
  4972. Regress a line with sinusoidal noise, with a single input of shape ... ok
  4973. W.II.A.0. Print ROUND with only one digit. ... ok
  4974. W.II.A.1. Y = INT(2.6*7 -0.2) (Y should be 18) ... ok
  4975. W.II.A.2. Y = 2-INT(EXP(LOG(SQR(2)*SQR(2)))) (Y should be 0) ... ok
  4976. W.II.A.3. Y = INT(3-EXP(LOG(SQR(2)*SQR(2)))) (Y should be 1) ... ok
  4977. test_stats.TestSigamClip.test_sigmaclip1 ... ok
  4978. test_stats.TestSigamClip.test_sigmaclip2 ... ok
  4979. test_stats.TestSigamClip.test_sigmaclip3 ... ok
  4980. test_2d (test_stats.TestStd) ... ok
  4981. test_basic (test_stats.TestStd) ... ok
  4982. test_onesample (test_stats.TestStudentTest) ... ok
  4983. test_basic (test_stats.TestThreshold) ... ok
  4984. test_samplestd (test_stats.TestVariability) ... ok
  4985. R does not have 'samplevar' so the following was used ... ok
  4986. this is not in R, so used ... ok
  4987. this is not in R, so used ... ok
  4988. test_std (test_stats.TestVariability) ... ok
  4989. this is not in R, so used ... ok
  4990. var(testcase) = 1.666666667 ... ok
  4991. not in R, so used ... ok
  4992. not in R, so tested by using ... ok
  4993. not in R, so tested by using ... ok
  4994. not in R, so tested by using ... ok
  4995. test_stats.Test_Trim.test_trim1 ... ok
  4996. test_stats.Test_Trim.test_trim_mean ... ok
  4997. test_stats.Test_Trim.test_trimboth ... ok
  4998. test_stats.test_scoreatpercentile ... ok
  4999. test_stats.test_percentileofscore(35.0, 35.0) ... ok
  5000. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5001. test_stats.test_percentileofscore(40.0, 40.0) ... ok
  5002. test_stats.test_percentileofscore(45.0, 45.0) ... ok
  5003. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5004. test_stats.test_percentileofscore(50.0, 50.0) ... ok
  5005. test_stats.test_percentileofscore(40.0, 40.0) ... ok
  5006. test_stats.test_percentileofscore(50.0, 50.0) ... ok
  5007. test_stats.test_percentileofscore(45.0, 45.0) ... ok
  5008. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5009. test_stats.test_percentileofscore(60.0, 60.0) ... ok
  5010. test_stats.test_percentileofscore(30.0, 30) ... ok
  5011. test_stats.test_percentileofscore(30.0, 30) ... ok
  5012. test_stats.test_percentileofscore(30.0, 30) ... ok
  5013. test_stats.test_percentileofscore(30.0, 30) ... ok
  5014. test_stats.test_percentileofscore(35.0, 35.0) ... ok
  5015. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5016. test_stats.test_percentileofscore(40.0, 40.0) ... ok
  5017. test_stats.test_percentileofscore(45.0, 45.0) ... ok
  5018. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5019. test_stats.test_percentileofscore(60.0, 60.0) ... ok
  5020. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5021. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5022. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5023. test_stats.test_percentileofscore(30.0, 30.0) ... ok
  5024. test_stats.test_percentileofscore(10.0, 10.0) ... ok
  5025. test_stats.test_percentileofscore(5.0, 5.0) ... ok
  5026. test_stats.test_percentileofscore(0.0, 0.0) ... ok
  5027. test_stats.test_percentileofscore(10.0, 10.0) ... ok
  5028. test_stats.test_percentileofscore(100.0, 100.0) ... ok
  5029. test_stats.test_percentileofscore(95.0, 95.0) ... ok
  5030. test_stats.test_percentileofscore(90.0, 90.0) ... ok
  5031. test_stats.test_percentileofscore(100.0, 100.0) ... ok
  5032. test_stats.test_percentileofscore(100.0, 100.0) ... ok
  5033. test_stats.test_percentileofscore(100.0, 100.0) ... ok
  5034. test_stats.test_percentileofscore(0.0, 0.0) ... ok
  5035. test_stats.test_friedmanchisquare ... ok
  5036. test_stats.test_kstest ... ok
  5037. test_stats.test_ks_2samp ... ok
  5038. test_stats.test_ttest_rel ... ok
  5039. test_stats.test_ttest_ind ... ok
  5040. test_stats.test_ttest_1samp_new ... ok
  5041. test_stats.test_describe ... ok
  5042. test_stats.test_normalitytests((3.9237191815818493, 0.14059672529747547), (3.92371918, 0.14059673)) ... ok
  5043. test_stats.test_normalitytests((1.9807882609087573, 0.04761502382843226), (1.98078826, 0.047615020000000001)) ... ok
  5044. test_stats.test_normalitytests((-0.014037344047599392, 0.98880018772590395), (-0.014037340000000001, 0.98880018999999997)) ... ok
  5045. test_stats.test_pointbiserial ... ok
  5046. test_stats.test_obrientransform ... ok
  5047. test_stats.test_binomtest ... ok
  5048. convert simple expr to blitz ... ok
  5049. convert fdtd equation to blitz. ... ok
  5050. convert simple expr to blitz ... ok
  5051. bad path should return same as default (and warn) ... ok
  5052. make sure it handles relative values. ... ok
  5053. default behavior is to return current directory ... ok
  5054. make sure it handles relative values ... ok
  5055. test_simple (test_build_tools.TestConfigureSysArgv) ... ok
  5056. bad path should return same as default (and warn) ... ok
  5057. make sure it handles relative values. ... ok
  5058. default behavior returns tempdir ... ok
  5059. make sure it handles relative values ... ok
  5060. There should always be a writable file -- even if it is in temp ... ok
  5061. test_add_function_ordered (test_catalog.TestCatalog) ... ok
  5062. Test persisting a function in the default catalog ... ok
  5063. MODULE in search path should be replaced by module_dir. ... ok
  5064. MODULE in search path should be removed if module_dir==None. ... ok
  5065. If MODULE is absent, module_dir shouldn't be in search path. ... ok
  5066. Make sure environment variable is getting used. ... ok
  5067. Be sure we get at least one file even without specifying the path. ... ok
  5068. Ignore bad paths in the path. ... ok
  5069. test_clear_module_directory (test_catalog.TestCatalog) ... ok
  5070. test_get_environ_path (test_catalog.TestCatalog) ... ok
  5071. Shouldn't get any files when temp doesn't exist and no path set. ... ok
  5072. Shouldn't get a single file from the temp dir. ... ok
  5073. test_set_module_directory (test_catalog.TestCatalog) ... ok
  5074. Check that we can create a file in the writable directory ... ok
  5075. Check that we can create a file in the writable directory ... ok
  5076. There should always be a writable file -- even if search paths contain ... ok
  5077. test_bad_path (test_catalog.TestCatalogPath) ... ok
  5078. test_current (test_catalog.TestCatalogPath) ... ok
  5079. test_default (test_catalog.TestCatalogPath) ... ok
  5080. test_module (test_catalog.TestCatalogPath) ... ok
  5081. test_path (test_catalog.TestCatalogPath) ... ok
  5082. test_user (test_catalog.TestCatalogPath) ... ok
  5083. test_is_writable (test_catalog.TestDefaultDir) ... ok
  5084. get_test_dir (test_catalog.TestGetCatalog) ... ok
  5085. test_create_catalog (test_catalog.TestGetCatalog) ... ok
  5086. test_nonexistent_catalog_is_none (test_catalog.TestGetCatalog) ... ok
  5087. test_assign_variable_types (test_ext_tools.TestAssignVariableTypes) ... ok
  5088. test_numpy_scalar_spec.setup_test_location ... ok
  5089. test_numpy_scalar_spec.teardown_test_location ... ok
  5090. test_error1 (test_size_check.TestBinaryOpSize) ... ok
  5091. test_error2 (test_size_check.TestBinaryOpSize) ... ok
  5092. test_scalar (test_size_check.TestBinaryOpSize) ... ok
  5093. test_x1 (test_size_check.TestBinaryOpSize) ... ok
  5094. test_x_y (test_size_check.TestBinaryOpSize) ... ok
  5095. test_x_y2 (test_size_check.TestBinaryOpSize) ... ok
  5096. test_x_y3 (test_size_check.TestBinaryOpSize) ... ok
  5097. test_x_y4 (test_size_check.TestBinaryOpSize) ... ok
  5098. test_x_y5 (test_size_check.TestBinaryOpSize) ... ok
  5099. test_x_y6 (test_size_check.TestBinaryOpSize) ... ok
  5100. test_x_y7 (test_size_check.TestBinaryOpSize) ... ok
  5101. test_y1 (test_size_check.TestBinaryOpSize) ... ok
  5102. test_error1 (test_size_check.TestDummyArray) ... ok
  5103. test_error2 (test_size_check.TestDummyArray) ... ok
  5104. test_scalar (test_size_check.TestDummyArray) ... ok
  5105. test_x1 (test_size_check.TestDummyArray) ... ok
  5106. test_x_y (test_size_check.TestDummyArray) ... ok
  5107. test_x_y2 (test_size_check.TestDummyArray) ... ok
  5108. test_x_y3 (test_size_check.TestDummyArray) ... ok
  5109. test_x_y4 (test_size_check.TestDummyArray) ... ok
  5110. test_x_y5 (test_size_check.TestDummyArray) ... ok
  5111. test_x_y6 (test_size_check.TestDummyArray) ... ok
  5112. test_x_y7 (test_size_check.TestDummyArray) ... ok
  5113. test_y1 (test_size_check.TestDummyArray) ... ok
  5114. test_1d_0 (test_size_check.TestDummyArrayIndexing) ... ok
  5115. test_1d_1 (test_size_check.TestDummyArrayIndexing) ... ok
  5116. test_1d_10 (test_size_check.TestDummyArrayIndexing) ... ok
  5117. test_1d_2 (test_size_check.TestDummyArrayIndexing) ... ok
  5118. test_1d_3 (test_size_check.TestDummyArrayIndexing) ... ok
  5119. test_1d_4 (test_size_check.TestDummyArrayIndexing) ... ok
  5120. test_1d_5 (test_size_check.TestDummyArrayIndexing) ... ok
  5121. test_1d_6 (test_size_check.TestDummyArrayIndexing) ... ok
  5122. test_1d_7 (test_size_check.TestDummyArrayIndexing) ... ok
  5123. test_1d_8 (test_size_check.TestDummyArrayIndexing) ... ok
  5124. test_1d_9 (test_size_check.TestDummyArrayIndexing) ... ok
  5125. test_1d_index_0 (test_size_check.TestDummyArrayIndexing) ... ok
  5126. test_1d_index_1 (test_size_check.TestDummyArrayIndexing) ... ok
  5127. test_1d_index_2 (test_size_check.TestDummyArrayIndexing) ... ok
  5128. test_1d_index_3 (test_size_check.TestDummyArrayIndexing) ... ok
  5129. test_1d_index_calculated (test_size_check.TestDummyArrayIndexing) ... ok
  5130. through a bunch of different indexes at it for good measure. ... ok
  5131. test_1d_stride_0 (test_size_check.TestDummyArrayIndexing) ... ok
  5132. test_1d_stride_1 (test_size_check.TestDummyArrayIndexing) ... ok
  5133. test_1d_stride_10 (test_size_check.TestDummyArrayIndexing) ... ok
  5134. test_1d_stride_11 (test_size_check.TestDummyArrayIndexing) ... ok
  5135. test_1d_stride_12 (test_size_check.TestDummyArrayIndexing) ... ok
  5136. test_1d_stride_2 (test_size_check.TestDummyArrayIndexing) ... ok
  5137. test_1d_stride_3 (test_size_check.TestDummyArrayIndexing) ... ok
  5138. test_1d_stride_4 (test_size_check.TestDummyArrayIndexing) ... ok
  5139. test_1d_stride_5 (test_size_check.TestDummyArrayIndexing) ... ok
  5140. test_1d_stride_6 (test_size_check.TestDummyArrayIndexing) ... ok
  5141. test_1d_stride_7 (test_size_check.TestDummyArrayIndexing) ... ok
  5142. test_1d_stride_8 (test_size_check.TestDummyArrayIndexing) ... ok
  5143. test_1d_stride_9 (test_size_check.TestDummyArrayIndexing) ... ok
  5144. test_2d_0 (test_size_check.TestDummyArrayIndexing) ... ok
  5145. test_2d_1 (test_size_check.TestDummyArrayIndexing) ... ok
  5146. test_2d_2 (test_size_check.TestDummyArrayIndexing) ... ok
  5147. through a bunch of different indexes at it for good measure. ... ok
  5148. through a bunch of different indexes at it for good measure. ... ok
  5149. test_calculated_index (test_size_check.TestExpressions) ... ok
  5150. test_calculated_index2 (test_size_check.TestExpressions) ... ok
  5151. test_generic_1d (test_size_check.TestExpressions) ... ok
  5152. test_single_index (test_size_check.TestExpressions) ... ok
  5153. test_scalar (test_size_check.TestMakeSameLength) ... ok
  5154. test_x_scalar (test_size_check.TestMakeSameLength) ... ok
  5155. test_x_short (test_size_check.TestMakeSameLength) ... ok
  5156. test_y_scalar (test_size_check.TestMakeSameLength) ... ok
  5157. test_y_short (test_size_check.TestMakeSameLength) ... ok
  5158. test_1d_0 (test_size_check.TestReduction) ... ok
  5159. test_2d_0 (test_size_check.TestReduction) ... ok
  5160. test_2d_1 (test_size_check.TestReduction) ... ok
  5161. test_3d_0 (test_size_check.TestReduction) ... ok
  5162. test_error0 (test_size_check.TestReduction) ... ok
  5163. test_error1 (test_size_check.TestReduction) ... ok
  5164. test_exclusive_end (test_slice_handler.TestBuildSliceAtom) ... ok
  5165. match slice from a[1:] ... ok
  5166. match slice from a[1::] ... ok
  5167. match slice from a[1:2] ... ok
  5168. match slice from a[1:2:] ... ok
  5169. match slice from a[1:2:3] ... ok
  5170. match slice from a[1::3] ... ok
  5171. match slice from a[:] ... ok
  5172. match slice from a[::] ... ok
  5173. match slice from a[:2] ... ok
  5174. match slice from a[:2:] ... ok
  5175. match slice from a[:2:3] ... ok
  5176. match slice from a[:1+i+2:] ... ok
  5177. match slice from a[0] ... ok
  5178. match slice from a[::3] ... ok
  5179. transform a[:,:] = b[:,1:1+2:3] *(c[1-2+i:,:] - c[:,:]) ... ok
  5180. test_type_match_array (test_standard_array_spec.TestArrayConverter) ... ok
  5181. test_type_match_int (test_standard_array_spec.TestArrayConverter) ... ok
  5182. test_type_match_string (test_standard_array_spec.TestArrayConverter) ... ok
  5183.  
  5184. ======================================================================
  5185. FAIL: line-search Newton conjugate gradient optimization routine
  5186. ----------------------------------------------------------------------
  5187. Traceback (most recent call last):
  5188. File "/usr/lib/python2.6/site-packages/scipy/optimize/tests/test_optimize.py", line 192, in test_ncg
  5189. atol=1e-14, rtol=1e-7), self.trace[3:5]
  5190. AssertionError: [array([ -4.35700753e-07, -5.24869435e-01, 4.87527480e-01]), array([ -4.35700753e-07, -5.24869358e-01, 4.87527751e-01])]
  5191.  
  5192.  
  5193. ======================================================================
  5194. FAIL: test_distributions.test_all_distributions('nakagami', (1.9169412179474561,), 0.01)
  5195. ----------------------------------------------------------------------
  5196. Traceback (most recent call last):
  5197. File "/usr/lib/python2.6/site-packages/nose/case.py", line 186, in runTest
  5198. self.test(*self.arg)
  5199. File "/usr/lib/python2.6/site-packages/scipy/stats/tests/test_distributions.py", line 51, in check_distribution
  5200. "; alpha = " + str(alpha) + "\nargs = " + str(args)
  5201. AssertionError: D = 1.0; pval = 0.0; alpha = 0.01
  5202. args = (1.9169412179474561,)
  5203. 1.0,0.0 = <module 'scipy.stats' from '/usr/lib/python2.6/site-packages/scipy/stats/__init__.pyc'>.kstest('nakagami','',(1.9169412179474561,)=(1.9169412179474561,), N=1000)
  5204. #if (pval < alpha):
  5205. # D,pval = stats.kstest(dist,'',args=args, N=1000)
  5206. >> assert (0.0 > 0.01), "D = " + str(1.0) + "; pval = " + str(0.0) + \
  5207. "; alpha = " + str(0.01) + "\nargs = " + str((1.9169412179474561,))
  5208.  
  5209.  
  5210. ----------------------------------------------------------------------
  5211. Ran 4668 tests in 211.153s
  5212.  
  5213. FAILED (KNOWNFAIL=12, SKIP=34, failures=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement