GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
Describe the bug
While setting up GemPy from the most recent commit on main (10d6fff2c01990d88de40851cd4fdb00eb682a5a), I encountered five failing unittests.
In particluar, it seems that the the issues are caused by
and
The other issues are as well related to
gp.plot_2d
.To Reproduce Provide detailed steps to reproduce the behavior:
Attachments
The full pytest log (non-verbose) and pip freeze file are attached below:
pytest.log pip-freeze.txt
Desktop (please complete the following information):
Additional context Tests were executed in an xorg xrdp session.
Please let me know if you need more information.