default call time is 0
This commit is contained in:
parent
80f24cf74b
commit
c1a6e18068
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class AST(object):
|
|||
|
||||
return phi
|
||||
|
||||
def __call__(self, trace, time):
|
||||
def __call__(self, trace, time=0):
|
||||
return stl.pointwise_sat(self)(trace, time)
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue