Skip to content

Commit f68bed6

Browse files
committed
[BUG] Fix importing
1 parent f1745c1 commit f68bed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gempy/core/data/encoders/binary_encoder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import numpy as np
22

3-
from .. import SurfacePointsTable, OrientationsTable
3+
from ..surface_points import SurfacePointsTable
4+
from ..orientations import OrientationsTable
45

56

67
def deserialize_input_data_tables(binary_array: bytes, name_id_map: dict, sp_binary_length_: int) -> tuple[OrientationsTable, SurfacePointsTable]:

0 commit comments

Comments
 (0)