Jerome Kelleher
Jerome Kelleher
Could just plop the Python code in here also - it should only be 20 lines long or so.
Thanks @awohns, this is very helpful. This does look nice and simple. I've tweaked the code a bit to take the ``time_index`` lookup out of the inner loop. I'm not...
> I personally think that not returning an extra time bin and just leaving it up to the user to give complete windows is the best way to go. The...
This is probably a package cache issue @benjeffery?
I would strongly advise writing some simple C tests that exercise all reachable code paths, and running it through valgrind. This is a much more effective way of tracking down...
Something minimal. You're just looking to exercise all code paths so that valgrind can see them.
> is there a good way to trigger OOM errors after the mallocs, to get patterns like We've been ignoring these here, as they are very tricky to trigger. We...
I really would prefer if we could back out of doing the three different options here and focus on the simpler case of just a fixed set of required time...
Nice - did you try it with some decrefs commented out?
Hmm, you need bigger examples then. You should be leaking memory heavily there.