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
There's a problem that has been an issue for a long time, and that is duplicates in the added feature columns. The same feature can get added as annotation to a data row multiple times. Here's an example:
Note the "1,1" and "2,2" feature annotations. Those are duplicate matches separated by commas. There is really only 1 such feature that overlaps the matching positions. Note the inputs below:
I suspect that this issue has to do with separate loops that search for features with different orientations or searches different ways relative to the data coordinates. I recall having looked into this in the past and I remember that it was a difficult bug to resolve.
The text was updated successfully, but these errors were encountered:
There's a problem that has been an issue for a long time, and that is duplicates in the added feature columns. The same feature can get added as annotation to a data row multiple times. Here's an example:
Output:
Note the "1,1" and "2,2" feature annotations. Those are duplicate matches separated by commas. There is really only 1 such feature that overlaps the matching positions. Note the inputs below:
Inputs:
I suspect that this issue has to do with separate loops that search for features with different orientations or searches different ways relative to the data coordinates. I recall having looked into this in the past and I remember that it was a difficult bug to resolve.
The text was updated successfully, but these errors were encountered: