meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
132 stars 29 forks source link

Implement code quality checks for svgelements #141

Closed Sophist-UK closed 2 years ago

Sophist-UK commented 2 years ago

Unittests fail with numpy and no scipy because e.g. the tests call _length_exact which does is not normally called and does not handle no scipy.

What I don't understand is how these tests succeed without scipy or numpy installed.

Sophist-UK commented 2 years ago

Ready to merge - may still have some issues but I won't be able to tell until it is merged.