summaryrefslogtreecommitdiff
path: root/numpy/array_api/tests/test_asarray.py
diff options
context:
space:
mode:
authorMatteo Raso <matteo_luigi_raso@protonmail.com>2022-11-25 00:28:35 -0500
committerMatteo Raso <matteo_luigi_raso@protonmail.com>2022-11-25 00:28:35 -0500
commit3b9c49e5bb47a979fedb151e36f4e3a00724b096 (patch)
tree97db8178d308d4ad1aeff776951920d8631d2ece /numpy/array_api/tests/test_asarray.py
parent6aacc5167983d7c6f8689d7039294f2fc0d5f5fb (diff)
downloadnumpy-3b9c49e5bb47a979fedb151e36f4e3a00724b096.tar.gz
BUG: Polynomials now copy properly (#22669)
On line 502, self.symbol.copy() was called, which causes an AttributeError, since self.symbol is a string, so it doesn't have a copy() method. To fix it, I simply removed the copy() and directly assigned the string.
Diffstat (limited to 'numpy/array_api/tests/test_asarray.py')
0 files changed, 0 insertions, 0 deletions