We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c599cd commit f3e6783Copy full SHA for f3e6783
tests/test_plotting/test_plot_3d.py
@@ -5,7 +5,7 @@
5
import gempy as gp
6
from gempy.core.data import GeoModel
7
from gempy_viewer.core.scalar_data_type import TopographyDataType
8
-from test_plotting.util_tests import check_image_hash
+from tests.util_tests import check_image_hash
9
from tests.conftest import _one_fault_model_generator
10
11
np.random.seed(1234)
tests/test_plotting/util_tests.py renamed to tests/util_tests.py
0 commit comments