Skip to content
Snippets Groups Projects
Commit 0332ea28 authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

blub

parent 26acc423
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,12 @@ cpdef compute_stats(
np.ndarray[np.float64_t] running_mean_mem,
np.ndarray[np.float64_t] nanmean_of_data):
print("Hello from cython")
running_stats(
&data[0],
data.size,
&running_mean_mem[0],
&nanmean_of_data[0])
print("Hello from cython end")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment