Closed kayarre closed 5 years ago
Can you also include the code that caused this Traceback?
The attribute error you mention isn't in that traceback...
@banesullivan I apologize, there are two distinct issues in the examples I attempted to execute. updated the comment accordingly.
Okay, so I tracked down both of these issues. The first had to do with how much of this API was switched to camelcase (PEP8) and that example was forgotten to be changed from CleanFromFile
to clean_from_file
.
The second has to do with some upstream changes in PyVista where an error is thrown when plotting empty meshes - this routine would try to plot the edges and if there were none because the mesh was repaired, then there would be nothing to plot.
@kayarre, sorry this took a while to get around to fixing! All should be good on the master branch now and I'll try to tag a release soon when all the CIs look good
version 0.13.3 is deployed and this should be fixed now!
running pymeshfix after install with pip first error:
The second error happens with examples.with_vtk() after closing the window that pops up
I have run this now on linux and osx and get the same errors