Replies: 1 comment
-
I agree, first option look logical |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should return arrays always be numpy types? That would make the functions directly compatible with each other, because some functions expect numpy arrays.
Or should functions that require numpy arrays check the input type and convert the input to numpy array if needed?
I prefer the first option. What do you think @vborchsh ?
Beta Was this translation helpful? Give feedback.
All reactions