Skip to content

Cleanup tasks #241

@mivade

Description

@mivade

A lot of tasks needlessly define wrapper functions which just call another function. This makes the code hard to follow. Instead, we should be using the task decorator directly. Example:

@task()
def generate_pairs_for_classifier(pairs, excluded_pairs):
return generate_pairs_for_classifier_core(pairs, excluded_pairs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions