We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mesh_to_wireframe_CGO
When I tried to visualize a mesh using the GUI, I encountered the following error:
TypeError: mesh_to_wireframe_CGO() got an unexpected keyword argument 'color'
The issue was resolved by changing the argument name color_tuple to color in the mesh_to_wireframe_CGO function.
This function is located in the file
./pyvol/pymol_utilities.py
Note that the absolute path may vary depending on the installation, so please refer to the traceback for the exact location.
Let me know if more details are needed to reproduce or address this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Report: Error with
mesh_to_wireframe_CGO
Argument in PyVOLWhen I tried to visualize a mesh using the GUI, I encountered the following error:
The issue was resolved by changing the argument name color_tuple to color in the mesh_to_wireframe_CGO function.
This function is located in the file
Note that the absolute path may vary depending on the installation, so please refer to the traceback for the exact location.
Let me know if more details are needed to reproduce or address this issue.
The text was updated successfully, but these errors were encountered: