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

[SpatialPartitioning] Improve kdtree to_string #125

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

azaleostu
Copy link
Contributor

This PR changes the output of the to_string function of the KdTree:

  • The output data now uses the YAML format
  • A verbose (optional) argument was added to to_string, which will prevent the samples and the node data to be output into the string if false
  • Additional info about the KdTree was also added to the start of the output string

The resulting YAML should be correct (tested with an online parser).

@nmellado nmellado merged commit 280968b into poncateam:master Dec 12, 2023
11 of 12 checks passed
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.

None yet

2 participants