Skip to content

old bitarray version compatibility issue #249

Description

@fiene-weber

the method bitarr.endian() used in line 41 in in utils/utils.py is not supported anymore since bitarray==1.8.x. could be replaced by something self-built like endian = getattr(bitarr, 'endian', 'big') if hasattr(bitarr, 'endian') else 'big'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions