It seems that memory, under certain conditions, is not stable/deterministic. I've put an example below. At some times, the value of particle at index 10 is 3, and at others it is 4. Both are reasonable choices, but it should always select one or the other, not both.
I've tried to dig into the source code with an eye to a PR, but frankly I'm struggling to understand how the memory module works. I'm happy to put some effort into a PR, but need a bit more insight there before putting one together.
I'm on an M2 Mac, Python 3.12.7, trackpy version 0.6.4.
It seems that
memory
, under certain conditions, is not stable/deterministic. I've put an example below. At some times, the value ofparticle
at index 10 is 3, and at others it is 4. Both are reasonable choices, but it should always select one or the other, not both.I've tried to dig into the source code with an eye to a PR, but frankly I'm struggling to understand how the memory module works. I'm happy to put some effort into a PR, but need a bit more insight there before putting one together.
I'm on an M2 Mac, Python 3.12.7,
trackpy
version0.6.4
.