-
Notifications
You must be signed in to change notification settings - Fork 141
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
colab and /tmp #750
Comments
follow up. |
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. |
Sorry for the late response. We could of course allow a keyword argument with a (e.g. local) filename taken instead of the default tmpfile as a workaround. |
I get the same error message for the example script plot_05_refraction_3D.ipynb, but I am not using Colab. Is there a quick workaround we can do ourselves for this? Here is my environment information: Python 3.11.9 packaged by conda-forge |
you should be able to set the environment variable |
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: