Skip to content

Typo: 'mode' should be a key rather than value. #6

Open
@whitish

Description

If you change it to key you will see significantly slower conversion. Looks like this typo comes from the original class though.

bn_param[mode] = mode

Should be:

    bn_param['mode'] = mode

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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