How to use add_polyhedron() function in class StructureVis() #2554
Answered
by
janosh
thienbinh92
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
janosh
Jun 30, 2022
Replies: 1 comment
-
The error message arises because the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thienbinh92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error message arises because the
neighbors
argument expects an iterable. Try settingneighbors=[6]
.