Skip to content

Commit 041dad6

Browse files
evgeniy-glushinm-lundberg
authored andcommitted
Fixed reset issue for differential on measurement scenario
1 parent 6f92a88 commit 041dad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simple_pid/pid.py

+1
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,4 @@ def reset(self):
266266
self._last_time = self.time_fn()
267267
self._last_output = None
268268
self._last_input = None
269+
self._last_error = None

0 commit comments

Comments
 (0)