aboutsummaryrefslogtreecommitdiff
path: root/tests/test_plot_utils.py
diff options
context:
space:
mode:
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"""