decrease size of generated STL to increase unit test speed
This commit is contained in:
parent
77a904d050
commit
62e4ca1ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,5 +18,5 @@ GRAMMAR = {
|
|||
SignalTemporalLogicStrategy = st.builds(lambda term: stl.parse(''.join(term)),
|
||||
ContextFreeGrammarStrategy(
|
||||
GRAMMAR,
|
||||
max_length=35,
|
||||
max_length=15,
|
||||
start='phi'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue