SolidCode / SolidPython

A python frontend for solid modelling that compiles to OpenSCAD
1.11k stars 173 forks source link

Fix mistake in numpy type check introduced in #83 #85

Closed justbuchanan closed 6 years ago

justbuchanan commented 6 years ago

I think I messed this up in the process of copying my edits from the installed package in site-packages to the pull request. I re-installed this version to double-check and it works now.

etjones commented 6 years ago

Glad you caught it. Just wrote a unit test for this feature; will push to master right after this merge.