Coincident Points Error
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
Hi, on running ```tube = mlab.pipeline.tube(pts, tube_radius=0.1)``` I get the warning
```
2022-01-31 16:07:29.006 ( 14.393s) [ 6C76F740] vtkTubeFilter.cxx:399 WARN| vtkTubeFilter (0x55cb858212e0): Coincident points!
2022-01-31 16:07:29.006 ( 14.393s) [ 6C76F740] vtkTubeFilter.cxx:277 WARN| vtkTubeFilter (0x55cb858212e0): Could not generate points!
```
and my plots go haywire.
I've tried looking into the vtk documentation to understand why this happens but can't figure it out. Can you provide any feedback?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.