-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Different runtime errors occurring depending on whether vtk package is installed or not #513
Comments
Question @pierrepebay, when code is running, a PNG image is generated as expected, which is good, however I am curious about the new shape of the inter-object edges: Is this normal (assuming this is to indicate directionality, how does this scale)? We did not have this in LBAF-Viz; this may be an improvement but I am unsure. |
Yes @pierrepebay I was getting the triangle above with the |
@ppebay it does seem that there are some artifacts, but notice as well that some edges are missing entirely in your output as well. |
Yes so really seems to be a bug. I am re-closing this issue and creating a new (bug) one. |
Steps to repeat
Identical as those of #509
Observed errors
If
vtk
package is not installed viapip
If
vtk
package installed viapip
Prior to de-installing it a runtime error occurred, but following uninstallation and re-installation, the following warning is issued:
but code runs to completion.
It remains concerning to have this warning, especially considering the fact that before uninstall/reinstall it resulted in a segfault as follows:
The text was updated successfully, but these errors were encountered: