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 everything #10

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

fix everything #10

wants to merge 1 commit into from

Conversation

qstin
Copy link

@qstin qstin commented Mar 26, 2016

I finally passed all my tests. I had to put my analytical functions in my point.py because I was having import issues for whatever reason.


def check_coincident(self, b):

if b.x == self.x and b.y == self.y:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With imports working, would it be possible to use code already written in the utils module? Don't go back and alter anything, just think about if it is possible and why it might be preferable to use that approach?

@jlaura
Copy link
Contributor

jlaura commented Apr 9, 2016

👍

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