Ask Your Question

Revision history [back]

Hello,

There is an error in the file scalprod.spyx. Edit it and change the line

from libc.stdlib cimport calloc

with

from libc.stdlib cimport calloc, free

Then, I was able to compile the file and run the test.

Vincent