Skip to content

is_point_on_curve is not working unless you change the if statement #5

@alexnikas

Description

@alexnikas

The code was:
if x == None and y == None:
return True
And should be:
if x is None and y is None:
return True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions