sundial-pointcloud-geometry / ectopylasm

Tools for visualizing and fitting pointcloud data
MIT License
1 stars 1 forks source link

Hide symfit division by zero warning #14

Open egpbos opened 5 years ago

egpbos commented 5 years ago

When fitting to a plane, symfit throws a warning, because there is a conceptual issue with the way we're doing the fit, as described here: https://github.com/tBuLi/symfit/issues/256

While that issue remains open, we should somehow block the warning from the ectopylasm side, since the issue is understood and should not be warned about.