diff options
| author | J08nY | 2024-01-29 19:23:07 +0100 |
|---|---|---|
| committer | J08nY | 2024-01-29 19:23:07 +0100 |
| commit | 76192be46169a5269f4463ac2763cbd28492c1d6 (patch) | |
| tree | 2eb3bea0f5a40d6414a76fd9bc4977370e38802b /test/sca | |
| parent | 11a5f33abd0eab45194d0510a0a93b807a907b42 (diff) | |
| download | pyecsca-76192be46169a5269f4463ac2763cbd28492c1d6.tar.gz pyecsca-76192be46169a5269f4463ac2763cbd28492c1d6.tar.zst pyecsca-76192be46169a5269f4463ac2763cbd28492c1d6.zip | |
Fix dmap cfgs.
Diffstat (limited to 'test/sca')
| -rw-r--r-- | test/sca/test_tree.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sca/test_tree.py b/test/sca/test_tree.py index 234732d..a9638c5 100644 --- a/test/sca/test_tree.py +++ b/test/sca/test_tree.py @@ -13,6 +13,7 @@ def test_map(): assert dmap.codomain == {True, False} assert dmap.mapping.index.tolist() == [0, 1] assert set(dmap.cfg_map.index) == cfgs + assert dmap.cfgs == cfgs io_map = {"a": {1: 5, 2: 7}, "b": {1: 3}} dmap = Map.from_io_maps(cfgs, io_map) |
