start switch to traces from pandas
This commit is contained in:
parent
b28898820e
commit
e477392664
6 changed files with 55 additions and 20 deletions
|
|
@ -35,6 +35,8 @@ def _child_lens(psi:STL, focus:Lens) -> STL_Generator:
|
|||
return
|
||||
elif psi is stl.TOP or psi is stl.BOT:
|
||||
return
|
||||
elif isinstance(psi, stl.ast.Until):
|
||||
yield from [focus.arg1, focus.arg2]
|
||||
elif isinstance(psi, NaryOpSTL):
|
||||
for j, _ in enumerate(psi.args):
|
||||
yield focus.args[j]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue