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

blub

parent 90ca59cb
No related branches found
No related tags found
No related merge requests found
......@@ -21,17 +21,6 @@ cdef extern from "numpy/arrayobject.h":
cdef extern from "runningstats.h":
void lpd_asic_histogram_impl(
float*&,
int32_t,
int32_t,
int32_t,
int32_t,
int32_t*&,
uint64_t*&,
uint64_t*&,
uint64_t*&)
void running_stats(
float*&,
uint32_t,
......
import numpy as np
from .runningstats import compute_stats
class Stats:
def __init__(self):
......
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