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

Fix incomplete SPT when intersections are sparse #2838

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

econaxis
Copy link

@econaxis econaxis commented Jun 8, 2023

Fixes issue #2377. Before discarding an edge due exceeding the limit (L169 / L176), we check if this edge can be partially consumed, by adding a consumed_part field to IsoLabel. If yes, then we still output the partially consumed edge, to avoid the case in #2377 where we don't output anything at all.

@michaz
Copy link
Member

michaz commented Jun 23, 2023

Sorry for the delay, will definitely give this the deserved attention.

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

3 participants