tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
45 stars 13 forks source link

fix pytest import issue #410

Closed j042 closed 5 months ago

j042 commented 5 months ago

Overview

Installing splinepy non-editable mode would cause import issues. Mainly due to the compiled module, as it is not located in local directory. As stated in pytest doc, this PR takes append mode for pytest to prefer installed packaged.

Addressed issues