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

Syntax error in test.test_geometry #72

Closed
feynfan13 opened this issue Sep 13, 2017 · 2 comments
Closed

Syntax error in test.test_geometry #72

feynfan13 opened this issue Sep 13, 2017 · 2 comments

Comments

@feynfan13
Copy link

feynfan13 commented Sep 13, 2017

Hi, Omkar
Great work on the pygorithm project.
I am trying to run the unit test of the project and hit an syntax error in test.test_geometry.
It seems in line 1982, there is a missing left parentheses behind fn. Please check the code below

`# at03

intr, msg = fn((9.5, 8.5), (8.5, 7.5), (9.5, 5), (10.5, 7)), (0, 0), (-9, -9), ((2, 5), (-1, 5), (-2, 3), (2, 1), (3, 2)), reverse=True)

self.assertFalse(intr, msg=msg)`

Hope it helps. Thanks a lot.

@Tjstretchalot
Copy link
Contributor

Tjstretchalot commented Sep 13, 2017

This is fixed in dev, but thanks for the report!

@OmkarPathak
Copy link
Owner

Fixed in master as well! Thanks for reporting 👍

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

No branches or pull requests

3 participants