pnumpy icon indicating copy to clipboard operation
pnumpy copied to clipboard

something off with how im hooking true_divide for int32 input

Open tdimitri opened this issue 4 years ago • 0 comments

I tried to hook true_divide for signature int32, int32, output double (which i think is what we want??) this resulted in an error hooking true_divide with signature. float, float, output float does work (as does double) not sure if im doing something wrong... or best way to hook it

tdimitri avatar Oct 02 '20 02:10 tdimitri