diff options
| author | J08nY | 2025-03-12 19:01:43 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-12 19:01:43 +0100 |
| commit | 345d5883e5e75ed02282107127a8e65b67435247 (patch) | |
| tree | d8a0e02575283412d19a46dba426a90f88e4e584 /test/sca/test_tree.py | |
| parent | e4c50355c50934e508d9b6d4a957be17d12d8b25 (diff) | |
| download | pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.gz pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.zst pyecsca-345d5883e5e75ed02282107127a8e65b67435247.zip | |
Diffstat (limited to 'test/sca/test_tree.py')
| -rw-r--r-- | test/sca/test_tree.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sca/test_tree.py b/test/sca/test_tree.py index f3e87cd..58537f5 100644 --- a/test/sca/test_tree.py +++ b/test/sca/test_tree.py @@ -2,9 +2,10 @@ import random from collections import OrderedDict from copy import deepcopy -from pyecsca.sca.re.tree import Tree, Map import pandas as pd +from pyecsca.sca.re.tree import Tree, Map + def test_map(): cfgs = {"a", "b"} |
