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 incorrect tuple unpacking in check_cyclic #16

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

Conversation

minhnhatnoe
Copy link

This PR fixes a typo in numericals.py.
 
To reproduce the issue, use this problem:
a b c = triangle a b c; o = circle o a b c; t = on_tline t a o a, on_line t b c; p = midpoint p t a; e = midpoint e t c ? cyclic a p e b

@minhnhatnoe minhnhatnoe changed the title Fixed incorrect tuple unpacking in check_cyclic Fix incorrect tuple unpacking in check_cyclic Jan 18, 2024
@mirefek mirefek mentioned this pull request Jan 20, 2024
@mirefek
Copy link

mirefek commented Jan 20, 2024

I have also noticed this bug. I am closing my issue #20 since it is already a pull request (I haven't realized first).

tpgh24 pushed a commit to tpgh24/ag4masses that referenced this pull request Feb 10, 2024
angbisec_bline_cyclic
a b c = triangle; f = on_bline f b c, angle_bisector f b a c ? cyclic a b c f

Also in google-deepmind#16 (Fix incorrect tuple unpacking in check_cyclic google-deepmind#16)
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.

2 participants