forgot about initial conditions :/

This commit is contained in:
Marcell Vazquez-Chanlatte 2016-07-03 22:07:25 -07:00
parent f195693463
commit 3646a0e2cb

View file

@ -20,7 +20,7 @@ from parsimonious import Grammar, NodeVisitor
from funcy import flatten
import numpy as np
from blustl import stl
from stl import stl
STL_GRAMMAR = Grammar(u'''
phi = (g / f / lineq / or / and / paren_phi)