aboutsummaryrefslogtreecommitdiff
path: root/test/sca
diff options
context:
space:
mode:
authorJ08nY2025-11-06 15:22:18 +0100
committerJ08nY2025-11-06 15:22:18 +0100
commitf95f55d226ee87072ea164880a154e3bd5ac2448 (patch)
tree7a63b1482cf523e16da3ab5b3c8f1d87c1239037 /test/sca
parent30db046c24709f46e816c4392a8b94bf9e056d15 (diff)
downloadpyecsca-f95f55d226ee87072ea164880a154e3bd5ac2448.tar.gz
pyecsca-f95f55d226ee87072ea164880a154e3bd5ac2448.tar.zst
pyecsca-f95f55d226ee87072ea164880a154e3bd5ac2448.zip
Diffstat (limited to 'test/sca')
-rw-r--r--test/sca/test_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_tree.py b/test/sca/test_tree.py
index a3afaf9..715c3e0 100644
--- a/test/sca/test_tree.py
+++ b/test/sca/test_tree.py
@@ -95,7 +95,7 @@ def test_build_tree(split):
codomain2 = {0, 1, 2, 3}
mapping2 = pd.DataFrame([(1, 0, 0), (2, 0, 0), (3, 0, 0)])
dmap2 = Map(mapping2, cfg_map, inputs2, codomain2)
- tree = Tree.build(set(cfgs), dmap1, dmap2, split=split)
+ tree = Tree.build(set(cfgs), dmap1, dmap2, split=split, progress=True)
tree.render()
tree.render_basic()
tree.describe()