Skip to content

Commit 7788120

Browse files
committed
(fix) Fixes typo in DVZ controller
1 parent b6f0b49 commit 7788120

File tree

1 file changed

+1
-1
lines changed
  • src/kompass_core/control

1 file changed

+1
-1
lines changed

src/kompass_core/control/dvz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def logging_info(self) -> str:
228228
229229
:rtype: str
230230
"""
231-
return f"total deformation : {self._path_controller.dvz_controller.total_deformation}"
231+
return f"Total DVZ deformation : {self._path_controller.total_deformation}"
232232

233233
@property
234234
def linear_x_control(self) -> List[float]:

0 commit comments

Comments
 (0)