Parser() should accept a filters parameter
Parser()
should accept a filters
parameter, like plotter. Sometimes we need to test behaviours that happen only for some events but not all. For example, check that a given behaviour happens for a given task:
prs = Parser(trace, filters={"comm": "task_r5_10-60"})
prs.solve(statement)