Skip to content

Conversation

akoumjian
Copy link
Contributor

  • Added bvh orbit intersection and anomaly detection projections
  • fast query of observations against orbits (2-body)
  • progress towards labelling anomalies
  • fix typo
  • anomaly generation
  • working on fixing anomalies
  • closer to functioning anomalies
  • more good progress

cursor[bot]

This comment was marked as outdated.

concatenate(segments_chunks, defrag=True)
if segments_chunks
else segments_chunks[0]
)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Empty List Access Causes Index Error

The build_bvh_index function encounters an IndexError when segments_chunks is empty. The conditional expression attempts to access segments_chunks[0] in its else branch, which is invalid for an empty list.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant