Skip to content

bugfix in mathutils.Bits.as_list - #315

Merged
mahmoud merged 6 commits into
mahmoud:masterfrom
kurtbrose:patch-1
Feb 20, 2023
Merged

bugfix in mathutils.Bits.as_list#315
mahmoud merged 6 commits into
mahmoud:masterfrom
kurtbrose:patch-1

Conversation

@kurtbrose

Copy link
Copy Markdown
Contributor

list(Bits(0, 2)) == [False, False] -- which is the correct behavior
Bits(0, 2).as_list() == [False] -- which was a bug

list(Bits(0, 2)) == [False, False] -- which is the correct behavior
Bits(0, 2).as_list() == [False] -- which was a bug
Comment thread boltons/mathutils.py Outdated
@mahmoud
mahmoud merged commit 40a7b47 into mahmoud:master Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants