aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca
diff options
context:
space:
mode:
authorJ08nY2024-01-29 19:23:07 +0100
committerJ08nY2024-01-29 19:23:07 +0100
commit76192be46169a5269f4463ac2763cbd28492c1d6 (patch)
tree2eb3bea0f5a40d6414a76fd9bc4977370e38802b /test/sca
parent11a5f33abd0eab45194d0510a0a93b807a907b42 (diff)
downloadpyecsca-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.py1
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)