aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pid.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-01-12 15:43:43 +0000
committerJavi Merino <javi.merino@arm.com>2015-08-12 16:03:45 +0100
commit6649249398eb95f803f37df0672d26e21d522c95 (patch)
treeea3cf7c8c238930857ab063686c95a573dec1c8c /tests/test_pid.py
parentf65489a921c9d6a3661ec30506f889d5eb85b50a (diff)
downloadtrappy-6649249398eb95f803f37df0672d26e21d522c95.tar.gz
tests: new trace data
Two keys in the cpu cooling device have changed, so update the trace with that information and fix the tests that broke because of that.
Diffstat (limited to 'tests/test_pid.py')
-rw-r--r--tests/test_pid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pid.py b/tests/test_pid.py
index ce66d08..ee6929d 100644
--- a/tests/test_pid.py
+++ b/tests/test_pid.py
@@ -12,7 +12,7 @@ class TestPIDController(BaseTestThermal):
self.assertTrue(len(pid.data_frame) > 0)
self.assertTrue("err_integral" in pid.data_frame.columns)
- self.assertEquals(pid.data_frame["err"].iloc[0], 10)
+ self.assertEquals(pid.data_frame["err"].iloc[0], 1276)
def test_plot_controller(self):
"""Test PIDController.plot_controller()