diff options
author | Matteo Raso <matteo_luigi_raso@protonmail.com> | 2022-11-25 00:28:35 -0500 |
---|---|---|
committer | Matteo Raso <matteo_luigi_raso@protonmail.com> | 2022-11-25 00:28:35 -0500 |
commit | 3b9c49e5bb47a979fedb151e36f4e3a00724b096 (patch) | |
tree | 97db8178d308d4ad1aeff776951920d8631d2ece /numpy/array_api/tests | |
parent | 6aacc5167983d7c6f8689d7039294f2fc0d5f5fb (diff) | |
download | numpy-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')
0 files changed, 0 insertions, 0 deletions