Skip to content

Commit f3e6783

Browse files
committed
[CLN] Refactor test imports and file structure
Fixed import paths in `test_plot_3d.py` for `check_image_hash`. Moved `util_tests.py` under the appropriate `tests` directory for better organization.
1 parent 3c599cd commit f3e6783

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_plotting/test_plot_3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import gempy as gp
66
from gempy.core.data import GeoModel
77
from gempy_viewer.core.scalar_data_type import TopographyDataType
8-
from test_plotting.util_tests import check_image_hash
8+
from tests.util_tests import check_image_hash
99
from tests.conftest import _one_fault_model_generator
1010

1111
np.random.seed(1234)
File renamed without changes.

0 commit comments

Comments
 (0)