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

Dont remove 1nm straights #2554

Merged
merged 4 commits into from Feb 24, 2024
Merged

Dont remove 1nm straights #2554

merged 4 commits into from Feb 24, 2024

Conversation

joamatab
Copy link
Contributor

@joamatab joamatab commented Feb 22, 2024

change

if not hidden and p_sec.length() > 1e-3:
        if not hidden and p_sec.length() >= 1e-3:

into

if not hidden and p_sec.length() >= 1e-3:
        if not hidden and p_sec.length() >= 1e-3:

@thomasdorch

@joamatab joamatab merged commit 971d94d into main Feb 24, 2024
9 of 10 checks passed
@joamatab joamatab deleted the dont_remove_1nm_straights branch February 24, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant