diff options
Diffstat (limited to 'test/sca/test_plot.py')
| -rw-r--r-- | test/sca/test_plot.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
