Skip to content

transform_list not returning legality list #135

@jespb

Description

@jespb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions