Ticket #146: test-trace.txt

File test-trace.txt, 70.0 kB (added by latrine00@…, 10 months ago)

Output of tables.test() with version info

Line 
1*** Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32. ***
2>>> import tables
3>>> tables.test()
4-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5PyTables version:  2.0.2
6HDF5 version:      1.6.6
7NumPy version:     1.0.3.1
8Zlib version:      1.2.3
9Python version:    2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
10Byte-ordering:     little
11-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12Performing only a light (yet comprehensive) subset of the test suite.
13If you want a more complete test, try passing the --heavy flag to this script
14(or set the 'heavy' parameter in case you are using tables.test() call).
15The whole suite will take more than 2 minutes to complete on a relatively
16modern CPU and around 80 MB of main memory.
17-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18Skipping Numeric test suite.
19Skipping numarray test suite.
20-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21C:\Python25\lib\site-packages\tables\filters.py:257: FiltersWarning: compression library ``bzip2`` is not available; using ``zlib`` instead
22  % (complib, default_complib), FiltersWarning )
23C:\Python25\lib\site-packages\tables\filters.py:257: FiltersWarning: compression library ``lzo`` is not available; using ``zlib`` instead
24  % (complib, default_complib), FiltersWarning )
25....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.................................................F.F....................................................F.................................................F.F....................................................F.................................................F.F......................................................F........................................................................................................................................................F.F....................................................F.................................................F.F............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F................................................F.F....................................................F................................................F.F....................................................F................................................F.F......................................................F......................................................................................................................................................F.F....................................................F................................................F.F............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
26======================================================================
27FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
28----------------------------------------------------------------------
29Traceback (most recent call last):
30  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
31    npval, type(npval), neval, type(neval))
32AssertionError: '(a+1) ** 4'
33(test_scalar=0, dtype='int', optimization='none', exact=False,
34 npval=array([         1,         81,        624,       2401,       6561,
35            14640,      28560,      50624,      83521,     130321,
36           194480,     279840,     390624,     531441,     707280,
37           923520,    1185920,    1500625,    1874161,    2313440,
38          2825761,    3418800,    4100624,    4879681,    5764801,
39          6765201,    7890481,    9150624,   10556001,   12117360,
40         13845840,   15752960,   17850624,   20151120,   22667120,
41         25411681,   28398240,   31640624,   35153041,   38950081,
42         43046721,   47458320,   52200625,   57289760,   62742240,
43         68574961,   74805200,   81450624,   88529280,   96059601,
44        104060401,  112550881,  121550625,  131079601,  141158160,
45        151807041,  163047360,  174900625,  187388720,  200533921,
46        214358880,  228886641,  244140624,  260144641,  276922881,
47        294499921,  312900720,  332150625,  352275361,  373301041,
48        395254161,  418161600,  442050624,  466948881,  492884400,
49        519885601,  547981281,  577200624,  607573201,  639128961,
50        671898241,  705911761,  741200624,  777796320,  815730720,
51        855036081,  895745041,  937890625,  981506240, 1026625681,
52       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
53       1330863360, 1387488000, 1445900624, 1506138481, 1568239201]) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
54            14641,      28561,      50625,      83521,     130321,
55           194481,     279841,     390625,     531441,     707281,
56           923521,    1185921,    1500625,    1874161,    2313441,
57          2825761,    3418801,    4100625,    4879681,    5764801,
58          6765201,    7890481,    9150625,   10556001,   12117361,
59         13845841,   15752961,   17850625,   20151121,   22667121,
60         25411681,   28398241,   31640625,   35153041,   38950081,
61         43046721,   47458321,   52200625,   57289761,   62742241,
62         68574961,   74805201,   81450625,   88529281,   96059601,
63        104060401,  112550881,  121550625,  131079601,  141158161,
64        151807041,  163047361,  174900625,  187388721,  200533921,
65        214358881,  228886641,  244140625,  260144641,  276922881,
66        294499921,  312900721,  332150625,  352275361,  373301041,
67        395254161,  418161601,  442050625,  466948881,  492884401,
68        519885601,  547981281,  577200625,  607573201,  639128961,
69        671898241,  705911761,  741200625,  777796321,  815730721,
70        855036081,  895745041,  937890625,  981506241, 1026625681,
71       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
72       1330863361, 1387488001, 1445900625, 1506138481, 1568239201]) (<type 'numpy.ndarray'>))
73
74======================================================================
75FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
76----------------------------------------------------------------------
77Traceback (most recent call last):
78  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
79    npval, type(npval), neval, type(neval))
80AssertionError: '(a+1)**1'
81(test_scalar=0, dtype='int', optimization='none', exact=False,
82 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
83        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
84        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
85        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
86       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
87       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
88       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
89       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
90        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
91        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
92        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
93       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
94       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
95       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
96       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
97
98======================================================================
99FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
100----------------------------------------------------------------------
101Traceback (most recent call last):
102  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
103    npval, type(npval), neval, type(neval))
104AssertionError: '(a+1)**1'
105(test_scalar=0, dtype='int', optimization='none', exact=False,
106 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
107        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
108        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
109        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
110       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
111       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
112       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
113       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
114        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
115        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
116        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
117       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
118       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
119       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
120       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
121
122======================================================================
123FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
124----------------------------------------------------------------------
125Traceback (most recent call last):
126  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
127    npval, type(npval), neval, type(neval))
128AssertionError: '(a+1) ** 4'
129(test_scalar=0, dtype='int', optimization='moderate', exact=False,
130 npval=array([         1,         81,        624,       2401,       6561,
131            14640,      28560,      50624,      83521,     130321,
132           194480,     279840,     390624,     531441,     707280,
133           923520,    1185920,    1500625,    1874161,    2313440,
134          2825761,    3418800,    4100624,    4879681,    5764801,
135          6765201,    7890481,    9150624,   10556001,   12117360,
136         13845840,   15752960,   17850624,   20151120,   22667120,
137         25411681,   28398240,   31640624,   35153041,   38950081,
138         43046721,   47458320,   52200625,   57289760,   62742240,
139         68574961,   74805200,   81450624,   88529280,   96059601,
140        104060401,  112550881,  121550625,  131079601,  141158160,
141        151807041,  163047360,  174900625,  187388720,  200533921,
142        214358880,  228886641,  244140624,  260144641,  276922881,
143        294499921,  312900720,  332150625,  352275361,  373301041,
144        395254161,  418161600,  442050624,  466948881,  492884400,
145        519885601,  547981281,  577200624,  607573201,  639128961,
146        671898241,  705911761,  741200624,  777796320,  815730720,
147        855036081,  895745041,  937890625,  981506240, 1026625681,
148       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
149       1330863360, 1387488000, 1445900624, 1506138481, 1568239201]) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
150            14641,      28561,      50625,      83521,     130321,
151           194481,     279841,     390625,     531441,     707281,
152           923521,    1185921,    1500625,    1874161,    2313441,
153          2825761,    3418801,    4100625,    4879681,    5764801,
154          6765201,    7890481,    9150625,   10556001,   12117361,
155         13845841,   15752961,   17850625,   20151121,   22667121,
156         25411681,   28398241,   31640625,   35153041,   38950081,
157         43046721,   47458321,   52200625,   57289761,   62742241,
158         68574961,   74805201,   81450625,   88529281,   96059601,
159        104060401,  112550881,  121550625,  131079601,  141158161,
160        151807041,  163047361,  174900625,  187388721,  200533921,
161        214358881,  228886641,  244140625,  260144641,  276922881,
162        294499921,  312900721,  332150625,  352275361,  373301041,
163        395254161,  418161601,  442050625,  466948881,  492884401,
164        519885601,  547981281,  577200625,  607573201,  639128961,
165        671898241,  705911761,  741200625,  777796321,  815730721,
166        855036081,  895745041,  937890625,  981506241, 1026625681,
167       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
168       1330863361, 1387488001, 1445900625, 1506138481, 1568239201]) (<type 'numpy.ndarray'>))
169
170======================================================================
171FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
172----------------------------------------------------------------------
173Traceback (most recent call last):
174  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
175    npval, type(npval), neval, type(neval))
176AssertionError: '(a+1)**1'
177(test_scalar=0, dtype='int', optimization='moderate', exact=False,
178 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
179        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
180        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
181        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
182       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
183       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
184       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
185       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
186        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
187        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
188        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
189       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
190       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
191       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
192       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
193
194======================================================================
195FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
196----------------------------------------------------------------------
197Traceback (most recent call last):
198  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
199    npval, type(npval), neval, type(neval))
200AssertionError: '(a+1)**1'
201(test_scalar=0, dtype='int', optimization='moderate', exact=False,
202 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
203        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
204        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
205        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
206       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
207       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
208       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
209       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
210        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
211        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
212        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
213       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
214       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
215       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
216       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
217
218======================================================================
219FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
220----------------------------------------------------------------------
221Traceback (most recent call last):
222  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
223    npval, type(npval), neval, type(neval))
224AssertionError: '(a+1) ** 4'
225(test_scalar=0, dtype='int', optimization='aggressive', exact=False,
226 npval=array([         1,         81,        624,       2401,       6561,
227            14640,      28560,      50624,      83521,     130321,
228           194480,     279840,     390624,     531441,     707280,
229           923520,    1185920,    1500625,    1874161,    2313440,
230          2825761,    3418800,    4100624,    4879681,    5764801,
231          6765201,    7890481,    9150624,   10556001,   12117360,
232         13845840,   15752960,   17850624,   20151120,   22667120,
233         25411681,   28398240,   31640624,   35153041,   38950081,
234         43046721,   47458320,   52200625,   57289760,   62742240,
235         68574961,   74805200,   81450624,   88529280,   96059601,
236        104060401,  112550881,  121550625,  131079601,  141158160,
237        151807041,  163047360,  174900625,  187388720,  200533921,
238        214358880,  228886641,  244140624,  260144641,  276922881,
239        294499921,  312900720,  332150625,  352275361,  373301041,
240        395254161,  418161600,  442050624,  466948881,  492884400,
241        519885601,  547981281,  577200624,  607573201,  639128961,
242        671898241,  705911761,  741200624,  777796320,  815730720,
243        855036081,  895745041,  937890625,  981506240, 1026625681,
244       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
245       1330863360, 1387488000, 1445900624, 1506138481, 1568239201]) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
246            14641,      28561,      50625,      83521,     130321,
247           194481,     279841,     390625,     531441,     707281,
248           923521,    1185921,    1500625,    1874161,    2313441,
249          2825761,    3418801,    4100625,    4879681,    5764801,
250          6765201,    7890481,    9150625,   10556001,   12117361,
251         13845841,   15752961,   17850625,   20151121,   22667121,
252         25411681,   28398241,   31640625,   35153041,   38950081,
253         43046721,   47458321,   52200625,   57289761,   62742241,
254         68574961,   74805201,   81450625,   88529281,   96059601,
255        104060401,  112550881,  121550625,  131079601,  141158161,
256        151807041,  163047361,  174900625,  187388721,  200533921,
257        214358881,  228886641,  244140625,  260144641,  276922881,
258        294499921,  312900721,  332150625,  352275361,  373301041,
259        395254161,  418161601,  442050625,  466948881,  492884401,
260        519885601,  547981281,  577200625,  607573201,  639128961,
261        671898241,  705911761,  741200625,  777796321,  815730721,
262        855036081,  895745041,  937890625,  981506241, 1026625681,
263       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
264       1330863361, 1387488001, 1445900625, 1506138481, 1568239201]) (<type 'numpy.ndarray'>))
265
266======================================================================
267FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
268----------------------------------------------------------------------
269Traceback (most recent call last):
270  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
271    npval, type(npval), neval, type(neval))
272AssertionError: '(a+1)**1'
273(test_scalar=0, dtype='int', optimization='aggressive', exact=False,
274 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
275        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
276        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
277        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
278       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
279       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
280       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
281       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
282        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
283        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
284        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
285       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
286       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
287       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
288       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
289
290======================================================================
291FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
292----------------------------------------------------------------------
293Traceback (most recent call last):
294  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
295    npval, type(npval), neval, type(neval))
296AssertionError: '(a+1)**1'
297(test_scalar=0, dtype='int', optimization='aggressive', exact=False,
298 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
299        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
300        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
301        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
302       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
303       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
304       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
305       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
306        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
307        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
308        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
309       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
310       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
311       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
312       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
313
314======================================================================
315FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
316----------------------------------------------------------------------
317Traceback (most recent call last):
318  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
319    npval, type(npval), neval, type(neval))
320AssertionError: '(a+1) ** 2'
321(test_scalar=0, dtype='long', optimization='none', exact=False,
322 npval=array([    1,     9,    25,    49,    81,   121,   169,   225,   289,
323         361,   441,   529,   625,   729,   841,   961,  1089,  1225,
324        1369,  1521,  1681,  1849,  2025,  2209,  2401,  2601,  2809,
325        3025,  3249,  3481,  3721,  3969,  4225,  4489,  4761,  5041,
326        5329,  5625,  5929,  6241,  6561,  6889,  7225,  7569,  7921,
327        8281,  8649,  9025,  9409,  9801, 10201, 10609, 11025, 11449,
328       11881, 12321, 12769, 13225, 13689, 14161, 14641, 15129, 15625,
329       16129, 16641, 17161, 17689, 18225, 18769, 19321, 19881, 20449,
330       21025, 21609, 22201, 22801, 23409, 24025, 24649, 25281, 25921,
331       26569, 27225, 27889, 28561, 29241, 29929, 30625, 31329, 32041,
332       32761, 33489, 34225, 34969, 35721, 36481, 37249, 38025, 38809, 39601], dtype=int64) (<type 'numpy.ndarray'>), neval=array([    1,     9,    24,    49,    81,   120,   168,   224,   289,
333         361,   440,   528,   624,   729,   840,   960,  1089,  1225,
334        1369,  1520,  1681,  1849,  2024,  2209,  2401,  2601,  2809,
335        3024,  3249,  3480,  3720,  3968,  4224,  4488,  4760,  5041,
336        5328,  5624,  5929,  6241,  6561,  6888,  7225,  7568,  7920,
337        8281,  8649,  9025,  9408,  9801, 10201, 10609, 11025, 11449,
338       11880, 12321, 12768, 13225, 13688, 14161, 14640, 15129, 15624,
339       16129, 16641, 17161, 17688, 18225, 18769, 19321, 19881, 20448,
340       21024, 21609, 22200, 22801, 23409, 24024, 24649, 25281, 25921,
341       26569, 27224, 27888, 28560, 29241, 29929, 30625, 31328, 32041,
342       32761, 33488, 34224, 34969, 35720, 36480, 37248, 38024, 38809, 39601], dtype=int64) (<type 'numpy.ndarray'>))
343
344======================================================================
345FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
346----------------------------------------------------------------------
347Traceback (most recent call last):
348  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
349    npval, type(npval), neval, type(neval))
350AssertionError: '(a+1)**1'
351(test_scalar=0, dtype='long', optimization='moderate', exact=False,
352 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
353        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
354        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
355        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
356       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
357       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
358       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
359       182, 185, 187, 188, 190, 192, 194, 197, 199], dtype=int64) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
360        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
361        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
362        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
363       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
364       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
365       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
366       183, 185, 187, 189, 191, 193, 195, 197, 199], dtype=int64) (<type 'numpy.ndarray'>))
367
368======================================================================
369FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
370----------------------------------------------------------------------
371Traceback (most recent call last):
372  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
373    npval, type(npval), neval, type(neval))
374AssertionError: '(a+1)**1'
375(test_scalar=0, dtype='long', optimization='moderate', exact=False,
376 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
377        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
378        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
379        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
380       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
381       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
382       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
383       182, 185, 187, 188, 190, 192, 194, 197, 199], dtype=int64) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
384        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
385        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
386        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
387       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
388       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
389       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
390       183, 185, 187, 189, 191, 193, 195, 197, 199], dtype=int64) (<type 'numpy.ndarray'>))
391
392======================================================================
393FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
394----------------------------------------------------------------------
395Traceback (most recent call last):
396  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
397    npval, type(npval), neval, type(neval))
398AssertionError: '(a+1) ** 4'
399(test_scalar=0, dtype='long', optimization='aggressive', exact=False,
400 npval=array([         1,         81,        624,       2401,       6561,
401            14640,      28560,      50624,      83521,     130321,
402           194480,     279840,     390624,     531441,     707280,
403           923520,    1185920,    1500625,    1874161,    2313440,
404          2825761,    3418800,    4100624,    4879681,    5764801,
405          6765201,    7890481,    9150624,   10556001,   12117360,
406         13845840,   15752960,   17850624,   20151120,   22667120,
407         25411681,   28398240,   31640624,   35153041,   38950081,
408         43046721,   47458320,   52200625,   57289760,   62742240,
409         68574961,   74805200,   81450624,   88529280,   96059601,
410        104060401,  112550881,  121550625,  131079601,  141158160,
411        151807041,  163047360,  174900625,  187388720,  200533921,
412        214358880,  228886641,  244140624,  260144641,  276922881,
413        294499921,  312900720,  332150625,  352275361,  373301041,
414        395254161,  418161600,  442050624,  466948881,  492884400,
415        519885601,  547981281,  577200624,  607573201,  639128961,
416        671898241,  705911761,  741200624,  777796320,  815730720,
417        855036081,  895745041,  937890625,  981506240, 1026625681,
418       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
419       1330863360, 1387488000, 1445900624, 1506138481, 1568239201], dtype=int64) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
420            14641,      28561,      50625,      83521,     130321,
421           194481,     279841,     390625,     531441,     707281,
422           923521,    1185921,    1500625,    1874161,    2313441,
423          2825761,    3418801,    4100625,    4879681,    5764801,
424          6765201,    7890481,    9150625,   10556001,   12117361,
425         13845841,   15752961,   17850625,   20151121,   22667121,
426         25411681,   28398241,   31640625,   35153041,   38950081,
427         43046721,   47458321,   52200625,   57289761,   62742241,
428         68574961,   74805201,   81450625,   88529281,   96059601,
429        104060401,  112550881,  121550625,  131079601,  141158161,
430        151807041,  163047361,  174900625,  187388721,  200533921,
431        214358881,  228886641,  244140625,  260144641,  276922881,
432        294499921,  312900721,  332150625,  352275361,  373301041,
433        395254161,  418161601,  442050625,  466948881,  492884401,
434        519885601,  547981281,  577200625,  607573201,  639128961,
435        671898241,  705911761,  741200625,  777796321,  815730721,
436        855036081,  895745041,  937890625,  981506241, 1026625681,
437       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
438       1330863361, 1387488001, 1445900625, 1506138481, 1568239201], dtype=int64) (<type 'numpy.ndarray'>))
439
440======================================================================
441FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
442----------------------------------------------------------------------
443Traceback (most recent call last):
444  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
445    npval, type(npval), neval, type(neval))
446AssertionError: '(a+1)**1'
447(test_scalar=0, dtype='long', optimization='aggressive', exact=False,
448 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
449        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
450        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
451        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
452       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
453       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
454       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
455       182, 185, 187, 188, 190, 192, 194, 197, 199], dtype=int64) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
456        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
457        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
458        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
459       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
460       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
461       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
462       183, 185, 187, 189, 191, 193, 195, 197, 199], dtype=int64) (<type 'numpy.ndarray'>))
463
464======================================================================
465FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
466----------------------------------------------------------------------
467Traceback (most recent call last):
468  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
469    npval, type(npval), neval, type(neval))
470AssertionError: '(a+1)**1'
471(test_scalar=0, dtype='long', optimization='aggressive', exact=False,
472 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
473        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
474        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
475        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
476       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
477       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
478       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
479       182, 185, 187, 188, 190, 192, 194, 197, 199], dtype=int64) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
480        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
481        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
482        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
483       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
484       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
485       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
486       183, 185, 187, 189, 191, 193, 195, 197, 199], dtype=int64) (<type 'numpy.ndarray'>))
487
488======================================================================
489FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
490----------------------------------------------------------------------
491Traceback (most recent call last):
492  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
493    npval, type(npval), neval, type(neval))
494AssertionError: '(a+1) ** 4'
495(test_scalar=2, dtype='int', optimization='none', exact=False,
496 npval=array([         1,         81,        624,       2401,       6561,
497            14640,      28560,      50624,      83521,     130321,
498           194480,     279840,     390624,     531441,     707280,
499           923520,    1185920,    1500625,    1874161,    2313440,
500          2825761,    3418800,    4100624,    4879681,    5764801,
501          6765201,    7890481,    9150624,   10556001,   12117360,
502         13845840,   15752960,   17850624,   20151120,   22667120,
503         25411681,   28398240,   31640624,   35153041,   38950081,
504         43046721,   47458320,   52200625,   57289760,   62742240,
505         68574961,   74805200,   81450624,   88529280,   96059601,
506        104060401,  112550881,  121550625,  131079601,  141158160,
507        151807041,  163047360,  174900625,  187388720,  200533921,
508        214358880,  228886641,  244140624,  260144641,  276922881,
509        294499921,  312900720,  332150625,  352275361,  373301041,
510        395254161,  418161600,  442050624,  466948881,  492884400,
511        519885601,  547981281,  577200624,  607573201,  639128961,
512        671898241,  705911761,  741200624,  777796320,  815730720,
513        855036081,  895745041,  937890625,  981506240, 1026625681,
514       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
515       1330863360, 1387488000, 1445900624, 1506138481, 1568239201]) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
516            14641,      28561,      50625,      83521,     130321,
517           194481,     279841,     390625,     531441,     707281,
518           923521,    1185921,    1500625,    1874161,    2313441,
519          2825761,    3418801,    4100625,    4879681,    5764801,
520          6765201,    7890481,    9150625,   10556001,   12117361,
521         13845841,   15752961,   17850625,   20151121,   22667121,
522         25411681,   28398241,   31640625,   35153041,   38950081,
523         43046721,   47458321,   52200625,   57289761,   62742241,
524         68574961,   74805201,   81450625,   88529281,   96059601,
525        104060401,  112550881,  121550625,  131079601,  141158161,
526        151807041,  163047361,  174900625,  187388721,  200533921,
527        214358881,  228886641,  244140625,  260144641,  276922881,
528        294499921,  312900721,  332150625,  352275361,  373301041,
529        395254161,  418161601,  442050625,  466948881,  492884401,
530        519885601,  547981281,  577200625,  607573201,  639128961,
531        671898241,  705911761,  741200625,  777796321,  815730721,
532        855036081,  895745041,  937890625,  981506241, 1026625681,
533       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
534       1330863361, 1387488001, 1445900625, 1506138481, 1568239201]) (<type 'numpy.ndarray'>))
535
536======================================================================
537FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
538----------------------------------------------------------------------
539Traceback (most recent call last):
540  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
541    npval, type(npval), neval, type(neval))
542AssertionError: '(a+1)**1'
543(test_scalar=2, dtype='int', optimization='none', exact=False,
544 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
545        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
546        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
547        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
548       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
549       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
550       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
551       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
552        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
553        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
554        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
555       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
556       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
557       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
558       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
559
560======================================================================
561FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
562----------------------------------------------------------------------
563Traceback (most recent call last):
564  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
565    npval, type(npval), neval, type(neval))
566AssertionError: '(a+1)**1'
567(test_scalar=2, dtype='int', optimization='none', exact=False,
568 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
569        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
570        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
571        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
572       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
573       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
574       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
575       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
576        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
577        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
578        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
579       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
580       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
581       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
582       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
583
584======================================================================
585FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
586----------------------------------------------------------------------
587Traceback (most recent call last):
588  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
589    npval, type(npval), neval, type(neval))
590AssertionError: '(a+1) ** 4'
591(test_scalar=2, dtype='int', optimization='moderate', exact=False,
592 npval=array([         1,         81,        624,       2401,       6561,
593            14640,      28560,      50624,      83521,     130321,
594           194480,     279840,     390624,     531441,     707280,
595           923520,    1185920,    1500625,    1874161,    2313440,
596          2825761,    3418800,    4100624,    4879681,    5764801,
597          6765201,    7890481,    9150624,   10556001,   12117360,
598         13845840,   15752960,   17850624,   20151120,   22667120,
599         25411681,   28398240,   31640624,   35153041,   38950081,
600         43046721,   47458320,   52200625,   57289760,   62742240,
601         68574961,   74805200,   81450624,   88529280,   96059601,
602        104060401,  112550881,  121550625,  131079601,  141158160,
603        151807041,  163047360,  174900625,  187388720,  200533921,
604        214358880,  228886641,  244140624,  260144641,  276922881,
605        294499921,  312900720,  332150625,  352275361,  373301041,
606        395254161,  418161600,  442050624,  466948881,  492884400,
607        519885601,  547981281,  577200624,  607573201,  639128961,
608        671898241,  705911761,  741200624,  777796320,  815730720,
609        855036081,  895745041,  937890625,  981506240, 1026625681,
610       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
611       1330863360, 1387488000, 1445900624, 1506138481, 1568239201]) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
612            14641,      28561,      50625,      83521,     130321,
613           194481,     279841,     390625,     531441,     707281,
614           923521,    1185921,    1500625,    1874161,    2313441,
615          2825761,    3418801,    4100625,    4879681,    5764801,
616          6765201,    7890481,    9150625,   10556001,   12117361,
617         13845841,   15752961,   17850625,   20151121,   22667121,
618         25411681,   28398241,   31640625,   35153041,   38950081,
619         43046721,   47458321,   52200625,   57289761,   62742241,
620         68574961,   74805201,   81450625,   88529281,   96059601,
621        104060401,  112550881,  121550625,  131079601,  141158161,
622        151807041,  163047361,  174900625,  187388721,  200533921,
623        214358881,  228886641,  244140625,  260144641,  276922881,
624        294499921,  312900721,  332150625,  352275361,  373301041,
625        395254161,  418161601,  442050625,  466948881,  492884401,
626        519885601,  547981281,  577200625,  607573201,  639128961,
627        671898241,  705911761,  741200625,  777796321,  815730721,
628        855036081,  895745041,  937890625,  981506241, 1026625681,
629       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
630       1330863361, 1387488001, 1445900625, 1506138481, 1568239201]) (<type 'numpy.ndarray'>))
631
632======================================================================
633FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
634----------------------------------------------------------------------
635Traceback (most recent call last):
636  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
637    npval, type(npval), neval, type(neval))
638AssertionError: '(a+1)**1'
639(test_scalar=2, dtype='int', optimization='moderate', exact=False,
640 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
641        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
642        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
643        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
644       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
645       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
646       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
647       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
648        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
649        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
650        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
651       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
652       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
653       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
654       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
655
656======================================================================
657FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
658----------------------------------------------------------------------
659Traceback (most recent call last):
660  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
661    npval, type(npval), neval, type(neval))
662AssertionError: '(a+1)**1'
663(test_scalar=2, dtype='int', optimization='moderate', exact=False,
664 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
665        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
666        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
667        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
668       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
669       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
670       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
671       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
672        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
673        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
674        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
675       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
676       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
677       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
678       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
679
680======================================================================
681FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
682----------------------------------------------------------------------
683Traceback (most recent call last):
684  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
685    npval, type(npval), neval, type(neval))
686AssertionError: '(a+1) ** 4'
687(test_scalar=2, dtype='int', optimization='aggressive', exact=False,
688 npval=array([         1,         81,        624,       2401,       6561,
689            14640,      28560,      50624,      83521,     130321,
690           194480,     279840,     390624,     531441,     707280,
691           923520,    1185920,    1500625,    1874161,    2313440,
692          2825761,    3418800,    4100624,    4879681,    5764801,
693          6765201,    7890481,    9150624,   10556001,   12117360,
694         13845840,   15752960,   17850624,   20151120,   22667120,
695         25411681,   28398240,   31640624,   35153041,   38950081,
696         43046721,   47458320,   52200625,   57289760,   62742240,
697         68574961,   74805200,   81450624,   88529280,   96059601,
698        104060401,  112550881,  121550625,  131079601,  141158160,
699        151807041,  163047360,  174900625,  187388720,  200533921,
700        214358880,  228886641,  244140624,  260144641,  276922881,
701        294499921,  312900720,  332150625,  352275361,  373301041,
702        395254161,  418161600,  442050624,  466948881,  492884400,
703        519885601,  547981281,  577200624,  607573201,  639128961,
704        671898241,  705911761,  741200624,  777796320,  815730720,
705        855036081,  895745041,  937890625,  981506240, 1026625681,
706       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
707       1330863360, 1387488000, 1445900624, 1506138481, 1568239201]) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
708            14641,      28561,      50625,      83521,     130321,
709           194481,     279841,     390625,     531441,     707281,
710           923521,    1185921,    1500625,    1874161,    2313441,
711          2825761,    3418801,    4100625,    4879681,    5764801,
712          6765201,    7890481,    9150625,   10556001,   12117361,
713         13845841,   15752961,   17850625,   20151121,   22667121,
714         25411681,   28398241,   31640625,   35153041,   38950081,
715         43046721,   47458321,   52200625,   57289761,   62742241,
716         68574961,   74805201,   81450625,   88529281,   96059601,
717        104060401,  112550881,  121550625,  131079601,  141158161,
718        151807041,  163047361,  174900625,  187388721,  200533921,
719        214358881,  228886641,  244140625,  260144641,  276922881,
720        294499921,  312900721,  332150625,  352275361,  373301041,
721        395254161,  418161601,  442050625,  466948881,  492884401,
722        519885601,  547981281,  577200625,  607573201,  639128961,
723        671898241,  705911761,  741200625,  777796321,  815730721,
724        855036081,  895745041,  937890625,  981506241, 1026625681,
725       1073283121, 1121513121, 1171350625, 1222830961, 1275989841,
726       1330863361, 1387488001, 1445900625, 1506138481, 1568239201]) (<type 'numpy.ndarray'>))
727
728======================================================================
729FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
730----------------------------------------------------------------------
731Traceback (most recent call last):
732  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
733    npval, type(npval), neval, type(neval))
734AssertionError: '(a+1)**1'
735(test_scalar=2, dtype='int', optimization='aggressive', exact=False,
736 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
737        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
738        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
739        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
740       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
741       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
742       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
743       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
744        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
745        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
746        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
747       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
748       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
749       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
750       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
751
752======================================================================
753FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
754----------------------------------------------------------------------
755Traceback (most recent call last):
756  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
757    npval, type(npval), neval, type(neval))
758AssertionError: '(a+1)**1'
759(test_scalar=2, dtype='int', optimization='aggressive', exact=False,
760 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
761        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
762        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
763        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
764       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
765       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
766       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
767       182, 185, 187, 188, 190, 192, 194, 197, 199]) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
768        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
769        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
770        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
771       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
772       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
773       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
774       183, 185, 187, 189, 191, 193, 195, 197, 199]) (<type 'numpy.ndarray'>))
775
776======================================================================
777FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
778----------------------------------------------------------------------
779Traceback (most recent call last):
780  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
781    npval, type(npval), neval, type(neval))
782AssertionError: '(a+1) ** 2'
783(test_scalar=2, dtype='long', optimization='none', exact=False,
784 npval=array([    1,     9,    25,    49,    81,   121,   169,   225,   289,
785         361,   441,   529,   625,   729,   841,   961,  1089,  1225,
786        1369,  1521,  1681,  1849,  2025,  2209,  2401,  2601,  2809,
787        3025,  3249,  3481,  3721,  3969,  4225,  4489,  4761,  5041,
788        5329,  5625,  5929,  6241,  6561,  6889,  7225,  7569,  7921,
789        8281,  8649,  9025,  9409,  9801, 10201, 10609, 11025, 11449,
790       11881, 12321, 12769, 13225, 13689, 14161, 14641, 15129, 15625,
791       16129, 16641, 17161, 17689, 18225, 18769, 19321, 19881, 20449,
792       21025, 21609, 22201, 22801, 23409, 24025, 24649, 25281, 25921,
793       26569, 27225, 27889, 28561, 29241, 29929, 30625, 31329, 32041,
794       32761, 33489, 34225, 34969, 35721, 36481, 37249, 38025, 38809, 39601], dtype=int64) (<type 'numpy.ndarray'>), neval=array([    1,     9,    24,    49,    81,   120,   168,   224,   289,
795         361,   440,   528,   624,   729,   840,   960,  1089,  1225,
796        1369,  1520,  1681,  1849,  2024,  2209,  2401,  2601,  2809,
797        3024,  3249,  3480,  3720,  3968,  4224,  4488,  4760,  5041,
798        5328,  5624,  5929,  6241,  6561,  6888,  7225,  7568,  7920,
799        8281,  8649,  9025,  9408,  9801, 10201, 10609, 11025, 11449,
800       11880, 12321, 12768, 13225, 13688, 14161, 14640, 15129, 15624,
801       16129, 16641, 17161, 17688, 18225, 18769, 19321, 19881, 20448,
802       21024, 21609, 22200, 22801, 23409, 24024, 24649, 25281, 25921,
803       26569, 27224, 27888, 28560, 29241, 29929, 30625, 31328, 32041,
804       32761, 33488, 34224, 34969, 35720, 36480, 37248, 38024, 38809, 39601], dtype=int64) (<type 'numpy.ndarray'>))
805
806======================================================================
807FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
808----------------------------------------------------------------------
809Traceback (most recent call last):
810  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
811    npval, type(npval), neval, type(neval))
812AssertionError: '(a+1)**1'
813(test_scalar=2, dtype='long', optimization='moderate', exact=False,
814 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
815        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
816        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
817        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
818       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
819       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
820       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
821       182, 185, 187, 188, 190, 192, 194, 197, 199], dtype=int64) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
822        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
823        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
824        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
825       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
826       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
827       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
828       183, 185, 187, 189, 191, 193, 195, 197, 199], dtype=int64) (<type 'numpy.ndarray'>))
829
830======================================================================
831FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
832----------------------------------------------------------------------
833Traceback (most recent call last):
834  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
835    npval, type(npval), neval, type(neval))
836AssertionError: '(a+1)**1'
837(test_scalar=2, dtype='long', optimization='moderate', exact=False,
838 npval=array([  1,   3,   5,   7,   9,  11,  12,  15,  17,  19,  20,  22,  24,
839        27,  28,  30,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
840        53,  54,  57,  58,  60,  62,  64,  66,  68,  71,  72,  74,  77,
841        79,  81,  82,  85,  86,  89,  91,  93,  95,  96,  99, 101, 103,
842       105, 107, 108, 111, 112, 115, 117, 119, 120, 123, 124, 127, 129,
843       131, 132, 135, 137, 139, 141, 142, 144, 147, 148, 151, 153, 154,
844       157, 159, 161, 163, 164, 166, 168, 171, 173, 175, 176, 179, 181,
845       182, 185, 187, 188, 190, 192, 194, 197, 199], dtype=int64) (<type 'numpy.ndarray'>), neval=array([  1,   3,   5,   7,   9,  11,  13,  15,  17,  19,  21,  23,  25,
846        27,  29,  31,  33,  35,  37,  39,  41,  43,  45,  47,  49,  51,
847        53,  55,  57,  59,  61,  63,  65,  67,  69,  71,  73,  75,  77,
848        79,  81,  83,  85,  87,  89,  91,  93,  95,  97,  99, 101, 103,
849       105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129,
850       131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155,
851       157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181,
852       183, 185, 187, 189, 191, 193, 195, 197, 199], dtype=int64) (<type 'numpy.ndarray'>))
853
854======================================================================
855FAIL: None (tables.numexpr.tests.test_numexpr.test_expressions)
856----------------------------------------------------------------------
857Traceback (most recent call last):
858  File "C:\Python25\Lib\site-packages\tables\numexpr\tests\test_numexpr.py", line 261, in method
859    npval, type(npval), neval, type(neval))
860AssertionError: '(a+1) ** 4'
861(test_scalar=2, dtype='long', optimization='aggressive', exact=False,
862 npval=array([         1,         81,        624,       2401,       6561,
863            14640,      28560,      50624,      83521,     130321,
864           194480,     279840,     390624,     531441,     707280,
865           923520,    1185920,    1500625,    1874161,    2313440,
866          2825761,    3418800,    4100624,    4879681,    5764801,
867          6765201,    7890481,    9150624,   10556001,   12117360,
868         13845840,   15752960,   17850624,   20151120,   22667120,
869         25411681,   28398240,   31640624,   35153041,   38950081,
870         43046721,   47458320,   52200625,   57289760,   62742240,
871         68574961,   74805200,   81450624,   88529280,   96059601,
872        104060401,  112550881,  121550625,  131079601,  141158160,
873        151807041,  163047360,  174900625,  187388720,  200533921,
874        214358880,  228886641,  244140624,  260144641,  276922881,
875        294499921,  312900720,  332150625,  352275361,  373301041,
876        395254161,  418161600,  442050624,  466948881,  492884400,
877        519885601,  547981281,  577200624,  607573201,  639128961,
878        671898241,  705911761,  741200624,  777796320,  815730720,
879        855036081,  895745041,  937890625,  981506240, 1026625681,
880       1073283121, 1121513120, 1171350624, 1222830961, 1275989840,
881       1330863360, 1387488000, 1445900624, 1506138481, 1568239201], dtype=int64) (<type 'numpy.ndarray'>), neval=array([         1,         81,        625,       2401,       6561,
882            14641,      28561,      50625,      83521,     130321,
883           194481,     279841,     390625,     531441,     707281,
884           923521,    1185921,    1500625,    1874161,    2313441,
885          2825761,    3418801,    4100625,    4879681,    5764801,
886          6765201,    7890481,    9150625,   10556001,   12117361,
887         13845841,   15752961,   17850625,   20151121,   22667121,
888         25411681,   28398241,   31640625,   35153041,   38950081,
889         43046721,   47458321,   52200625,   57289761,   62742241,
890         68574961,   74805201,   81450625,   88529281,   96059601,