This line https://github.com/google-deepmind/alphageometry/blob/1357929e91bd327a015b26a94664035dc40b76b7/numericals.py#L705 Should not contain the parentheses, like ``` a, b, c, *ps = points ``` Otherwise, it crashes on: > TypeError: cannot unpack non-iterable Point object
This line
alphageometry/numericals.py
Line 705 in 1357929
Should not contain the parentheses, like
Otherwise, it crashes on: