From 3646a0e2cb5d56e30680fb9a1338ac08c1a7d947 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Sun, 3 Jul 2016 22:07:25 -0700 Subject: [PATCH] forgot about initial conditions :/ --- stl_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl_parser.py b/stl_parser.py index 85e1886..fe624b0 100644 --- a/stl_parser.py +++ b/stl_parser.py @@ -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)