tra_to_tba: finish 05e6e0885
* spot/twaalgos/remfin.cc: Actually use propmarks. * tests/core/det.test, tests/core/remfin.test, tests/python/automata.ipynb, tests/python/remfin.py, tests/python/tra2tba.py: Adjust test cases.
This commit is contained in:
parent
ff3a3f8144
commit
3220da6605
6 changed files with 240 additions and 302 deletions
|
|
@ -92,4 +92,4 @@ State: 2
|
|||
""")
|
||||
b = spot.remove_fin(a)
|
||||
size = (b.num_states(), b.num_edges())
|
||||
assert size == (5, 17);
|
||||
assert size == (5, 15);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue