We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc90fd commit 52243d4Copy full SHA for 52243d4
1 file changed
energyml-utils/src/energyml/utils/data/mesh.py
@@ -784,7 +784,7 @@ def read_wellbore_frame_representation(
784
trajectory_dor = search_attribute_matching_name(obj=energyml_object, name_rgx="Trajectory")[0]
785
trajectory_obj = workspace.get_object(get_obj_uri(trajectory_dor))
786
787
- print(f"Mds {wellbore_frame_mds}")
+ # print(f"Mds {wellbore_frame_mds}")
788
789
meshes = read_wellbore_trajectory_representation(
790
energyml_object=trajectory_obj,
0 commit comments