Replaced dtype comparison with isinstance()
Apparently the dtype comparison compared pointer addresses, so it must've worked just by chance. Scary!
Showing
Please register or sign in to comment
Apparently the dtype comparison compared pointer addresses, so it must've worked just by chance. Scary!