fayolle / PyFRep

A simple python library for differentiable F-Rep modeling
MIT License
0 stars 0 forks source link

Bug in curvature computation #11

Closed fayolle closed 3 years ago

fayolle commented 3 years ago

In https://github.com/fayolle/PyFRep/blob/96bc8f2c37f03df0cc7720ace5c645022c1783b6/FRep/curvature.py#L8 if v is already a tensor then vt is not defined.

Same problem here: https://github.com/fayolle/PyFRep/blob/96bc8f2c37f03df0cc7720ace5c645022c1783b6/FRep/curvature.py#L32

fayolle commented 3 years ago

Fixed in f5d4ce9