Fix tests

This commit is contained in:
Siu Kwan Lam 2012-08-08 17:33:24 -07:00
commit 753f74d485
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ class UFuncCore_D_D(UFuncCore):
outbase = common.args[1]
instep = common.steps[0]
outstep = common.steps[0]
outstep = common.steps[1]
indata = inbase[item * instep].reference().cast(C.pointer(C.double))
outdata = outbase[item * outstep].reference().cast(C.pointer(C.double))