You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on the refactor from #55 I discovered what I believe to be a bug in the current implementation of the StatLandscape$compute_group method. When plotting the persistence landscape for a slightly modified version of the toy data used in our examples, one of the frontiers has two incorrect peaks. In the reprex below we see that the third frontier function has peaks at (1, 3) and (4, 5). However, there are no (birth, death) values corresponding to these peaks -- I think it's grabbing these from the previous frontier.
I'm going to fix this in the branch I'm working on, just wanted to bring attention to it in case we end up not merging the refactor to main.
Whoops! I'm totally wrong here, just had to write it out to realize. Obviously this is working as intended, according to the definition of the persistence landscape.
Whew. : ) I also had a difficult time convincing myself of the right behavior when multiple features shared birth and/or death values. Thanks a lot @jamesotto852 for giving everything a close look.
While working on the refactor from #55 I discovered what I believe to be a bug in the current implementation of the
StatLandscape$compute_group
method. When plotting the persistence landscape for a slightly modified version of the toy data used in our examples, one of the frontiers has two incorrect peaks. In the reprex below we see that the third frontier function has peaks at (1, 3) and (4, 5). However, there are no (birth, death) values corresponding to these peaks -- I think it's grabbing these from the previous frontier.I'm going to fix this in the branch I'm working on, just wanted to bring attention to it in case we end up not merging the refactor to main.
Created on 2024-05-05 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: