Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve solution for R-tree key error #782

Open
rcgorman-dstl opened this issue Mar 27, 2023 · 0 comments
Open

improve solution for R-tree key error #782

rcgorman-dstl opened this issue Mar 27, 2023 · 0 comments

Comments

@rcgorman-dstl
Copy link
Contributor

generate_hypotheses method in TPRTreeMixIn class in tree.py file was previously throwing key errors when finding intersections in some loop iterations. Try/except block was added to reset TPR tree when key error is encountered and rebuild the TPR tree from scratch as a workaround to run successfully. As key errors are frequent, this is likely increasing run time of data association using TPR tree and resulting in sub-optimal performance. It is not clear why key errors are thrown in the first place so this requires further investigation so a better fix can be provided.

@rcgorman-dstl rcgorman-dstl changed the title improve solution for r-tree key error improve solution for R-tree key error Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant