Skip to content

TypeError: ("make_label() missing 3 required positional arguments: 'pvalue', #2

Open
@AdaShaw1996

Description

@AdaShaw1996

When I use the function 'snpsea-heatmap', it always shows 'TypeError: ("make_label() missing 3 required positional arguments: 'pvalue', 'nu 'occurred at index 53'', Even when I am using the data from the example.

I changed the code 'def make_label(condition, pvalue, nulls, reps):'in line74 into

def make_label(x):
 76         condition = x[0]
 77         pvalue = x[1]
 78         nulls = x[2]
 79         reps = x[3]

and solved this problem

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