decrease size of generated STL to increase unit test speed

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-11-12 11:09:50 -08:00
parent 77a904d050
commit 62e4ca1ce1

View file

@ -18,5 +18,5 @@ GRAMMAR = {
SignalTemporalLogicStrategy = st.builds(lambda term: stl.parse(''.join(term)),
ContextFreeGrammarStrategy(
GRAMMAR,
max_length=35,
max_length=15,
start='phi'))