Open mariosgeo opened 3 months ago
follow up. The .poly files are on the /tmp folder. Not the .node ones
It seems like instead of the command-line based tetgen the installed pacakge is a wrapper for connecting pyVista: https://pypi.org/project/tetgen/
We would have to change things to work with that. However, I am not sure about potential licensing issues as tetgen was always kind of restrictive.
Problem description
/tmp mesh files are not found
Your environment
Please provide the output of
print(pygimli.Report())
here. If that does not work, please give provide some additional information on your:Operating system: e.g. Colab Python version: 3.10, pyGIMLi version: 1.5.1 Way of installation: pip.
Expected behavior
Make a mesh
Actual behavior
I think the tempfile directory is different in colab and local installs. Is there any flag we can save the tempfiles to e.g. googledrive install of /tmp?. The mesh is created when run locally.