Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
17bbef6c
Commit
17bbef6c
authored
Apr 24, 2017
by
Maximilien Colange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/python/gen.py
tests/python/gen.py
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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