Skip to content

Commit 8655506

Browse files
committed
Update rips module and Python examples
1 parent 710b802 commit 8655506

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/rips/generated/generated_classes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,13 +1260,10 @@ class PointBasedWellPath(WellPath):
12601260
"""
12611261
PointBasedWellPath
12621262
1263-
Attributes:
1264-
trajectory_points (List[List[float]]): Trajectory Points
12651263
"""
12661264
__custom_init__ = None #: Assign a custom init routine to be run at __init__
12671265

12681266
def __init__(self, pb2_object: Optional[PdmObject_pb2.PdmObject]=None, channel: Optional[grpc.Channel]=None) -> None:
1269-
self.trajectory_points: List[List[float]] = []
12701267
WellPath.__init__(self, pb2_object, channel)
12711268
if PointBasedWellPath.__custom_init__ is not None:
12721269
PointBasedWellPath.__custom_init__(self, pb2_object=pb2_object, channel=channel)

0 commit comments

Comments
 (0)