Skip to content

"if i != len(num_channels_up) - 1" not really needed in "decodernw" #1

@LiukDiihMieu

Description

@LiukDiihMieu

In include/decoder.py, and in the definition of decodernw, there is a if i != len(num_channels_up) - 1 inside the loop. However, as the loop is range(len(num_channels_up)-1), it seems that the condition is always true and the if clause is not really necessary?

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