tadashi/apps.py ... def transform_list(self, transformation_list: list) -> None: for si, ni, *tr in transformation_list: node = self.scops[si].schedule_tree[ni] legal = node.transform(*tr) ... This should return a list containing the legality of each step