From 38d04f0d19059b2d8c6ad8fc46a9eec67946fffe Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 7 Mar 2020 21:42:03 +0100 Subject: Remove Trace title and data attributes, use meta attr. --- test/sca/test_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/sca/test_plot.py') diff --git a/test/sca/test_plot.py b/test/sca/test_plot.py index 9158e5c..5b65c87 100644 --- a/test/sca/test_plot.py +++ b/test/sca/test_plot.py @@ -11,8 +11,8 @@ from .utils import Plottable class PlotTests(Plottable): def setUp(self) -> None: - self.trace1 = Trace(np.array([6, 7, 3, -2, 5, 1], dtype=np.dtype("i1")), None, None) - self.trace2 = Trace(np.array([2, 3, 7, 0, -1, 0], dtype=np.dtype("i1")), None, None) + self.trace1 = Trace(np.array([6, 7, 3, -2, 5, 1], dtype=np.dtype("i1"))) + self.trace2 = Trace(np.array([2, 3, 7, 0, -1, 0], dtype=np.dtype("i1"))) def test_html(self): if getenv("PYECSCA_TEST_PLOTS") is None: -- cgit v1.2.3-70-g09d2