Skip to content

Commit ff5be11

Browse files
author
t.mestan-zade
committed
Merge branch 'SC-1294' into 'develop'
SC-1294: Keep UUID of the truncated segment See merge request SOLO-band/python-sdk!67
2 parents 915ba35 + ab16e3a commit ff5be11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/rogii_solo/calculations/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class HorizonShift(TypedDict):
4040

4141

4242
class Segment(TypedDict):
43+
uuid: str
4344
md: float
4445
vs: Optional[float]
4546
start: Optional[float]

src/rogii_solo/interpretation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def _truncate_segment(self,
252252
)
253253

254254
return Segment(
255+
uuid=left['uuid'],
255256
md=left['md'],
256257
x=left['x'],
257258
y=left['y'],

0 commit comments

Comments
 (0)