AttributeError: 'ExtractEdges' object has no attribute 'points' -
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
In example:
https://docs.enthought.com/mayavi/mayavi/auto/example_delaunay_graph.html#example-delaunay-graph
```
Traceback (most recent call last):
File "E:\mayavi\delaunay_graph.py", line 202, in
new_x, new_y, new_z, edges = compute_delaunay_edges(x, y, z, visualize=True)
File "E:\mayavi\delaunay_graph.py", line 96, in compute_delaunay_edges
new_x, new_y, new_z = edges.outputs[0].points.to_array().T
AttributeError: 'ExtractEdges' object has no attribute 'points'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.