Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
17bbef6c
Commit
17bbef6c
authored
Apr 24, 2017
by
Maximilien Colange
Browse files
Check that automata produced by ks_cobuchi are state-based.
* tests/python/gen.py: implement the check.
parent
2532c2ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/python/gen.py
View file @
17bbef6c
...
...
@@ -25,6 +25,7 @@ import spot.gen as gen
from
sys
import
exit
k2
=
gen
.
ks_cobuchi
(
2
)
assert
k2
.
prop_state_acc
()
assert
k2
.
num_states
()
==
5
# to_str is defined in the spot package, so this makes sure
# the type returned by spot.gen.ks_cobuchi() is the correct one.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment