raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
88 stars 23 forks source link

Can't cimport mesh: pxd file broken #299

Closed jacklovell closed 5 years ago

jacklovell commented 5 years ago

In https://github.com/raysect/source/blob/b7304382469e649ba0dd69c7cc39f0eb9e03eeb5/raysect/primitive/mesh/__init__.pxd, from raysect.primitive.mesh cimport Mesh should be from raysect.primitive.mesh.mesh cimport Mesh.

mattngc commented 5 years ago

Fixed with PR #300.