fixed bug in next operator and global operator
This commit is contained in:
parent
cdc18225fd
commit
c495216626
3 changed files with 29 additions and 13 deletions
|
|
@ -18,5 +18,5 @@ GRAMMAR = {
|
|||
SignalTemporalLogicStrategy = st.builds(lambda term: stl.parse(''.join(term)),
|
||||
ContextFreeGrammarStrategy(
|
||||
GRAMMAR,
|
||||
max_length=15,
|
||||
max_length=14,
|
||||
start='phi'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue