You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason I don't have the time to track down right now, files like this one with thingi10k id 61765 return a parse error when trying to read them with gpytoolbox (v0.3.3, but the STL reader has never changed so I imagine this will happen across versions):
>>>v,f=gpytoolbox.read_mesh("61765.stl")
Traceback (mostrecentcalllast):
File"<stdin>", line1, in<module>File"/Users/silviasellan/miniconda3/lib/python3.11/site-packages/gpytoolbox/read_mesh.py", line91, inread_meshV,F=_read_stl(file,merge_stl)
^^^^^^^^^^^^^^^^^^^^^^^^^File"/Users/silviasellan/miniconda3/lib/python3.11/site-packages/gpytoolbox/read_mesh.py", line239, in_read_stlraiseException(f"The file {file} was opened but could not be parsed.")
Exception: Thefile61765.stlwasopenedbutcouldnotbeparsed.
The text was updated successfully, but these errors were encountered:
sgsellan
changed the title
Microstl can't parse some STL files
Microstl wrapper can't parse some STL files
Dec 18, 2024
For some reason I don't have the time to track down right now, files like this one with thingi10k id 61765 return a parse error when trying to read them with gpytoolbox (v0.3.3, but the STL reader has never changed so I imagine this will happen across versions):
The text was updated successfully, but these errors were encountered: