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
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.
[/usr/local/lib/python3.10/dist-packages/pygimli/meshtools/mesh.py](https://localhost:8080/#) in readTetgen(fName, comment, verbose, defaultCellMarker, loadFaces, quadratic)
961
962 # Part 1/3: Nodes, essential
--> 963 with open(fName + '.node', 'r') as node_in:
964 node_lines = pg.utils.filterLinesByCommentStr(node_in.readlines(),
965 comment)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpqu_t6iw8-1.node'
The text was updated successfully, but these errors were encountered:
Problem description
/tmp mesh files are not found
Your environment
Please provide the output of
print(pygimli.Report())
here. If that does notwork, 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.
The text was updated successfully, but these errors were encountered: