aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pid.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2014-06-30 16:31:46 +0100
committerJavi Merino <javi.merino@arm.com>2015-08-12 14:52:40 +0100
commite8576cbf7c444f036a51e05d9f6ee82937d94f4d (patch)
treec2ac7125a64ddef527d6718805d66a0ff9d3532d /tests/test_pid.py
parentcfb49b7588e864882ee26b751ae93cc5d4649737 (diff)
downloadtrappy-e8576cbf7c444f036a51e05d9f6ee82937d94f4d.tar.gz
tests: new trace data
New format trace for the input power. Now it's a proper trace event and not a bprint.
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 d1e7591..735ceb3 100644
--- a/tests/test_pid.py
+++ b/tests/test_pid.py
@@ -12,7 +12,7 @@ class TestPIDController(TestThermalBase):
self.assertTrue(len(df) > 0)
self.assertTrue("err_integral" in df.columns)
- self.assertEquals(df["err"].iloc[0], 9)
+ self.assertEquals(df["err"].iloc[0], 7)
def test_plot_controller(self):
"""Test PIDController.plot_controller()