Skip to content

Possible bug in the code #45

@subodh-malgonde

Description

@subodh-malgonde

I was just going through the Python code for the host. Found this line:

min/host/min.py

Lines 557 to 558 in 9e87a79

if (self._sn_max - self._sn_max) & 0xff > window_size:
raise AssertionError

self._sn_max - self._sn_max will always be zero and the if condition will always evaluate to False.

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