Skip to content

potential duplicate code #1418

@zjsyj

Description

@zjsyj

there might be a duplicate codes in heatmapper.py, method sort_group of class _matrix, starting line 1220 to line 1221

        elif sort_using == 'mean':
            matrix_avgs = np.nanmean(matrix, axis=1)
        elif sort_using == 'mean':
            matrix_avgs = np.nanmean(matrix, axis=1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions