Skip to content

Demos/benchmarks/chaos.py has broken #1962

@fenrus75

Description

@fenrus75
Error compiling Cython file:
------------------------------------------------------------
...
    def dist(self, other):
        return sqrt((self.x - other.x) ** 2 +
                    (self.y - other.y) ** 2 +
                    (self.z - other.z) ** 2)

    @cython.locals(self="GVector", other="GVector")
                       ^
------------------------------------------------------------

chaos.py:36:24: Not a type

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions