Skip to content

Commit 7e2da79

Browse files
author
Divyansh Agrawal
committed
Fixed Doctests
1 parent fca1fe9 commit 7e2da79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control_algorithms/adrc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def calculate_control_output(self, measured_value: float, dt: float) -> float:
5656
... adrc.total_disturbance,
5757
... ) = (1.0, 2.0, 3.0)
5858
>>> adrc.calculate_control_output(0.5, 0.1) # Simple test with dt=0.1
59-
0.05
59+
0.0.04999999999999982
6060
"""
6161
# Extended State Observer (ESO) Update
6262
error = self.system_output - measured_value

0 commit comments

Comments
 (0)