-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG/DTYPES: preserve bools in convert_objects #7416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
do a perf test on the suite just in case |
yep |
needs a doc to note that now |
hm actually it never did up cast ... only issue was when there was mixed bool + others |
ahh..yes mixed is always tricky |
i think just an oversight, as there IS a |
yep....i have always modified |
|
rats looks like cparser depends a lot on the current behavior |
i wonder if there's a huge ML discussion somewhere about the distinction between bool and int even tho bool inherits from int |
@jreback good 2 go? |
oh wait perf |
looks fine (but check perf) |
ran it 4 times, pretty variable on different parts of the codebase: Round 1:
Round 2 just on a regex that matches most of the previous round's benches:
Round 3 (same as the previous round):
Round 4 (same as round 1):
|
i think this is ok, just variability rearing its ugly head |
yep |
BUG/DTYPES: preserve bools in convert_objects
closes #7126