You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One could filter them out at the stage of general_statements computation
Somwhere here:
general_statements = sorted((
statement
for statement in statements_in_scope
if statement in manager.general_statements),
key=lambda x: (x.start_point, -x.end_point))
The text was updated successfully, but these errors were encountered:
One could filter them out at the stage of general_statements computation
Somwhere here:
The text was updated successfully, but these errors were encountered: