You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I saw there have been some PR improvements to the assert_isinstance error message. What about printing out the shape at the end as well? I'm able to easily enough debug that the types don't match by visually seeing what is in my array and the expected class, but I don't know what the input array's shape was without stepping into the debugger.
The text was updated successfully, but these errors were encountered:
Hi! I saw there have been some PR improvements to the
assert_isinstance
error message. What about printing out the shape at the end as well? I'm able to easily enough debug that the types don't match by visually seeing what is in my array and the expected class, but I don't know what the input array's shape was without stepping into the debugger.The text was updated successfully, but these errors were encountered: