Fix tests
This commit is contained in:
parent
b23d7909fb
commit
753f74d485
2 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue