1. * Package: sci-libs/scikits_timeseries-0.91.3
  2. * Repository: gentoo
  3. * Maintainer: timcera@earthlink.net sci@gentoo.org
  4. * USE: amd64 doc elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking scikits.timeseries-0.91.3.tar.gz to /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work
  15. >>> Unpacking scikits.timeseries-0.91.3-html_docs.zip to /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work
  16. >>> Source unpacked in /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work
  17. >>> Preparing source in /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3 ...
  18. >>> Source prepared.
  19. >>> Configuring source in /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3 ...
  20. >>> Source configured.
  21. >>> Compiling source in /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3 ...
  22. * Building of sci-libs/scikits_timeseries-0.91.3 with CPython 2.7...
  23. python2.7 setup.py build -b build-2.7
  24. running build
  25. running config_cc
  26. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  27. running config_fc
  28. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  29. running build_src
  30. build_src
  31. building extension "scikits.timeseries.cseries" sources
  32. building data_files sources
  33. build_src: building npy-pkg config files
  34. running build_py
  35. creating build-2.7
  36. creating build-2.7/lib.linux-x86_64-2.7
  37. creating build-2.7/lib.linux-x86_64-2.7/scikits
  38. copying ./scikits/__init__.py -> build-2.7/lib.linux-x86_64-2.7/scikits
  39. creating build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  40. copying scikits/timeseries/__init__.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  41. copying scikits/timeseries/_tools.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  42. copying scikits/timeseries/_preview.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  43. copying scikits/timeseries/version.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  44. copying scikits/timeseries/tseries.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  45. copying scikits/timeseries/trecords.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  46. copying scikits/timeseries/tdates.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  47. copying scikits/timeseries/setup.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  48. copying scikits/timeseries/parser.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  49. copying scikits/timeseries/extras.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  50. copying scikits/timeseries/const.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries
  51. creating build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  52. copying scikits/timeseries/lib/__init__.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  53. copying scikits/timeseries/lib/tstables.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  54. copying scikits/timeseries/lib/reportlib.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  55. copying scikits/timeseries/lib/plotlib.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  56. copying scikits/timeseries/lib/moving_funcs.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  57. copying scikits/timeseries/lib/interpolate.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  58. copying scikits/timeseries/lib/avcf.py -> build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/lib
  59. warning: build_py: byte-compiling is disabled, skipping.
  60. running build_ext
  61. customize UnixCCompiler
  62. customize UnixCCompiler using build_ext
  63. building 'scikits.timeseries.cseries' extension
  64. compiling C sources
  65. C compiler: x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC
  66. creating build-2.7/temp.linux-x86_64-2.7
  67. creating build-2.7/temp.linux-x86_64-2.7/scikits
  68. creating build-2.7/temp.linux-x86_64-2.7/scikits/timeseries
  69. creating build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src
  70. compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -Iscikits/timeseries/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c'
  71. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/cseries.c
  72. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/c_lib.c
  73. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/c_tseries.c
  74. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/c_dates.c
  75. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/c_lib.o build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/c_dates.o build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/c_tseries.o build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/cseries.o -L/usr/lib64 -lpython2.7 -o build-2.7/lib.linux-x86_64-2.7/scikits/timeseries/cseries.so
  76. running scons
  77. >>> Source compiled.
  78. * Testing of sci-libs/scikits_timeseries-0.91.3 with CPython 2.7...
  79. running build
  80. running config_cc
  81. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  82. running config_fc
  83. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  84. running build_src
  85. build_src
  86. building extension "scikits.timeseries.cseries" sources
  87. building data_files sources
  88. build_src: building npy-pkg config files
  89. running build_py
  90. warning: build_py: byte-compiling is disabled, skipping.
  91. running build_ext
  92. customize UnixCCompiler
  93. customize UnixCCompiler using build_ext
  94. running scons
  95. running test
  96. running egg_info
  97. writing requirements to scikits.timeseries.egg-info/requires.txt
  98. writing scikits.timeseries.egg-info/PKG-INFO
  99. writing namespace_packages to scikits.timeseries.egg-info/namespace_packages.txt
  100. writing top-level names to scikits.timeseries.egg-info/top_level.txt
  101. writing dependency_links to scikits.timeseries.egg-info/dependency_links.txt
  102. reading manifest file 'scikits.timeseries.egg-info/SOURCES.txt'
  103. reading manifest template 'MANIFEST.in'
  104. no previously-included directories found matching 'scikits/timeseries/doc/source/generated'
  105. no previously-included directories found matching 'scikits/timeseries/doc/build'
  106. writing manifest file 'scikits.timeseries.egg-info/SOURCES.txt'
  107. running build_ext
  108. customize UnixCCompiler
  109. customize UnixCCompiler using build_ext
  110. building 'scikits.timeseries.cseries' extension
  111. compiling C sources
  112. C compiler: x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC
  113. compile options: '-I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy -Iscikits/timeseries/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c'
  114. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/cseries.c
  115. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/c_lib.c
  116. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/c_tseries.c
  117. x86_64-pc-linux-gnu-gcc: scikits/timeseries/src/c_dates.c
  118. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/c_lib.o build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/c_dates.o build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/c_tseries.o build-2.7/temp.linux-x86_64-2.7/scikits/timeseries/src/cseries.o -L/usr/lib64 -lpython2.7 -o scikits/timeseries/cseries.so
  119. running scons
  120. test_avf_masked (test_avcf.TestCorrel) ... /tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/lib/avcf.py:206: RuntimeWarning: invalid value encountered in divide
  121. _avf /= denom
  122. ok
  123. test_avf_nomasked (test_avcf.TestCorrel)
  124. Tests avf - no masked values ... ok
  125. test_cvf_masked (test_avcf.TestCorrel) ... ok
  126. test_cvf_nomasked (test_avcf.TestCorrel) ... ok
  127. test_pacf (test_avcf.TestCorrel) ... ok
  128. test_backward_fill (test_interpolate.TestFuncs) ... ok
  129. test_forward_fill (test_interpolate.TestFuncs) ... ok
  130. test_forward_fill_old (test_interpolate.TestFuncs) ... ok
  131. test_interp_fill (test_interpolate.TestFuncs) ... ok
  132. test_onmaskedarray (test_moving_funcs.TestCMovAverage)
  133. Test cmov_average on a MaskedArray. ... ok
  134. test_onregulararray (test_moving_funcs.TestCMovAverage)
  135. Test cmov_average on a basic ndarray. ... ok
  136. test_ontimeseries (test_moving_funcs.TestCMovAverage)
  137. Test cmov_average on a 1D TimeSeries. ... ERROR
  138. tests_onmultitimeseries (test_moving_funcs.TestCMovAverage)
  139. Test cmov_average on a nD TimeSeries. ... ERROR
  140. test_cov (test_moving_funcs.TestMovFuncs)
  141. Test that the covariance of series with itself is equal to variance ... ok
  142. test_masked_exclude (test_moving_funcs.TestMovFuncs)
  143. Make sure that masked values are not allowed to cause FP overflow ... ok
  144. test_mov_average_expw (test_moving_funcs.TestMovFuncs)
  145. Test mov_average_expw ... ok
  146. test_mov_average_expw_mask (test_moving_funcs.TestMovFuncs)
  147. Make sure that mov_average_expw doesn't modify the initial mask ... ok
  148. test_on_list (test_moving_funcs.TestMovFuncs)
  149. Test the moving functions on lists ... ok
  150. test_onmaskedarray (test_moving_funcs.TestMovFuncs)
  151. Tests the moving functions on MaskedArrays. ... ok
  152. test_onregulararray (test_moving_funcs.TestMovFuncs)
  153. Tests the moving functions on regular ndarrays. ... ok
  154. test_ontimeseries (test_moving_funcs.TestMovFuncs)
  155. Test the moving functions on a 1D TimeSeries ... ERROR
  156. test_w_nans (test_moving_funcs.TestMovFuncs)
  157. Test the moving functions on series w/ NaNs ... ok
  158. test_read1D (test_tstables.TestMaskedTable) ... ok
  159. test_read2D (test_tstables.TestMaskedTable) ... ok
  160. test_read5N (test_tstables.TestMaskedTable) ... ok
  161. test_specialattributes_maskedtable (test_tstables.TestSpecialAttrs) ... ok
  162. test_specialattributes_timeseriestable (test_tstables.TestSpecialAttrs) ... ok
  163. test_append_maskedarray (test_tstables.TestTableRead)
  164. Test appending to a MaskedTable ... ok
  165. test_append_timeseries (test_tstables.TestTableRead)
  166. Test appending to a MaskedTable ... ok
  167. test_marray_read (test_tstables.TestTableRead)
  168. Test reading specific elements of a MaskedTable ... ok
  169. test_tseries_read (test_tstables.TestTableRead)
  170. Test reading specific elements of a TimeSeriesTable ... ok
  171. test_tabulate1D (test_tstables.TestTabulate)
  172. Tests the transformation from a 1D MaskedArray to... ... ok
  173. test_tabulate2D (test_tstables.TestTabulate)
  174. Tests the transformation from a nD series to... ... ok
  175. test_tabulateNV (test_tstables.TestTabulate)
  176. Tests the transformation of named variables to... ... ok
  177. test_read1D (test_tstables.TestTimeSeriesTable) ... ERROR
  178. test_read2D (test_tstables.TestTimeSeriesTable) ... ERROR
  179. test_read5N (test_tstables.TestTimeSeriesTable) ... ok
  180. test_consistent_value (test_dates.TestCreation)
  181. Tests that values don't get mutated when constructing dates from a value ... ok
  182. test_from_datetime_objects (test_dates.TestCreation)
  183. Test creation from a list of datetime.date or datetime.datetime objects. ... ok
  184. test_from_startend_dates_strings (test_dates.TestCreation)
  185. Test creating from a starting & ending dates as strings ... ERROR
  186. test_fromsobjects (test_dates.TestCreation)
  187. Tests creation from list of objects. ... ERROR
  188. test_fromstrings (test_dates.TestCreation)
  189. Tests creation from list of strings ... ERROR
  190. test_fromstrings_sorting_bug (test_dates.TestCreation)
  191. regression test for previous bug with string dates getting sorted ... ERROR
  192. test_fromstrings_wmissing (test_dates.TestCreation)
  193. Tests creation from list of strings w/ missing dates ... ok
  194. test_shortcuts (test_dates.TestCreation)
  195. Tests some creation shortcuts. Because I'm lazy like that. ... ERROR
  196. test_unsorted (test_dates.TestCreation)
  197. Test DateArray on unsorted data ... ok
  198. test_properties_annually (test_dates.TestDateProperties)
  199. Test properties on DateArrays with annually frequency. ... ok
  200. test_properties_daily (test_dates.TestDateProperties)
  201. Test properties on DateArrays with daily frequency. ... ok
  202. test_properties_hourly (test_dates.TestDateProperties)
  203. Test properties on DateArrays with hourly frequency. ... ok
  204. test_properties_minutely (test_dates.TestDateProperties)
  205. Test properties on DateArrays with minutely frequency. ... ok
  206. test_properties_monthly (test_dates.TestDateProperties)
  207. Test properties on DateArrays with daily frequency. ... ok
  208. test_properties_quarterly (test_dates.TestDateProperties)
  209. Test properties on DateArrays with daily frequency. ... ok
  210. test_properties_secondly (test_dates.TestDateProperties)
  211. Test properties on DateArrays with secondly frequency. ... ok
  212. test_properties_weekly (test_dates.TestDateProperties)
  213. Test properties on DateArrays with daily frequency. ... ok
  214. test_conv_annual (test_dates.TestFreqConversion)
  215. frequency conversion tests: from Annual Frequency ... ERROR
  216. test_conv_business (test_dates.TestFreqConversion)
  217. frequency conversion tests: from Business Frequency ... ERROR
  218. test_conv_daily (test_dates.TestFreqConversion)
  219. frequency conversion tests: from Business Frequency ... ERROR
  220. test_conv_hourly (test_dates.TestFreqConversion)
  221. frequency conversion tests: from Hourly Frequency ... ERROR
  222. test_conv_minutely (test_dates.TestFreqConversion)
  223. frequency conversion tests: from Minutely Frequency ... ERROR
  224. test_conv_monthly (test_dates.TestFreqConversion)
  225. frequency conversion tests: from Monthly Frequency ... ERROR
  226. test_conv_quarterly (test_dates.TestFreqConversion)
  227. frequency conversion tests: from Quarterly Frequency ... ERROR
  228. test_conv_secondly (test_dates.TestFreqConversion)
  229. frequency conversion tests: from Secondly Frequency ... ERROR
  230. test_conv_weekly (test_dates.TestFreqConversion)
  231. frequency conversion tests: from Weekly Frequency ... ERROR
  232. test_convert_to_float_daily (test_dates.TestFreqConversion)
  233. Test convert_to_float on daily data ... ok
  234. test_convert_to_float_monthly (test_dates.TestFreqConversion)
  235. Test convert_to_float on daily data ... ok
  236. test_convert_to_float_quarterly (test_dates.TestFreqConversion)
  237. Test convert_to_float on daily data ... ok
  238. test_add (test_dates.TestMethods) ... ok
  239. test_argsort (test_dates.TestMethods)
  240. Test argsort ... ok
  241. test_cachedinfo (test_dates.TestMethods) ... ok
  242. test_contains (test_dates.TestMethods) ... ok
  243. test_date_to_index_invalid (test_dates.TestMethods)
  244. Tests date_to_index ... ok
  245. test_date_to_index_valid (test_dates.TestMethods)
  246. Tests date_to_index ... ok
  247. test_empty_datearray (test_dates.TestMethods) ... ok
  248. test_getitem (test_dates.TestMethods)
  249. Tests getitem ... ERROR
  250. test_getitem_solodates (test_dates.TestMethods)
  251. Check that using a Date as index returns a Date ... ok
  252. test_getsteps (test_dates.TestMethods)
  253. Tests the getsteps method ... ok
  254. test_minmax (test_dates.TestMethods)
  255. Test min and max on DateArrays ... ERROR
  256. test_sort_wcached (test_dates.TestMethods)
  257. Test cache update w/ sorting ... ok
  258. test_accept_atmost_missing (test_extras.TestCountmissing) ... ok
  259. test_count_missing (test_extras.TestCountmissing) ... ok
  260. test_dates_on_several_columns (test_extras.TestFromTxt)
  261. Test tsfromtxt when the date spans several columns. ... ERROR
  262. test_explicit_dtype (test_extras.TestFromTxt)
  263. Test tsfromtxt with an explicit dtype. ... ok
  264. test_explicit_dtype_with_explicit_float (test_extras.TestFromTxt)
  265. Test w/ explicit dtype (and explicit float) ... ok
  266. test_explicit_names (test_extras.TestFromTxt)
  267. Test w/ explicit dtype (and explicit float) ... ok
  268. test_explicit_structured_dtype (test_extras.TestFromTxt)
  269. Test tsfromtxt with an explicit structured dtype ... ok
  270. test_nodateinfo (test_extras.TestFromTxt)
  271. Test no date info ... ok
  272. test_unsorted_input (test_extras.TestFromTxt)
  273. Test tsfromtxt when the dates of the input are not sorted. ... ok
  274. test_with_converter (test_extras.TestFromTxt)
  275. Test tsfromtxt w/ an explicit converter ... ERROR
  276. test_with_datecols (test_extras.TestFromTxt)
  277. Test two datecols ... ERROR
  278. test_with_names (test_extras.TestFromTxt)
  279. Tests w/ names ... ok
  280. test_with_negative_datecols (test_extras.TestFromTxt)
  281. Test negative datecols ... ok
  282. test_without_names (test_extras.TestFromTxt)
  283. Test w/o names ... ok
  284. test_convert_to_annual (test_extras.TestMisc)
  285. Test convert_to_annual ... ok
  286. test_guessfreq (test_extras.TestMisc)
  287. Test the guessing of frequency. ... ok
  288. test_leapyear (test_extras.TestMisc) ... ok
  289. test_incompatible_dates (test_timeseries.TestArithmetics)
  290. Test operations on two series with same dimensions but incompatible dates ... ok
  291. test_intfloat (test_timeseries.TestArithmetics)
  292. Test arithmetic timeseries/integers ... ERROR
  293. test_intfloat_inplace (test_timeseries.TestArithmetics)
  294. Test int/float arithmetics in place. ... ERROR
  295. test_ismasked (test_timeseries.TestArithmetics)
  296. Checks checks on masked ... ok
  297. test_updatemask (test_timeseries.TestArithmetics)
  298. Checks modification of mask. ... ok
  299. test_copy (test_timeseries.TestCreation)
  300. Tests the creation of a timeseries with copy=True ... ok
  301. test_datafromlist (test_timeseries.TestCreation)
  302. Test the creation of a series w/ a list as input data. ... ok
  303. test_fromdatearray (test_timeseries.TestCreation)
  304. Tests the creation of a series with a DateArray as input data. ... ERROR
  305. test_fromlist (test_timeseries.TestCreation)
  306. Test the creation of a TimeSeries w/ a list of dates as input dates. ... ERROR
  307. test_fromrange (test_timeseries.TestCreation)
  308. Test the creation of a TimeSeries w/ a starting date. ... ERROR
  309. test_fromseries (test_timeseries.TestCreation)
  310. Test the creation of a TimeSeries w/ a time series as input data. ... ERROR
  311. test_setdates (test_timeseries.TestCreation)
  312. Tests setting the dates of a series. ... ERROR
  313. test_setdates_asdate (test_timeseries.TestCreation)
  314. Tests setting the dates as a Date ... ok
  315. test_setdates_asndarray (test_timeseries.TestCreation)
  316. Tests setting the dates as a ndarray. ... ok
  317. test_setdates_unsorted_2D (test_timeseries.TestCreation)
  318. Test automatic sorting when setting dates - 1D case reshaped to nD. ... ok
  319. test_setdates_unsorted_basic (test_timeseries.TestCreation)
  320. Test automatic sorting when setting dates - 1D case. ... ERROR
  321. test_setdates_unsorted_reshaped (test_timeseries.TestCreation)
  322. Test automatic sorting when setting dates - 1D case reshaped to nD. ... ok
  323. test_setdates_with_autoreshape (test_timeseries.TestCreation)
  324. Tests the automatic reshaping of dates. ... ERROR
  325. test_setdates_with_incompatible_size (test_timeseries.TestCreation)
  326. Tests setting the dates w/ a DateArray of incompatible size ... ok
  327. test_unsorted (test_timeseries.TestCreation)
  328. Tests that the data are properly sorted along the dates. ... ok
  329. test_unsorted_w_datearray (test_timeseries.TestCreation)
  330. Tests that the data are properly sorted along the dates. ... ok
  331. test_using_length (test_timeseries.TestCreation)
  332. Test using the `length` parameter of time_series. ... ok
  333. test_varshape (test_timeseries.TestCreation)
  334. Test some corner case of varshape ... ok
  335. test_getitem_dates (test_timeseries.TestFlexibleType) ... ok
  336. test_getitem_index (test_timeseries.TestFlexibleType) ... ok
  337. test__timeseriescompat_multiple (test_timeseries.TestFunctions)
  338. Tests the compatibility of multiple time series. ... ok
  339. test_adjustendpoints (test_timeseries.TestFunctions)
  340. Tests adjust_endpoints ... ok
  341. test_adjustendpoints_withdatestrings (test_timeseries.TestFunctions)
  342. Tests adjust_endpoints w/ string dates ... ok
  343. test_alignseries (test_timeseries.TestFunctions)
  344. Tests align_series & align_with ... ERROR
  345. test_compressed (test_timeseries.TestFunctions)
  346. Tests compress ... ERROR
  347. test_concatenate (test_timeseries.TestFunctions)
  348. Tests concatenate ... ok
  349. test_concatenate_2D (test_timeseries.TestFunctions)
  350. Test concatenate on 2D ... ERROR
  351. test_concatenate_remove_duplicates (test_timeseries.TestFunctions)
  352. Test concatenate w/ remove_duplicates ... ERROR
  353. test_convert (test_timeseries.TestFunctions)
  354. Test convert function ... ok
  355. test_convert_nd_with_func (test_timeseries.TestFunctions)
  356. Test convert w/ function on nD series ... ok
  357. test_convert_with_func (test_timeseries.TestFunctions)
  358. Test convert w/ function on 1D series ... ok
  359. test_empty_timeseries (test_timeseries.TestFunctions)
  360. Tests that empty TimeSeries are handled properly ... ok
  361. test_fill_missing_dates (test_timeseries.TestFunctions)
  362. Test fill_missing_dates function ... ok
  363. test_fill_missing_dates_structured_arrays (test_timeseries.TestFunctions)
  364. Test fill_missing_dates on structured arrays ... ok
  365. test_fill_missing_dates_undefined (test_timeseries.TestFunctions)
  366. Test fill_missing_dates on undefined frequencies. ... ok
  367. test_find_duplicated_dates (test_timeseries.TestFunctions)
  368. Test find_duplicated_dates ... ok
  369. test_find_duplicated_dates_allduplicated (test_timeseries.TestFunctions)
  370. Test find_duplicated_dates w/all duplicates ... ok
  371. test_find_duplicated_dates_noduplicates (test_timeseries.TestFunctions)
  372. Test find_duplicated_dates w/o duplicates ... ok
  373. test_maxmin (test_timeseries.TestFunctions)
  374. Test min/max ... ERROR
  375. test_pct (test_timeseries.TestFunctions) ... ok
  376. test_pickling (test_timeseries.TestFunctions)
  377. Tests pickling/unpickling ... ERROR
  378. test_pickling_memo (test_timeseries.TestFunctions)
  379. Test the conservation of _optinfo ... ERROR
  380. test_remove_duplicated_dates (test_timeseries.TestFunctions)
  381. Test remove_duplicated_dates ... ERROR
  382. test_remove_duplicated_dates_allduplicates (test_timeseries.TestFunctions)
  383. Test remove_duplicated_dates w/ all duplicates ... ERROR
  384. test_remove_duplicated_dates_noduplicates (test_timeseries.TestFunctions)
  385. Test remove_duplicated_dates w/o duplicates ... ERROR
  386. test_remove_duplicated_dates_nonchrono (test_timeseries.TestFunctions)
  387. Test remove_duplicated_dates on non-chronological series ... ERROR
  388. test_split (test_timeseries.TestFunctions)
  389. Test the split function. ... ERROR
  390. test_tshift (test_timeseries.TestFunctions)
  391. Test tshift function ... ok
  392. test_axismethod (test_timeseries.TestGenericMethods)
  393. Test axis method ... ok
  394. test_generated_axismethod (test_timeseries.TestGenericMethods)
  395. Test axismethod ... ok
  396. test_generated_method (test_timeseries.TestGenericMethods)
  397. Test that TimeSeries.method(s) gives the same result as s.method ... ok
  398. test_generic_methods (test_timeseries.TestGenericMethods)
  399. Tests some generic methods ... ERROR
  400. test_generic_methods_w_subclassing (test_timeseries.TestGenericMethods)
  401. Tests generic method on subclasses of TimeSeries. ... ERROR
  402. test_on1D_reshaped (test_timeseries.TestGetitem) ... ERROR
  403. test_on2d (test_timeseries.TestGetitem)
  404. Tests getitem on a 2D series ... ok
  405. test_slicing_and_keeping_additional_attributes (test_timeseries.TestGetitem) ... ok
  406. test_slicing_with_dates (test_timeseries.TestGetitem)
  407. Tests __getitem__ w/ date based slices ... ok
  408. test_with_dates (test_timeseries.TestGetitem)
  409. Tests __getitem__ w/ dates. ... ERROR
  410. test_with_dates_as_str (test_timeseries.TestGetitem)
  411. Test using a string corresponding to a date as index. ... ERROR
  412. test_with_integers (test_timeseries.TestGetitem) ... ok
  413. test_with_list (test_timeseries.TestGetitem)
  414. Tests __getitem__ w/ list. ... ERROR
  415. test_with_slices (test_timeseries.TestGetitem)
  416. Tests __getitem__ w/ slices. ... ERROR
  417. test_with_slices_on_nD (test_timeseries.TestGetitem) ... ERROR
  418. test_wtimeseries (test_timeseries.TestGetitem)
  419. Tests getitem w/ TimeSeries as index ... ERROR
  420. test_compatibility_shape (test_timeseries.TestMisc)
  421. Tests shape compatibility. ... ok
  422. test_deepcopy (test_timeseries.TestMisc)
  423. Test deepcopy ... ERROR
  424. test_emptylike (test_timeseries.TestMisc) ... FAIL
  425. test_firstlast_unmasked_vals (test_timeseries.TestMisc) ... ok
  426. test_ma_ufuncs (test_timeseries.TestMisc) ... ERROR
  427. test_with_datearray (test_timeseries.TestSetItem)
  428. Test setitem w/ a date_array ... ok
  429. test_with_dates (test_timeseries.TestSetItem)
  430. Test setitem w/ dates ... ok
  431. test_with_integers (test_timeseries.TestSetItem)
  432. Tests setitem with integers ... ok
  433. test_ravel_1D (test_timeseries.TestTimeSeriesMethods)
  434. Test .ravel on 1D data ... ERROR
  435. test_ravel_1V (test_timeseries.TestTimeSeriesMethods)
  436. Test .ravel on nD/1V data ... ERROR
  437. test_ravel_2V (test_timeseries.TestTimeSeriesMethods)
  438. Test .ravel on 2V data ... ERROR
  439. test_reshape_1D (test_timeseries.TestTimeSeriesMethods)
  440. Test reshape on data w/ 1 variables ... ERROR
  441. test_reshape_1V (test_timeseries.TestTimeSeriesMethods)
  442. Test reshape on series w/ 2 variables ... ERROR
  443. test_reshape_batch (test_timeseries.TestTimeSeriesMethods)
  444. Test a succession of reshape ... ok
  445. test_reshaping_1D (test_timeseries.TestTimeSeriesMethods)
  446. Tests the reshaping of a 1D series. ... ok
  447. test_reshaping_2D (test_timeseries.TestTimeSeriesMethods)
  448. Tests the reshaping of a nV/nD series. ... ok
  449. test_torecords_1D (test_timeseries.TestTimeSeriesMethods)
  450. Test conversion to records on 1D series ... ok
  451. test_torecords_2D (test_timeseries.TestTimeSeriesMethods)
  452. Test torecords on 2D series ... ok
  453. test_torecords_structured (test_timeseries.TestTimeSeriesMethods)
  454. Test torecords on structured array ... ok
  455. test_view (test_timeseries.TestViewTimeSeries)
  456. Test view w/ flexible dtype ... ok
  457. test_view_by_itself (test_timeseries.TestViewTimeSeries) ... ERROR
  458. test_view_flexible_type (test_timeseries.TestViewTimeSeries) ... ok
  459. test_view_simple_dtype (test_timeseries.TestViewTimeSeries) ... ok
  460. test_addfield (test_trecords.TestTimeSeriesRecords)
  461. Tests addfield ... ok
  462. test_fromrecords (test_trecords.TestTimeSeriesRecords)
  463. Test from recarray. ... ok
  464. test_get_dates (test_trecords.TestTimeSeriesRecords)
  465. Tests date retrieval ... ok
  466. test_get_field_asattribute (test_trecords.TestTimeSeriesRecords)
  467. Tests item retrieval ... ok
  468. test_get_fields (test_trecords.TestTimeSeriesRecords)
  469. Tests fields retrieval ... ERROR
  470. test_get_index (test_trecords.TestTimeSeriesRecords)
  471. Tests index retrieval ... ok
  472. test_get_slice (test_trecords.TestTimeSeriesRecords)
  473. Tests item retrieval ... ERROR
  474. test_hardmask (test_trecords.TestTimeSeriesRecords)
  475. Test hardmask ... ok
  476. test_set (test_trecords.TestTimeSeriesRecords)
  477. Tests setting fields/attributes. ... ok
  478. test_set_field_mask (test_trecords.TestTimeSeriesRecords)
  479. Tests setting fields/attributes. ... ok
  480. test_setslices (test_trecords.TestTimeSeriesRecords)
  481. Tests setting slices. ... ERROR
  482. test_sorted (test_trecords.TestTimeSeriesRecords) ... ERROR
  483. test_tsfromtxt (test_trecords.TestTimeSeriesRecords)
  484. Tests reading from a text file. ... ERROR
  485. test_convert (test_trecords.TestTimeSeriesRecords_Functions) ... ok
  486. test_view_by_itself (test_trecords.TestViewTS) ... ok
  487. test_view_flexible_type (test_trecords.TestViewTS) ... ok
  488. test_view_simple_dtype (test_trecords.TestViewTS) ... ok
  489. ======================================================================
  490. ERROR: test_ontimeseries (test_moving_funcs.TestCMovAverage)
  491. Test cmov_average on a 1D TimeSeries.
  492. ----------------------------------------------------------------------
  493. Traceback (most recent call last):
  494. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/lib/tests/test_moving_funcs.py", line 70, in test_ontimeseries
  495. assert_equal(ravg._dates, data._dates)
  496. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  497. return assert_array_equal(actual, desired, err_msg)
  498. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  499. header='Arrays are not equal')
  500. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  501. verbose=verbose, header=header)
  502. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  503. raise ValueError(msg)
  504. ValueError:
  505. error during assertion:
  506. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  507. Arrays are not equal
  508. x: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013,
  509. 25-Jan-2013, 26-Jan-2013, 27-Jan-2013, 28-Jan-2013, 29-Jan-2013,
  510. 30-Jan-2013, 31-Jan-2013, 01-Feb-2013, 02-Feb-2013, 03-Feb-2013,...
  511. y: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013,
  512. 25-Jan-2013, 26-Jan-2013, 27-Jan-2013, 28-Jan-2013, 29-Jan-2013,
  513. 30-Jan-2013, 31-Jan-2013, 01-Feb-2013, 02-Feb-2013, 03-Feb-2013,...
  514. ======================================================================
  515. ERROR: tests_onmultitimeseries (test_moving_funcs.TestCMovAverage)
  516. Test cmov_average on a nD TimeSeries.
  517. ----------------------------------------------------------------------
  518. Traceback (most recent call last):
  519. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/lib/tests/test_moving_funcs.py", line 89, in tests_onmultitimeseries
  520. assert_equal(ravg._dates, data._dates)
  521. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  522. return assert_array_equal(actual, desired, err_msg)
  523. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  524. header='Arrays are not equal')
  525. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  526. verbose=verbose, header=header)
  527. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  528. raise ValueError(msg)
  529. ValueError:
  530. error during assertion:
  531. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  532. Arrays are not equal
  533. x: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013,
  534. 25-Jan-2013, 26-Jan-2013, 27-Jan-2013, 28-Jan-2013, 29-Jan-2013,
  535. 30-Jan-2013, 31-Jan-2013, 01-Feb-2013, 02-Feb-2013, 03-Feb-2013,...
  536. y: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013,
  537. 25-Jan-2013, 26-Jan-2013, 27-Jan-2013, 28-Jan-2013, 29-Jan-2013,
  538. 30-Jan-2013, 31-Jan-2013, 01-Feb-2013, 02-Feb-2013, 03-Feb-2013,...
  539. ======================================================================
  540. ERROR: test_ontimeseries (test_moving_funcs.TestMovFuncs)
  541. Test the moving functions on a 1D TimeSeries
  542. ----------------------------------------------------------------------
  543. Traceback (most recent call last):
  544. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/lib/tests/test_moving_funcs.py", line 150, in test_ontimeseries
  545. assert_equal(result._dates, data._dates)
  546. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  547. return assert_array_equal(actual, desired, err_msg)
  548. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  549. header='Arrays are not equal')
  550. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  551. verbose=verbose, header=header)
  552. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  553. raise ValueError(msg)
  554. ValueError:
  555. error during assertion:
  556. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  557. Arrays are not equal
  558. x: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013,
  559. 25-Jan-2013, 26-Jan-2013, 27-Jan-2013, 28-Jan-2013, 29-Jan-2013,
  560. 30-Jan-2013, 31-Jan-2013, 01-Feb-2013, 02-Feb-2013, 03-Feb-2013,...
  561. y: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013,
  562. 25-Jan-2013, 26-Jan-2013, 27-Jan-2013, 28-Jan-2013, 29-Jan-2013,
  563. 30-Jan-2013, 31-Jan-2013, 01-Feb-2013, 02-Feb-2013, 03-Feb-2013,...
  564. ======================================================================
  565. ERROR: test_read1D (test_tstables.TestTimeSeriesTable)
  566. ----------------------------------------------------------------------
  567. Traceback (most recent call last):
  568. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/lib/tests/test_tstables.py", line 247, in test_read1D
  569. assert_equal(tarray._dates, series1D._dates)
  570. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  571. return assert_array_equal(actual, desired, err_msg)
  572. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  573. header='Arrays are not equal')
  574. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  575. verbose=verbose, header=header)
  576. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  577. raise ValueError(msg)
  578. ValueError:
  579. error during assertion:
  580. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  581. Arrays are not equal
  582. x: DateArray([Jan-2013, Feb-2013, Mar-2013, Apr-2013, May-2013, Jun-2013,
  583. Jul-2013, Aug-2013, Sep-2013, Oct-2013, Nov-2013, Dec-2013,
  584. Jan-2014, Feb-2014, Mar-2014, Apr-2014, May-2014, Jun-2014,...
  585. y: DateArray([Jan-2013, Feb-2013, Mar-2013, Apr-2013, May-2013, Jun-2013,
  586. Jul-2013, Aug-2013, Sep-2013, Oct-2013, Nov-2013, Dec-2013,
  587. Jan-2014, Feb-2014, Mar-2014, Apr-2014, May-2014, Jun-2014,...
  588. ======================================================================
  589. ERROR: test_read2D (test_tstables.TestTimeSeriesTable)
  590. ----------------------------------------------------------------------
  591. Traceback (most recent call last):
  592. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/lib/tests/test_tstables.py", line 271, in test_read2D
  593. assert_equal(tarray._dates, initial._dates)
  594. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  595. return assert_array_equal(actual, desired, err_msg)
  596. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  597. header='Arrays are not equal')
  598. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  599. verbose=verbose, header=header)
  600. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  601. raise ValueError(msg)
  602. ValueError:
  603. error during assertion:
  604. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  605. Arrays are not equal
  606. x: DateArray([Feb-2013, Apr-2013],
  607. freq='M')
  608. y: DateArray([Feb-2013, Apr-2013],
  609. freq='M')
  610. ======================================================================
  611. ERROR: test_from_startend_dates_strings (test_dates.TestCreation)
  612. Test creating from a starting & ending dates as strings
  613. ----------------------------------------------------------------------
  614. Traceback (most recent call last):
  615. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 82, in test_from_startend_dates_strings
  616. assert_equal(test, control)
  617. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  618. return assert_array_equal(actual, desired, err_msg)
  619. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  620. header='Arrays are not equal')
  621. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  622. verbose=verbose, header=header)
  623. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  624. raise ValueError(msg)
  625. ValueError:
  626. error during assertion:
  627. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  628. Arrays are not equal
  629. x: DateArray([01-Jan-2008, 02-Jan-2008, 03-Jan-2008, 04-Jan-2008, 05-Jan-2008,
  630. 06-Jan-2008, 07-Jan-2008, 08-Jan-2008, 09-Jan-2008, 10-Jan-2008,
  631. 11-Jan-2008, 12-Jan-2008, 13-Jan-2008, 14-Jan-2008, 15-Jan-2008,...
  632. y: DateArray([01-Jan-2008, 02-Jan-2008, 03-Jan-2008, 04-Jan-2008, 05-Jan-2008,
  633. 06-Jan-2008, 07-Jan-2008, 08-Jan-2008, 09-Jan-2008, 10-Jan-2008,
  634. 11-Jan-2008, 12-Jan-2008, 13-Jan-2008, 14-Jan-2008, 15-Jan-2008,...
  635. ======================================================================
  636. ERROR: test_fromsobjects (test_dates.TestCreation)
  637. Tests creation from list of objects.
  638. ----------------------------------------------------------------------
  639. Traceback (most recent call last):
  640. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 119, in test_fromsobjects
  641. assert_equal(dates, odates)
  642. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  643. return assert_array_equal(actual, desired, err_msg)
  644. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  645. header='Arrays are not equal')
  646. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  647. verbose=verbose, header=header)
  648. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  649. raise ValueError(msg)
  650. ValueError:
  651. error during assertion:
  652. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  653. Arrays are not equal
  654. x: DateArray([01-Jan-2007, 02-Jan-2007, 04-Jan-2007, 05-Jan-2007, 07-Jan-2007,
  655. 08-Jan-2007, 10-Jan-2007, 11-Jan-2007, 13-Jan-2007],
  656. freq='D')
  657. y: DateArray([01-Jan-2007, 02-Jan-2007, 04-Jan-2007, 05-Jan-2007, 07-Jan-2007,
  658. 08-Jan-2007, 10-Jan-2007, 11-Jan-2007, 13-Jan-2007],
  659. freq='D')
  660. ======================================================================
  661. ERROR: test_fromstrings (test_dates.TestCreation)
  662. Tests creation from list of strings
  663. ----------------------------------------------------------------------
  664. Traceback (most recent call last):
  665. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 42, in test_fromstrings
  666. assert_equal(dates, 732677 + np.arange(len(dlist)))
  667. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  668. return assert_array_equal(actual, desired, err_msg)
  669. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  670. header='Arrays are not equal')
  671. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  672. verbose=verbose, header=header)
  673. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  674. raise ValueError(msg)
  675. ValueError:
  676. error during assertion:
  677. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  678. Arrays are not equal
  679. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  680. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  681. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007],
  682. freq='D')
  683. y: array([732677, 732678, 732679, 732680, 732681, 732682, 732683, 732684,
  684. 732685, 732686, 732687, 732688, 732689, 732690])
  685. ======================================================================
  686. ERROR: test_fromstrings_sorting_bug (test_dates.TestCreation)
  687. regression test for previous bug with string dates getting sorted
  688. ----------------------------------------------------------------------
  689. Traceback (most recent call last):
  690. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 75, in test_fromstrings_sorting_bug
  691. assert_equal(dates, dvals)
  692. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  693. return assert_array_equal(actual, desired, err_msg)
  694. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  695. header='Arrays are not equal')
  696. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  697. verbose=verbose, header=header)
  698. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  699. raise ValueError(msg)
  700. ValueError:
  701. error during assertion:
  702. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  703. Arrays are not equal
  704. x: DateArray([05-Jan-2005, 01-Apr-2008, 03-May-2009],
  705. freq='D')
  706. y: array([731951, 733133, 733530])
  707. ======================================================================
  708. ERROR: test_shortcuts (test_dates.TestCreation)
  709. Tests some creation shortcuts. Because I'm lazy like that.
  710. ----------------------------------------------------------------------
  711. Traceback (most recent call last):
  712. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 161, in test_shortcuts
  713. assert_equal(date_array(n, length=3), d)
  714. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  715. return assert_array_equal(actual, desired, err_msg)
  716. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  717. header='Arrays are not equal')
  718. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  719. verbose=verbose, header=header)
  720. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  721. raise ValueError(msg)
  722. ValueError:
  723. error during assertion:
  724. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  725. Arrays are not equal
  726. x: DateArray([Jan-2013, Feb-2013, Mar-2013],
  727. freq='M')
  728. y: DateArray([Jan-2013, Feb-2013, Mar-2013],
  729. freq='M')
  730. ======================================================================
  731. ERROR: test_conv_annual (test_dates.TestFreqConversion)
  732. frequency conversion tests: from Annual Frequency
  733. ----------------------------------------------------------------------
  734. Traceback (most recent call last):
  735. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 376, in test_conv_annual
  736. assert_func(date_A.asfreq('Q', "START"), date_A_to_Q_start)
  737. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  738. header='Arrays are not equal')
  739. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  740. verbose=verbose, header=header)
  741. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  742. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  743. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  744. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  745. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  746. ======================================================================
  747. ERROR: test_conv_business (test_dates.TestFreqConversion)
  748. frequency conversion tests: from Business Frequency
  749. ----------------------------------------------------------------------
  750. Traceback (most recent call last):
  751. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 672, in test_conv_business
  752. assert_func(date_B.asfreq('A'), date_B_to_A)
  753. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  754. header='Arrays are not equal')
  755. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  756. verbose=verbose, header=header)
  757. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  758. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  759. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  760. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  761. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  762. ======================================================================
  763. ERROR: test_conv_daily (test_dates.TestFreqConversion)
  764. frequency conversion tests: from Business Frequency
  765. ----------------------------------------------------------------------
  766. Traceback (most recent call last):
  767. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 741, in test_conv_daily
  768. assert_func(date_D.asfreq('A'), date_D_to_A)
  769. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  770. header='Arrays are not equal')
  771. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  772. verbose=verbose, header=header)
  773. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  774. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  775. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  776. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  777. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  778. ======================================================================
  779. ERROR: test_conv_hourly (test_dates.TestFreqConversion)
  780. frequency conversion tests: from Hourly Frequency
  781. ----------------------------------------------------------------------
  782. Traceback (most recent call last):
  783. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 809, in test_conv_hourly
  784. assert_func(date_H.asfreq('A'), date_H_to_A)
  785. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  786. header='Arrays are not equal')
  787. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  788. verbose=verbose, header=header)
  789. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  790. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  791. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  792. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  793. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  794. ======================================================================
  795. ERROR: test_conv_minutely (test_dates.TestFreqConversion)
  796. frequency conversion tests: from Minutely Frequency
  797. ----------------------------------------------------------------------
  798. Traceback (most recent call last):
  799. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 863, in test_conv_minutely
  800. assert_func(date_T.asfreq('A'), date_T_to_A)
  801. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  802. header='Arrays are not equal')
  803. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  804. verbose=verbose, header=header)
  805. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  806. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  807. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  808. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  809. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  810. ======================================================================
  811. ERROR: test_conv_monthly (test_dates.TestFreqConversion)
  812. frequency conversion tests: from Monthly Frequency
  813. ----------------------------------------------------------------------
  814. Traceback (most recent call last):
  815. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 517, in test_conv_monthly
  816. assert_func(date_M.asfreq('A'), date_M_to_A)
  817. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  818. header='Arrays are not equal')
  819. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  820. verbose=verbose, header=header)
  821. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  822. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  823. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  824. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  825. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  826. ======================================================================
  827. ERROR: test_conv_quarterly (test_dates.TestFreqConversion)
  828. frequency conversion tests: from Quarterly Frequency
  829. ----------------------------------------------------------------------
  830. Traceback (most recent call last):
  831. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 456, in test_conv_quarterly
  832. assert_func(date_Q.asfreq('A'), date_Q_to_A)
  833. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  834. header='Arrays are not equal')
  835. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  836. verbose=verbose, header=header)
  837. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  838. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  839. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  840. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  841. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  842. ======================================================================
  843. ERROR: test_conv_secondly (test_dates.TestFreqConversion)
  844. frequency conversion tests: from Secondly Frequency
  845. ----------------------------------------------------------------------
  846. Traceback (most recent call last):
  847. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 917, in test_conv_secondly
  848. assert_func(date_S.asfreq('A'), date_S_to_A)
  849. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  850. header='Arrays are not equal')
  851. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  852. verbose=verbose, header=header)
  853. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  854. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  855. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  856. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  857. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  858. ======================================================================
  859. ERROR: test_conv_weekly (test_dates.TestFreqConversion)
  860. frequency conversion tests: from Weekly Frequency
  861. ----------------------------------------------------------------------
  862. Traceback (most recent call last):
  863. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 606, in test_conv_weekly
  864. assert_func(date_W.asfreq('A'), date_W_to_A)
  865. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  866. header='Arrays are not equal')
  867. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  868. verbose=verbose, header=header)
  869. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  870. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  871. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  872. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  873. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  874. ======================================================================
  875. ERROR: test_getitem (test_dates.TestMethods)
  876. Tests getitem
  877. ----------------------------------------------------------------------
  878. Traceback (most recent call last):
  879. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 1000, in test_getitem
  880. DateArray([mdates[0], mdates[-1]], freq='M'))
  881. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  882. return assert_array_equal(actual, desired, err_msg)
  883. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  884. header='Arrays are not equal')
  885. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  886. verbose=verbose, header=header)
  887. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  888. raise ValueError(msg)
  889. ValueError:
  890. error during assertion:
  891. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  892. Arrays are not equal
  893. x: DateArray([Jan-2007, Dec-2007],
  894. freq='M')
  895. y: DateArray([Jan-2007, Dec-2007],
  896. freq='M')
  897. ======================================================================
  898. ERROR: test_minmax (test_dates.TestMethods)
  899. Test min and max on DateArrays
  900. ----------------------------------------------------------------------
  901. Traceback (most recent call last):
  902. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_dates.py", line 1170, in test_minmax
  903. assert_equal(test, start_date)
  904. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  905. return assert_array_equal(actual, desired, err_msg)
  906. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  907. header='Arrays are not equal')
  908. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  909. verbose=verbose, header=header)
  910. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 619, in assert_array_compare
  911. val = comparison(x,y)
  912. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 198, in __call__
  913. raise ArithmeticDateError
  914. ArithmeticDateError: Cannot use dates for arithmetics!
  915. ======================================================================
  916. ERROR: test_dates_on_several_columns (test_extras.TestFromTxt)
  917. Test tsfromtxt when the date spans several columns.
  918. ----------------------------------------------------------------------
  919. Traceback (most recent call last):
  920. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_extras.py", line 276, in test_dates_on_several_columns
  921. date_array(['2001-01', '2001-02', '2001-02'], freq='M'))
  922. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  923. return assert_array_equal(actual, desired, err_msg)
  924. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  925. header='Arrays are not equal')
  926. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  927. verbose=verbose, header=header)
  928. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  929. raise ValueError(msg)
  930. ValueError:
  931. error during assertion:
  932. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  933. Arrays are not equal
  934. x: DateArray([Jan-2001, Feb-2001, Feb-2001],
  935. freq='M')
  936. y: DateArray([Jan-2001, Feb-2001, Feb-2001],
  937. freq='M')
  938. ======================================================================
  939. ERROR: test_with_converter (test_extras.TestFromTxt)
  940. Test tsfromtxt w/ an explicit converter
  941. ----------------------------------------------------------------------
  942. Traceback (most recent call last):
  943. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_extras.py", line 357, in test_with_converter
  944. assert_equal(test.dates, control.dates)
  945. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  946. return assert_array_equal(actual, desired, err_msg)
  947. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  948. header='Arrays are not equal')
  949. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  950. verbose=verbose, header=header)
  951. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  952. raise ValueError(msg)
  953. ValueError:
  954. error during assertion:
  955. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  956. Arrays are not equal
  957. x: DateArray([Jan-2001, Jan-2002, Jan-2003],
  958. freq='M')
  959. y: DateArray([Jan-2001, Jan-2002, Jan-2003],
  960. freq='M')
  961. ======================================================================
  962. ERROR: test_with_datecols (test_extras.TestFromTxt)
  963. Test two datecols
  964. ----------------------------------------------------------------------
  965. Traceback (most recent call last):
  966. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_extras.py", line 219, in test_with_datecols
  967. assert_equal(test.dates.tovalue(), dates)
  968. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  969. return assert_array_equal(actual, desired, err_msg)
  970. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  971. header='Arrays are not equal')
  972. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  973. verbose=verbose, header=header)
  974. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  975. raise ValueError(msg)
  976. ValueError:
  977. error during assertion:
  978. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  979. Arrays are not equal
  980. x: array([24097, 24099])
  981. y: DateArray([Jan-2009, Mar-2009],
  982. freq='M')
  983. ======================================================================
  984. ERROR: test_intfloat (test_timeseries.TestArithmetics)
  985. Test arithmetic timeseries/integers
  986. ----------------------------------------------------------------------
  987. Traceback (most recent call last):
  988. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 327, in test_intfloat
  989. assert_equal(nseries.dates, series.dates)
  990. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  991. return assert_array_equal(actual, desired, err_msg)
  992. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  993. header='Arrays are not equal')
  994. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  995. verbose=verbose, header=header)
  996. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  997. raise ValueError(msg)
  998. ValueError:
  999. error during assertion:
  1000. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1001. Arrays are not equal
  1002. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1003. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1004. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1005. freq='D')
  1006. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1007. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1008. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1009. freq='D')
  1010. ======================================================================
  1011. ERROR: test_intfloat_inplace (test_timeseries.TestArithmetics)
  1012. Test int/float arithmetics in place.
  1013. ----------------------------------------------------------------------
  1014. Traceback (most recent call last):
  1015. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 358, in test_intfloat_inplace
  1016. assert_equal(nseries.dates, series.dates)
  1017. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1018. return assert_array_equal(actual, desired, err_msg)
  1019. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1020. header='Arrays are not equal')
  1021. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1022. verbose=verbose, header=header)
  1023. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1024. raise ValueError(msg)
  1025. ValueError:
  1026. error during assertion:
  1027. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1028. Arrays are not equal
  1029. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1030. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1031. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1032. freq='D')
  1033. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1034. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1035. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1036. freq='D')
  1037. ======================================================================
  1038. ERROR: test_fromdatearray (test_timeseries.TestCreation)
  1039. Tests the creation of a series with a DateArray as input data.
  1040. ----------------------------------------------------------------------
  1041. Traceback (most recent call last):
  1042. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 86, in test_fromdatearray
  1043. assert_equal(series.dates, dates)
  1044. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1045. return assert_array_equal(actual, desired, err_msg)
  1046. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1047. header='Arrays are not equal')
  1048. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1049. verbose=verbose, header=header)
  1050. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1051. raise ValueError(msg)
  1052. ValueError:
  1053. error during assertion:
  1054. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1055. Arrays are not equal
  1056. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1057. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1058. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1059. freq='D')
  1060. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1061. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1062. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1063. freq='D')
  1064. ======================================================================
  1065. ERROR: test_fromlist (test_timeseries.TestCreation)
  1066. Test the creation of a TimeSeries w/ a list of dates as input dates.
  1067. ----------------------------------------------------------------------
  1068. Traceback (most recent call last):
  1069. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 53, in test_fromlist
  1070. assert_equal(series.dates, dates)
  1071. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1072. return assert_array_equal(actual, desired, err_msg)
  1073. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1074. header='Arrays are not equal')
  1075. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1076. verbose=verbose, header=header)
  1077. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1078. raise ValueError(msg)
  1079. ValueError:
  1080. error during assertion:
  1081. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1082. Arrays are not equal
  1083. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1084. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1085. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1086. freq='D')
  1087. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1088. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1089. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1090. freq='D')
  1091. ======================================================================
  1092. ERROR: test_fromrange (test_timeseries.TestCreation)
  1093. Test the creation of a TimeSeries w/ a starting date.
  1094. ----------------------------------------------------------------------
  1095. Traceback (most recent call last):
  1096. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 63, in test_fromrange
  1097. assert_equal(series.dates, dates)
  1098. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1099. return assert_array_equal(actual, desired, err_msg)
  1100. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1101. header='Arrays are not equal')
  1102. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1103. verbose=verbose, header=header)
  1104. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1105. raise ValueError(msg)
  1106. ValueError:
  1107. error during assertion:
  1108. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1109. Arrays are not equal
  1110. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1111. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1112. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1113. freq='D')
  1114. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1115. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1116. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1117. freq='D')
  1118. ======================================================================
  1119. ERROR: test_fromseries (test_timeseries.TestCreation)
  1120. Test the creation of a TimeSeries w/ a time series as input data.
  1121. ----------------------------------------------------------------------
  1122. Traceback (most recent call last):
  1123. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 75, in test_fromseries
  1124. assert_equal(series.dates, dates)
  1125. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1126. return assert_array_equal(actual, desired, err_msg)
  1127. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1128. header='Arrays are not equal')
  1129. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1130. verbose=verbose, header=header)
  1131. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1132. raise ValueError(msg)
  1133. ValueError:
  1134. error during assertion:
  1135. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1136. Arrays are not equal
  1137. x: DateArray([16-Jan-2007, 17-Jan-2007, 18-Jan-2007, 19-Jan-2007, 20-Jan-2007,
  1138. 21-Jan-2007, 22-Jan-2007, 23-Jan-2007, 24-Jan-2007, 25-Jan-2007,
  1139. 26-Jan-2007, 27-Jan-2007, 28-Jan-2007, 29-Jan-2007, 30-Jan-2007],
  1140. freq='D')
  1141. y: DateArray([16-Jan-2007, 17-Jan-2007, 18-Jan-2007, 19-Jan-2007, 20-Jan-2007,
  1142. 21-Jan-2007, 22-Jan-2007, 23-Jan-2007, 24-Jan-2007, 25-Jan-2007,
  1143. 26-Jan-2007, 27-Jan-2007, 28-Jan-2007, 29-Jan-2007, 30-Jan-2007],
  1144. freq='D')
  1145. ======================================================================
  1146. ERROR: test_setdates (test_timeseries.TestCreation)
  1147. Tests setting the dates of a series.
  1148. ----------------------------------------------------------------------
  1149. Traceback (most recent call last):
  1150. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 147, in test_setdates
  1151. assert_equal(test_series.dates, reference.dates)
  1152. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1153. return assert_array_equal(actual, desired, err_msg)
  1154. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1155. header='Arrays are not equal')
  1156. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1157. verbose=verbose, header=header)
  1158. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1159. raise ValueError(msg)
  1160. ValueError:
  1161. error during assertion:
  1162. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1163. Arrays are not equal
  1164. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1165. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1166. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1167. freq='D')
  1168. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1169. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1170. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1171. freq='D')
  1172. ======================================================================
  1173. ERROR: test_setdates_unsorted_basic (test_timeseries.TestCreation)
  1174. Test automatic sorting when setting dates - 1D case.
  1175. ----------------------------------------------------------------------
  1176. Traceback (most recent call last):
  1177. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 219, in test_setdates_unsorted_basic
  1178. assert_equal(series.dates, [])
  1179. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1180. return assert_array_equal(actual, desired, err_msg)
  1181. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1182. header='Arrays are not equal')
  1183. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1184. verbose=verbose, header=header)
  1185. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  1186. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  1187. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  1188. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  1189. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  1190. ======================================================================
  1191. ERROR: test_setdates_with_autoreshape (test_timeseries.TestCreation)
  1192. Tests the automatic reshaping of dates.
  1193. ----------------------------------------------------------------------
  1194. Traceback (most recent call last):
  1195. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 205, in test_setdates_with_autoreshape
  1196. assert_equal(test_series.dates, reference.dates)
  1197. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1198. return assert_array_equal(actual, desired, err_msg)
  1199. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1200. header='Arrays are not equal')
  1201. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1202. verbose=verbose, header=header)
  1203. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1204. raise ValueError(msg)
  1205. ValueError:
  1206. error during assertion:
  1207. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1208. Arrays are not equal
  1209. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1210. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1211. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1212. freq='D')
  1213. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1214. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1215. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1216. freq='D')
  1217. ======================================================================
  1218. ERROR: test_alignseries (test_timeseries.TestFunctions)
  1219. Tests align_series & align_with
  1220. ----------------------------------------------------------------------
  1221. Traceback (most recent call last):
  1222. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1002, in test_alignseries
  1223. assert_equal(a.dates, series.dates)
  1224. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1225. return assert_array_equal(actual, desired, err_msg)
  1226. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1227. header='Arrays are not equal')
  1228. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1229. verbose=verbose, header=header)
  1230. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1231. raise ValueError(msg)
  1232. ValueError:
  1233. error during assertion:
  1234. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1235. Arrays are not equal
  1236. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1237. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1238. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1239. freq='D')
  1240. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1241. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1242. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1243. freq='D')
  1244. ======================================================================
  1245. ERROR: test_compressed (test_timeseries.TestFunctions)
  1246. Tests compress
  1247. ----------------------------------------------------------------------
  1248. Traceback (most recent call last):
  1249. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1253, in test_compressed
  1250. assert_equal(c_series.dates, dates[keeper])
  1251. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1252. return assert_array_equal(actual, desired, err_msg)
  1253. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1254. header='Arrays are not equal')
  1255. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1256. verbose=verbose, header=header)
  1257. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1258. raise ValueError(msg)
  1259. ValueError:
  1260. error during assertion:
  1261. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1262. Arrays are not equal
  1263. x: DateArray([02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007, 07-Jan-2007,
  1264. 08-Jan-2007, 09-Jan-2007, 10-Jan-2007, 12-Jan-2007, 13-Jan-2007,
  1265. 14-Jan-2007, 15-Jan-2007],
  1266. freq='D')
  1267. y: DateArray([02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007, 07-Jan-2007,
  1268. 08-Jan-2007, 09-Jan-2007, 10-Jan-2007, 12-Jan-2007, 13-Jan-2007,
  1269. 14-Jan-2007, 15-Jan-2007],
  1270. freq='D')
  1271. ======================================================================
  1272. ERROR: test_concatenate_2D (test_timeseries.TestFunctions)
  1273. Test concatenate on 2D
  1274. ----------------------------------------------------------------------
  1275. Traceback (most recent call last):
  1276. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1334, in test_concatenate_2D
  1277. assert_equal(test.dates, np.concatenate((a.dates, b.dates)))
  1278. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1279. return assert_array_equal(actual, desired, err_msg)
  1280. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1281. header='Arrays are not equal')
  1282. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1283. verbose=verbose, header=header)
  1284. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1285. raise ValueError(msg)
  1286. ValueError:
  1287. error during assertion:
  1288. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1289. Arrays are not equal
  1290. x: DateArray([01-Jan-2009, 02-Jan-2009, 03-Jan-2009, 05-Jan-2009, 06-Jan-2009,
  1291. 07-Jan-2009, 08-Jan-2009],
  1292. freq='D')
  1293. y: array([733408, 733409, 733410, 733412, 733413, 733414, 733415])
  1294. ======================================================================
  1295. ERROR: test_concatenate_remove_duplicates (test_timeseries.TestFunctions)
  1296. Test concatenate w/ remove_duplicates
  1297. ----------------------------------------------------------------------
  1298. Traceback (most recent call last):
  1299. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1302, in test_concatenate_remove_duplicates
  1300. assert_equal(test.dates, ctrl.dates)
  1301. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1302. return assert_array_equal(actual, desired, err_msg)
  1303. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1304. header='Arrays are not equal')
  1305. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1306. verbose=verbose, header=header)
  1307. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1308. raise ValueError(msg)
  1309. ValueError:
  1310. error during assertion:
  1311. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1312. Arrays are not equal
  1313. x: DateArray([01-Jan-2009, 02-Jan-2009, 03-Jan-2009, 04-Jan-2009, 05-Jan-2009],
  1314. freq='D')
  1315. y: DateArray([01-Jan-2009, 02-Jan-2009, 03-Jan-2009, 04-Jan-2009, 05-Jan-2009],
  1316. freq='D')
  1317. ======================================================================
  1318. ERROR: test_maxmin (test_timeseries.TestFunctions)
  1319. Test min/max
  1320. ----------------------------------------------------------------------
  1321. Traceback (most recent call last):
  1322. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1379, in test_maxmin
  1323. assert_equal(smax.dates, date_array([series.dates[1]] * 5))
  1324. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1325. return assert_array_equal(actual, desired, err_msg)
  1326. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1327. header='Arrays are not equal')
  1328. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1329. verbose=verbose, header=header)
  1330. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1331. raise ValueError(msg)
  1332. ValueError:
  1333. error during assertion:
  1334. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1335. Arrays are not equal
  1336. x: DateArray([21-Jan-2013, 21-Jan-2013, 21-Jan-2013, 21-Jan-2013, 21-Jan-2013],
  1337. freq='D')
  1338. y: DateArray([21-Jan-2013, 21-Jan-2013, 21-Jan-2013, 21-Jan-2013, 21-Jan-2013],
  1339. freq='D')
  1340. ======================================================================
  1341. ERROR: test_pickling (test_timeseries.TestFunctions)
  1342. Tests pickling/unpickling
  1343. ----------------------------------------------------------------------
  1344. Traceback (most recent call last):
  1345. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1172, in test_pickling
  1346. assert_equal(series_pickled.dates, series.dates)
  1347. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1348. return assert_array_equal(actual, desired, err_msg)
  1349. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1350. header='Arrays are not equal')
  1351. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1352. verbose=verbose, header=header)
  1353. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1354. raise ValueError(msg)
  1355. ValueError:
  1356. error during assertion:
  1357. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1358. Arrays are not equal
  1359. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1360. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1361. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1362. freq='D')
  1363. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007,
  1364. 06-Jan-2007, 07-Jan-2007, 08-Jan-2007, 09-Jan-2007, 10-Jan-2007,
  1365. 11-Jan-2007, 12-Jan-2007, 13-Jan-2007, 14-Jan-2007, 15-Jan-2007],
  1366. freq='D')
  1367. ======================================================================
  1368. ERROR: test_pickling_memo (test_timeseries.TestFunctions)
  1369. Test the conservation of _optinfo
  1370. ----------------------------------------------------------------------
  1371. Traceback (most recent call last):
  1372. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1191, in test_pickling_memo
  1373. assert_equal(test._dates, control._dates)
  1374. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1375. return assert_array_equal(actual, desired, err_msg)
  1376. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1377. header='Arrays are not equal')
  1378. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1379. verbose=verbose, header=header)
  1380. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1381. raise ValueError(msg)
  1382. ValueError:
  1383. error during assertion:
  1384. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1385. Arrays are not equal
  1386. x: DateArray([2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010],
  1387. freq='A-DEC')
  1388. y: DateArray([2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010],
  1389. freq='A-DEC')
  1390. ======================================================================
  1391. ERROR: test_remove_duplicated_dates (test_timeseries.TestFunctions)
  1392. Test remove_duplicated_dates
  1393. ----------------------------------------------------------------------
  1394. Traceback (most recent call last):
  1395. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1482, in test_remove_duplicated_dates
  1396. assert_equal(test._dates, control._dates)
  1397. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1398. return assert_array_equal(actual, desired, err_msg)
  1399. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1400. header='Arrays are not equal')
  1401. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1402. verbose=verbose, header=header)
  1403. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1404. raise ValueError(msg)
  1405. ValueError:
  1406. error during assertion:
  1407. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1408. Arrays are not equal
  1409. x: DateArray([2000, 2001, 2002, 2003, 2004, 2005, 2006],
  1410. freq='A-DEC')
  1411. y: DateArray([2000, 2001, 2002, 2003, 2004, 2005, 2006],
  1412. freq='A-DEC')
  1413. ======================================================================
  1414. ERROR: test_remove_duplicated_dates_allduplicates (test_timeseries.TestFunctions)
  1415. Test remove_duplicated_dates w/ all duplicates
  1416. ----------------------------------------------------------------------
  1417. Traceback (most recent call last):
  1418. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1492, in test_remove_duplicated_dates_allduplicates
  1419. assert_equal(test._dates, control._dates)
  1420. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1421. return assert_array_equal(actual, desired, err_msg)
  1422. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1423. header='Arrays are not equal')
  1424. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1425. verbose=verbose, header=header)
  1426. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  1427. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  1428. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  1429. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  1430. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  1431. ======================================================================
  1432. ERROR: test_remove_duplicated_dates_noduplicates (test_timeseries.TestFunctions)
  1433. Test remove_duplicated_dates w/o duplicates
  1434. ----------------------------------------------------------------------
  1435. Traceback (most recent call last):
  1436. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1499, in test_remove_duplicated_dates_noduplicates
  1437. assert_equal(test._dates, series._dates)
  1438. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1439. return assert_array_equal(actual, desired, err_msg)
  1440. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1441. header='Arrays are not equal')
  1442. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1443. verbose=verbose, header=header)
  1444. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1445. raise ValueError(msg)
  1446. ValueError:
  1447. error during assertion:
  1448. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1449. Arrays are not equal
  1450. x: DateArray([2001, 2002, 2003, 2004, 2005],
  1451. freq='A-DEC')
  1452. y: DateArray([2001, 2002, 2003, 2004, 2005],
  1453. freq='A-DEC')
  1454. ======================================================================
  1455. ERROR: test_remove_duplicated_dates_nonchrono (test_timeseries.TestFunctions)
  1456. Test remove_duplicated_dates on non-chronological series
  1457. ----------------------------------------------------------------------
  1458. Traceback (most recent call last):
  1459. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1512, in test_remove_duplicated_dates_nonchrono
  1460. assert_equal(test._dates, control._dates)
  1461. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1462. return assert_array_equal(actual, desired, err_msg)
  1463. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1464. header='Arrays are not equal')
  1465. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1466. verbose=verbose, header=header)
  1467. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1468. raise ValueError(msg)
  1469. ValueError:
  1470. error during assertion:
  1471. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1472. Arrays are not equal
  1473. x: DateArray([2002, 2003, 2004, 2005],
  1474. freq='A-DEC')
  1475. y: DateArray([2002, 2003, 2004, 2005],
  1476. freq='A-DEC')
  1477. ======================================================================
  1478. ERROR: test_split (test_timeseries.TestFunctions)
  1479. Test the split function.
  1480. ----------------------------------------------------------------------
  1481. Traceback (most recent call last):
  1482. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1033, in test_split
  1483. assert_array_equal(d1.dates, ms.dates)
  1484. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1485. header='Arrays are not equal')
  1486. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1487. verbose=verbose, header=header)
  1488. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1489. raise ValueError(msg)
  1490. ValueError:
  1491. error during assertion:
  1492. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1493. Arrays are not equal
  1494. x: DateArray([01-Jul-2005, 02-Jul-2005, 03-Jul-2005, 04-Jul-2005, 05-Jul-2005,
  1495. 06-Jul-2005, 07-Jul-2005, 08-Jul-2005, 09-Jul-2005, 10-Jul-2005,
  1496. 11-Jul-2005, 12-Jul-2005, 13-Jul-2005, 14-Jul-2005, 15-Jul-2005,...
  1497. y: DateArray([01-Jul-2005, 02-Jul-2005, 03-Jul-2005, 04-Jul-2005, 05-Jul-2005,
  1498. 06-Jul-2005, 07-Jul-2005, 08-Jul-2005, 09-Jul-2005, 10-Jul-2005,
  1499. 11-Jul-2005, 12-Jul-2005, 13-Jul-2005, 14-Jul-2005, 15-Jul-2005,...
  1500. ======================================================================
  1501. ERROR: test_generic_methods (test_timeseries.TestGenericMethods)
  1502. Tests some generic methods
  1503. ----------------------------------------------------------------------
  1504. Traceback (most recent call last):
  1505. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1675, in test_generic_methods
  1506. assert_equal(test.dates, series.dates)
  1507. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1508. return assert_array_equal(actual, desired, err_msg)
  1509. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1510. header='Arrays are not equal')
  1511. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1512. verbose=verbose, header=header)
  1513. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1514. raise ValueError(msg)
  1515. ValueError:
  1516. error during assertion:
  1517. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1518. Arrays are not equal
  1519. x: DateArray([10-Jan-2013, 11-Jan-2013, 12-Jan-2013, 13-Jan-2013, 14-Jan-2013,
  1520. 15-Jan-2013, 16-Jan-2013, 17-Jan-2013, 18-Jan-2013, 19-Jan-2013],
  1521. freq='D')
  1522. y: DateArray([10-Jan-2013, 11-Jan-2013, 12-Jan-2013, 13-Jan-2013, 14-Jan-2013,
  1523. 15-Jan-2013, 16-Jan-2013, 17-Jan-2013, 18-Jan-2013, 19-Jan-2013],
  1524. freq='D')
  1525. ======================================================================
  1526. ERROR: test_generic_methods_w_subclassing (test_timeseries.TestGenericMethods)
  1527. Tests generic method on subclasses of TimeSeries.
  1528. ----------------------------------------------------------------------
  1529. Traceback (most recent call last):
  1530. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1684, in test_generic_methods_w_subclassing
  1531. assert_equal(test.dates, subseries.dates)
  1532. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1533. return assert_array_equal(actual, desired, err_msg)
  1534. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1535. header='Arrays are not equal')
  1536. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1537. verbose=verbose, header=header)
  1538. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1539. raise ValueError(msg)
  1540. ValueError:
  1541. error during assertion:
  1542. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1543. Arrays are not equal
  1544. x: DateArray([10-Jan-2013, 11-Jan-2013, 12-Jan-2013, 13-Jan-2013, 14-Jan-2013,
  1545. 15-Jan-2013, 16-Jan-2013, 17-Jan-2013, 18-Jan-2013, 19-Jan-2013],
  1546. freq='D')
  1547. y: DateArray([10-Jan-2013, 11-Jan-2013, 12-Jan-2013, 13-Jan-2013, 14-Jan-2013,
  1548. 15-Jan-2013, 16-Jan-2013, 17-Jan-2013, 18-Jan-2013, 19-Jan-2013],
  1549. freq='D')
  1550. ======================================================================
  1551. ERROR: test_on1D_reshaped (test_timeseries.TestGetitem)
  1552. ----------------------------------------------------------------------
  1553. Traceback (most recent call last):
  1554. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 624, in test_on1D_reshaped
  1555. assert_equal(test.dates, trick.dates[0])
  1556. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1557. return assert_array_equal(actual, desired, err_msg)
  1558. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1559. header='Arrays are not equal')
  1560. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1561. verbose=verbose, header=header)
  1562. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1563. raise ValueError(msg)
  1564. ValueError:
  1565. error during assertion:
  1566. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1567. Arrays are not equal
  1568. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007],
  1569. freq='D')
  1570. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007],
  1571. freq='D')
  1572. ======================================================================
  1573. ERROR: test_with_dates (test_timeseries.TestGetitem)
  1574. Tests __getitem__ w/ dates.
  1575. ----------------------------------------------------------------------
  1576. Traceback (most recent call last):
  1577. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 558, in test_with_dates
  1578. _wdates(series1D, data1D, dates)
  1579. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 545, in _wdates
  1580. assert_equal(test.dates, dates[[0, -1]])
  1581. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1582. return assert_array_equal(actual, desired, err_msg)
  1583. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1584. header='Arrays are not equal')
  1585. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1586. verbose=verbose, header=header)
  1587. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1588. raise ValueError(msg)
  1589. ValueError:
  1590. error during assertion:
  1591. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1592. Arrays are not equal
  1593. x: DateArray([01-Jan-2007, 15-Jan-2007],
  1594. freq='D')
  1595. y: DateArray([01-Jan-2007, 15-Jan-2007],
  1596. freq='D')
  1597. ======================================================================
  1598. ERROR: test_with_dates_as_str (test_timeseries.TestGetitem)
  1599. Test using a string corresponding to a date as index.
  1600. ----------------------------------------------------------------------
  1601. Traceback (most recent call last):
  1602. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 606, in test_with_dates_as_str
  1603. assert_equal(test.dates, control.dates)
  1604. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1605. return assert_array_equal(actual, desired, err_msg)
  1606. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1607. header='Arrays are not equal')
  1608. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1609. verbose=verbose, header=header)
  1610. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1611. raise ValueError(msg)
  1612. ValueError:
  1613. error during assertion:
  1614. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1615. Arrays are not equal
  1616. x: DateArray([01-Jan-2007, 15-Jan-2007],
  1617. freq='D')
  1618. y: DateArray([01-Jan-2007, 15-Jan-2007],
  1619. freq='D')
  1620. ======================================================================
  1621. ERROR: test_with_list (test_timeseries.TestGetitem)
  1622. Tests __getitem__ w/ list.
  1623. ----------------------------------------------------------------------
  1624. Traceback (most recent call last):
  1625. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 526, in test_with_list
  1626. _wlist(series1D, data1D, dates)
  1627. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 522, in _wlist
  1628. assert_equal(test.dates, dates[[0, 1, -1]])
  1629. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1630. return assert_array_equal(actual, desired, err_msg)
  1631. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1632. header='Arrays are not equal')
  1633. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1634. verbose=verbose, header=header)
  1635. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1636. raise ValueError(msg)
  1637. ValueError:
  1638. error during assertion:
  1639. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1640. Arrays are not equal
  1641. x: DateArray([01-Jan-2007, 02-Jan-2007, 15-Jan-2007],
  1642. freq='D')
  1643. y: DateArray([01-Jan-2007, 02-Jan-2007, 15-Jan-2007],
  1644. freq='D')
  1645. ======================================================================
  1646. ERROR: test_with_slices (test_timeseries.TestGetitem)
  1647. Tests __getitem__ w/ slices.
  1648. ----------------------------------------------------------------------
  1649. Traceback (most recent call last):
  1650. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 480, in test_with_slices
  1651. _wslice(series1D, data1D, dates)
  1652. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 467, in _wslice
  1653. assert_equal(test.dates, dates[1:2])
  1654. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1655. return assert_array_equal(actual, desired, err_msg)
  1656. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1657. header='Arrays are not equal')
  1658. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1659. verbose=verbose, header=header)
  1660. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 610, in assert_array_compare
  1661. elif (isnumber(x) and isnumber(y)) and (any(isinf(x)) or any(isinf(y))):
  1662. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tdates.py", line 259, in __array_wrap__
  1663. raise ArithmeticDateError, "(function %s)" % context[0].__name__
  1664. ArithmeticDateError: (function isinf) Cannot use dates for arithmetics!
  1665. ======================================================================
  1666. ERROR: test_with_slices_on_nD (test_timeseries.TestGetitem)
  1667. ----------------------------------------------------------------------
  1668. Traceback (most recent call last):
  1669. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 500, in test_with_slices_on_nD
  1670. assert_equal(test.dates, series3V.dates)
  1671. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1672. return assert_array_equal(actual, desired, err_msg)
  1673. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1674. header='Arrays are not equal')
  1675. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1676. verbose=verbose, header=header)
  1677. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1678. raise ValueError(msg)
  1679. ValueError:
  1680. error during assertion:
  1681. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1682. Arrays are not equal
  1683. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007],
  1684. freq='D')
  1685. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007],
  1686. freq='D')
  1687. ======================================================================
  1688. ERROR: test_wtimeseries (test_timeseries.TestGetitem)
  1689. Tests getitem w/ TimeSeries as index
  1690. ----------------------------------------------------------------------
  1691. Traceback (most recent call last):
  1692. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 634, in test_wtimeseries
  1693. assert_equal(dseries.dates, series1D.dates[[1, 2, 3, 4, 6, 7]])
  1694. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1695. return assert_array_equal(actual, desired, err_msg)
  1696. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1697. header='Arrays are not equal')
  1698. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1699. verbose=verbose, header=header)
  1700. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1701. raise ValueError(msg)
  1702. ValueError:
  1703. error during assertion:
  1704. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1705. Arrays are not equal
  1706. x: DateArray([02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007, 07-Jan-2007,
  1707. 08-Jan-2007],
  1708. freq='D')
  1709. y: DateArray([02-Jan-2007, 03-Jan-2007, 04-Jan-2007, 05-Jan-2007, 07-Jan-2007,
  1710. 08-Jan-2007],
  1711. freq='D')
  1712. ======================================================================
  1713. ERROR: test_deepcopy (test_timeseries.TestMisc)
  1714. Test deepcopy
  1715. ----------------------------------------------------------------------
  1716. Traceback (most recent call last):
  1717. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1611, in test_deepcopy
  1718. assert_equal(attrt, attrt_)
  1719. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1720. return assert_array_equal(actual, desired, err_msg)
  1721. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1722. header='Arrays are not equal')
  1723. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1724. verbose=verbose, header=header)
  1725. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1726. raise ValueError(msg)
  1727. ValueError:
  1728. error during assertion:
  1729. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1730. Arrays are not equal
  1731. x: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013],
  1732. freq='D')
  1733. y: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013],
  1734. freq='D')
  1735. ======================================================================
  1736. ERROR: test_ma_ufuncs (test_timeseries.TestMisc)
  1737. ----------------------------------------------------------------------
  1738. Traceback (most recent call last):
  1739. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1528, in test_ma_ufuncs
  1740. assert_equal(z.dates, a.dates)
  1741. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1742. return assert_array_equal(actual, desired, err_msg)
  1743. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1744. header='Arrays are not equal')
  1745. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1746. verbose=verbose, header=header)
  1747. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1748. raise ValueError(msg)
  1749. ValueError:
  1750. error during assertion:
  1751. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1752. Arrays are not equal
  1753. x: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013],
  1754. freq='D')
  1755. y: DateArray([20-Jan-2013, 21-Jan-2013, 22-Jan-2013, 23-Jan-2013, 24-Jan-2013],
  1756. freq='D')
  1757. ======================================================================
  1758. ERROR: test_ravel_1D (test_timeseries.TestTimeSeriesMethods)
  1759. Test .ravel on 1D data
  1760. ----------------------------------------------------------------------
  1761. Traceback (most recent call last):
  1762. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 903, in test_ravel_1D
  1763. assert_equal(test.dates, series.dates)
  1764. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1765. return assert_array_equal(actual, desired, err_msg)
  1766. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1767. header='Arrays are not equal')
  1768. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1769. verbose=verbose, header=header)
  1770. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1771. raise ValueError(msg)
  1772. ValueError:
  1773. error during assertion:
  1774. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1775. Arrays are not equal
  1776. x: DateArray([Jan-2009, Feb-2009, Mar-2009, Apr-2009],
  1777. freq='M')
  1778. y: DateArray([Jan-2009, Feb-2009, Mar-2009, Apr-2009],
  1779. freq='M')
  1780. ======================================================================
  1781. ERROR: test_ravel_1V (test_timeseries.TestTimeSeriesMethods)
  1782. Test .ravel on nD/1V data
  1783. ----------------------------------------------------------------------
  1784. Traceback (most recent call last):
  1785. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 916, in test_ravel_1V
  1786. assert_equal(test.dates, series.dates.ravel())
  1787. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1788. return assert_array_equal(actual, desired, err_msg)
  1789. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1790. header='Arrays are not equal')
  1791. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1792. verbose=verbose, header=header)
  1793. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1794. raise ValueError(msg)
  1795. ValueError:
  1796. error during assertion:
  1797. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1798. Arrays are not equal
  1799. x: DateArray([Jan-2009, Feb-2009, Mar-2009, Apr-2009],
  1800. freq='M')
  1801. y: DateArray([Jan-2009, Feb-2009, Mar-2009, Apr-2009],
  1802. freq='M')
  1803. ======================================================================
  1804. ERROR: test_ravel_2V (test_timeseries.TestTimeSeriesMethods)
  1805. Test .ravel on 2V data
  1806. ----------------------------------------------------------------------
  1807. Traceback (most recent call last):
  1808. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 928, in test_ravel_2V
  1809. assert_equal(test.dates, series.dates)
  1810. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1811. return assert_array_equal(actual, desired, err_msg)
  1812. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1813. header='Arrays are not equal')
  1814. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1815. verbose=verbose, header=header)
  1816. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1817. raise ValueError(msg)
  1818. ValueError:
  1819. error during assertion:
  1820. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1821. Arrays are not equal
  1822. x: DateArray([Jan-2009, Feb-2009],
  1823. freq='M')
  1824. y: DateArray([Jan-2009, Feb-2009],
  1825. freq='M')
  1826. ======================================================================
  1827. ERROR: test_reshape_1D (test_timeseries.TestTimeSeriesMethods)
  1828. Test reshape on data w/ 1 variables
  1829. ----------------------------------------------------------------------
  1830. Traceback (most recent call last):
  1831. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 796, in test_reshape_1D
  1832. assert_equal(test.dates, control.dates)
  1833. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1834. return assert_array_equal(actual, desired, err_msg)
  1835. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1836. header='Arrays are not equal')
  1837. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1838. verbose=verbose, header=header)
  1839. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1840. raise ValueError(msg)
  1841. ValueError:
  1842. error during assertion:
  1843. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1844. Arrays are not equal
  1845. x: DateArray([[Jan-2001, Feb-2001],
  1846. [Mar-2001, Apr-2001]],
  1847. freq='M')
  1848. y: DateArray([[Jan-2001, Feb-2001],
  1849. [Mar-2001, Apr-2001]],
  1850. freq='M')
  1851. ======================================================================
  1852. ERROR: test_reshape_1V (test_timeseries.TestTimeSeriesMethods)
  1853. Test reshape on series w/ 2 variables
  1854. ----------------------------------------------------------------------
  1855. Traceback (most recent call last):
  1856. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 818, in test_reshape_1V
  1857. assert_equal(test.dates, control.dates)
  1858. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1859. return assert_array_equal(actual, desired, err_msg)
  1860. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1861. header='Arrays are not equal')
  1862. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1863. verbose=verbose, header=header)
  1864. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1865. raise ValueError(msg)
  1866. ValueError:
  1867. error during assertion:
  1868. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1869. Arrays are not equal
  1870. x: DateArray([[Jan-2001],
  1871. [Feb-2001]],
  1872. freq='M')
  1873. y: DateArray([[Jan-2001],
  1874. [Feb-2001]],
  1875. freq='M')
  1876. ======================================================================
  1877. ERROR: test_view_by_itself (test_timeseries.TestViewTimeSeries)
  1878. ----------------------------------------------------------------------
  1879. Traceback (most recent call last):
  1880. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1784, in test_view_by_itself
  1881. assert_equal(test.dates, tarr.dates)
  1882. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1883. return assert_array_equal(actual, desired, err_msg)
  1884. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1885. header='Arrays are not equal')
  1886. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1887. verbose=verbose, header=header)
  1888. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1889. raise ValueError(msg)
  1890. ValueError:
  1891. error during assertion:
  1892. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1893. Arrays are not equal
  1894. x: DateArray([Jan-2013, Feb-2013, Mar-2013, Apr-2013, May-2013, Jun-2013,
  1895. Jul-2013, Aug-2013, Sep-2013, Oct-2013],
  1896. freq='M')
  1897. y: DateArray([Jan-2013, Feb-2013, Mar-2013, Apr-2013, May-2013, Jun-2013,
  1898. Jul-2013, Aug-2013, Sep-2013, Oct-2013],
  1899. freq='M')
  1900. ======================================================================
  1901. ERROR: test_get_fields (test_trecords.TestTimeSeriesRecords)
  1902. Tests fields retrieval
  1903. ----------------------------------------------------------------------
  1904. Traceback (most recent call last):
  1905. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_trecords.py", line 55, in test_get_fields
  1906. assert_equal(rts['f0']._dates, dates)
  1907. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1908. return assert_array_equal(actual, desired, err_msg)
  1909. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1910. header='Arrays are not equal')
  1911. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1912. verbose=verbose, header=header)
  1913. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1914. raise ValueError(msg)
  1915. ValueError:
  1916. error during assertion:
  1917. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1918. Arrays are not equal
  1919. x: DateArray([732677, 732708, 732736, 732767, 732797],
  1920. freq='U')
  1921. y: DateArray([732677, 732708, 732736, 732767, 732797],
  1922. freq='U')
  1923. ======================================================================
  1924. ERROR: test_get_slice (test_trecords.TestTimeSeriesRecords)
  1925. Tests item retrieval
  1926. ----------------------------------------------------------------------
  1927. Traceback (most recent call last):
  1928. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_trecords.py", line 103, in test_get_slice
  1929. assert_equal(rts[:2]._dates, dates[:2])
  1930. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1931. return assert_array_equal(actual, desired, err_msg)
  1932. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1933. header='Arrays are not equal')
  1934. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1935. verbose=verbose, header=header)
  1936. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1937. raise ValueError(msg)
  1938. ValueError:
  1939. error during assertion:
  1940. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1941. Arrays are not equal
  1942. x: DateArray([732677, 732708],
  1943. freq='U')
  1944. y: DateArray([732677, 732708],
  1945. freq='U')
  1946. ======================================================================
  1947. ERROR: test_setslices (test_trecords.TestTimeSeriesRecords)
  1948. Tests setting slices.
  1949. ----------------------------------------------------------------------
  1950. Traceback (most recent call last):
  1951. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_trecords.py", line 139, in test_setslices
  1952. raise TypeError("Should have expected a readable buffer object.")
  1953. TypeError: Should have expected a readable buffer object.
  1954. ======================================================================
  1955. ERROR: test_sorted (test_trecords.TestTimeSeriesRecords)
  1956. ----------------------------------------------------------------------
  1957. Traceback (most recent call last):
  1958. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_trecords.py", line 237, in test_sorted
  1959. assert_equal(series._dates, controldates)
  1960. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1961. return assert_array_equal(actual, desired, err_msg)
  1962. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1963. header='Arrays are not equal')
  1964. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1965. verbose=verbose, header=header)
  1966. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1967. raise ValueError(msg)
  1968. ValueError:
  1969. error during assertion:
  1970. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1971. Arrays are not equal
  1972. x: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007],
  1973. freq='D')
  1974. y: DateArray([01-Jan-2007, 02-Jan-2007, 03-Jan-2007],
  1975. freq='D')
  1976. ======================================================================
  1977. ERROR: test_tsfromtxt (test_trecords.TestTimeSeriesRecords)
  1978. Tests reading from a text file.
  1979. ----------------------------------------------------------------------
  1980. Traceback (most recent call last):
  1981. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_trecords.py", line 223, in test_tsfromtxt
  1982. assert_equal(mrectxt._dates, date_array(dlist, 'M'))
  1983. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  1984. return assert_array_equal(actual, desired, err_msg)
  1985. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  1986. header='Arrays are not equal')
  1987. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  1988. verbose=verbose, header=header)
  1989. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 641, in assert_array_compare
  1990. raise ValueError(msg)
  1991. ValueError:
  1992. error during assertion:
  1993. The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
  1994. Arrays are not equal
  1995. x: DateArray([732677, 732708, 732736, 732797],
  1996. freq='U')
  1997. y: DateArray([732677, 732708, 732736, 732797],
  1998. freq='U')
  1999. ======================================================================
  2000. FAIL: test_emptylike (test_timeseries.TestMisc)
  2001. ----------------------------------------------------------------------
  2002. Traceback (most recent call last):
  2003. File "/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3/scikits/timeseries/tests/test_timeseries.py", line 1541, in test_emptylike
  2004. assert_equal(y.mask, nomask)
  2005. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 120, in assert_equal
  2006. return assert_array_equal(actual, desired, err_msg)
  2007. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 192, in assert_array_equal
  2008. header='Arrays are not equal')
  2009. File "/usr/lib64/python2.7/site-packages/numpy/ma/testutils.py", line 185, in assert_array_compare
  2010. verbose=verbose, header=header)
  2011. File "/usr/lib64/python2.7/site-packages/numpy/testing/utils.py", line 636, in assert_array_compare
  2012. raise AssertionError(msg)
  2013. AssertionError:
  2014. Arrays are not equal
  2015. (mismatch 20.0%)
  2016. x: array([ True, False, False, False, False], dtype=bool)
  2017. y: array(False, dtype=bool)
  2018. ----------------------------------------------------------------------
  2019. Ran 204 tests in 3.610s
  2020. FAILED (failures=1, errors=67)
  2021. Error in atexit._run_exitfuncs:
  2022. Traceback (most recent call last):
  2023. File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs
  2024. func(*targs, **kargs)
  2025. File "/usr/lib64/python2.7/multiprocessing/util.py", line 284, in _exit_function
  2026. info('process shutting down')
  2027. TypeError: 'NoneType' object is not callable
  2028. Error in sys.exitfunc:
  2029. Traceback (most recent call last):
  2030. File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs
  2031. func(*targs, **kargs)
  2032. File "/usr/lib64/python2.7/multiprocessing/util.py", line 284, in _exit_function
  2033. info('process shutting down')
  2034. TypeError: 'NoneType' object is not callable
  2035. * ERROR: sci-libs/scikits_timeseries-0.91.3 failed (test phase):
  2036. * Testing failed with CPython 2.7 in testing() function
  2037. *
  2038. * Call stack:
  2039. * ebuild.sh, line 93: Called src_test
  2040. * environment, line 3925: Called python_execute_function 'testing'
  2041. * environment, line 2278: Called die
  2042. * The specific snippet of code:
  2043. * die "${failure_message}";
  2044. *
  2045. * If you need support, post the output of `emerge --info '=sci-libs/scikits_timeseries-0.91.3'`,
  2046. * the complete build log and the output of `emerge -pqv '=sci-libs/scikits_timeseries-0.91.3'`.
  2047. * The complete build log is located at '/var/log/portage/sci-libs:scikits_timeseries-0.91.3:20130120-203628.log'.
  2048. * For convenience, a symlink to the build log is located at '/tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/build.log'.
  2049. * The ebuild environment file is located at '/tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/environment'.
  2050. * Working directory: '/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3'
  2051. * S: '/tmp/portage/sci-libs/scikits_timeseries-0.91.3/work/scikits.timeseries-0.91.3'
  2052. >>> Install scikits_timeseries-0.91.3 into /tmp/portage/sci-libs/scikits_timeseries-0.91.3/image/ category sci-libs
  2053. * Installation of sci-libs/scikits_timeseries-0.91.3 with CPython 2.7...
  2054. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7
  2055. running build
  2056. running config_cc
  2057. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  2058. running config_fc
  2059. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  2060. running build_src
  2061. build_src
  2062. building extension "scikits.timeseries.cseries" sources
  2063. building data_files sources
  2064. build_src: building npy-pkg config files
  2065. running build_py
  2066. warning: build_py: byte-compiling is disabled, skipping.
  2067. running build_ext
  2068. customize UnixCCompiler
  2069. customize UnixCCompiler using build_ext
  2070. running scons
  2071. running install
  2072. running install_lib
  2073. Skipping installation of /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/__init__.py (namespace package)
  2074. copying scikits/timeseries/cseries.so -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2075. copying scikits/timeseries/const.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2076. copying scikits/timeseries/extras.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2077. copying scikits/timeseries/parser.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2078. copying scikits/timeseries/setup.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2079. copying scikits/timeseries/tdates.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2080. copying scikits/timeseries/trecords.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2081. copying scikits/timeseries/tseries.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2082. copying scikits/timeseries/version.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2083. copying scikits/timeseries/_preview.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2084. copying scikits/timeseries/_tools.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2085. copying scikits/timeseries/__init__.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries
  2086. copying scikits/timeseries/lib/avcf.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2087. copying scikits/timeseries/lib/interpolate.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2088. copying scikits/timeseries/lib/moving_funcs.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2089. copying scikits/timeseries/lib/plotlib.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2090. copying scikits/timeseries/lib/reportlib.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2091. copying scikits/timeseries/lib/tstables.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2092. copying scikits/timeseries/lib/__init__.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits/timeseries/lib
  2093. warning: install_lib: byte-compiling is disabled, skipping.
  2094. running install_data
  2095. copying scikits/__init__.py -> /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits
  2096. running install_clib
  2097. customize UnixCCompiler
  2098. running install_egg_info
  2099. running egg_info
  2100. writing requirements to scikits.timeseries.egg-info/requires.txt
  2101. writing scikits.timeseries.egg-info/PKG-INFO
  2102. writing namespace_packages to scikits.timeseries.egg-info/namespace_packages.txt
  2103. writing top-level names to scikits.timeseries.egg-info/top_level.txt
  2104. writing dependency_links to scikits.timeseries.egg-info/dependency_links.txt
  2105. reading manifest file 'scikits.timeseries.egg-info/SOURCES.txt'
  2106. reading manifest template 'MANIFEST.in'
  2107. no previously-included directories found matching 'scikits/timeseries/doc/source/generated'
  2108. no previously-included directories found matching 'scikits/timeseries/doc/build'
  2109. writing manifest file 'scikits.timeseries.egg-info/SOURCES.txt'
  2110. Copying scikits.timeseries.egg-info to /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits.timeseries-0.91.3-py2.7.egg-info
  2111. Installing /tmp/portage/sci-libs/scikits_timeseries-0.91.3/temp/images/2.7/usr/lib64/python2.7/site-packages/scikits.timeseries-0.91.3-py2.7-nspkg.pth
  2112. running install_scripts
  2113. *
  2114. * Python namespaces:
  2115. * '/usr/lib64/python2.7/site-packages/scikits.timeseries-0.91.3-py2.7-nspkg.pth':
  2116. * scikits
  2117. *
  2118. >>> Completed installing scikits_timeseries-0.91.3 into /tmp/portage/sci-libs/scikits_timeseries-0.91.3/image/
  2119. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  2120. usr/lib64/python2.7/site-packages/scikits/timeseries/cseries.so