diff options
| author | J08nY | 2020-03-07 21:42:03 +0100 |
|---|---|---|
| committer | J08nY | 2020-03-07 21:42:03 +0100 |
| commit | 38d04f0d19059b2d8c6ad8fc46a9eec67946fffe (patch) | |
| tree | d1c59ce418cd244f548dc07729e0a8157ffef850 /test/sca/test_plot.py | |
| parent | 8b8389ce6177cff95865280c9476569dd1abb7c7 (diff) | |
| download | pyecsca-38d04f0d19059b2d8c6ad8fc46a9eec67946fffe.tar.gz pyecsca-38d04f0d19059b2d8c6ad8fc46a9eec67946fffe.tar.zst pyecsca-38d04f0d19059b2d8c6ad8fc46a9eec67946fffe.zip | |
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: |
