aboutsummaryrefslogtreecommitdiff
path: root/tests/test_plot_utils.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2014-08-11 16:06:18 +0100
committerJavi Merino <javi.merino@arm.com>2015-08-12 14:52:41 +0100
commite803a7f2cfa770ca859cfe07cade3f9e188d59df (patch)
treebc6c4f322762b7b93176d5186207890e5b237ea6 /tests/test_plot_utils.py
parent24a3ce858c1e91282bb3d9a7baa889981a5a1b4c (diff)
downloadtrappy-e803a7f2cfa770ca859cfe07cade3f9e188d59df.tar.gz
run: move plot_allfreqs() to the Run() class
Diffstat (limited to 'tests/test_plot_utils.py')
-rw-r--r--tests/test_plot_utils.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py
index 2a02c73..c6649b1 100644
--- a/tests/test_plot_utils.py
+++ b/tests/test_plot_utils.py
@@ -86,16 +86,6 @@ class TestPlotUtils(unittest.TestCase):
plot_utils.plot_hist(data, "Foo", 20, "numbers", (0, 4), "default")
class TestPlotUtilsNeedTrace(BaseTestThermal):
- def test_plot_allfreqs(self):
- """Test that plot_allfreqs() doesn't bomb"""
-
- inp = cr2.InPower()
- outp = cr2.OutPower()
- map_label = {"0000000f": "A7", "000000f0": "A15"}
-
- plot_utils.plot_allfreqs(inp, outp, map_label)
- matplotlib.pyplot.close('all')
-
def test_plot_temperature(self):
"""Test that plot_utils.plot_temperature() doesn't bomb"""