SINTEF / Splipy

Spline modelling made easy.
GNU General Public License v3.0
102 stars 18 forks source link

Minor fixes #6

Closed TheBB closed 7 years ago

TheBB commented 7 years ago

First commit: saving as g2 won't work if controlpoints is a matrix, it has to be an array (this has to do with how iterating over an array works vs. iterating over a matrix). This might be worth fixing in g2 output instead of here, though.

Second commit: For consistency.

VikingScientist commented 7 years ago

We might want to consider specifying the return-self behavior in the documentation. Has to be done for all of the functions which does this

VikingScientist commented 7 years ago

Add the "return self" behavior to the documentation and then we'll pull this in.

TheBB commented 7 years ago

Done :+1: