np_to_af_array copy #172
Open
np_to_af_array copy #172
Comments
|
@selimyoussry copy should never be false. You can send in a PR to remove that option if you want to. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone, the source code for "np_to_af_array" seems guaranteed to raise a RuntimeError("Copy can not be False for numpy arrays"), shouldn't it only be present in the "else" statement?
I'm thinking of this:
instead of the current code
What do you think?
Thanks!
The text was updated successfully, but these errors were encountered: