diff options
author | ganesh-k13 <ganesh3597@gmail.com> | 2023-02-17 18:23:57 +0530 |
---|---|---|
committer | ganesh-k13 <ganesh3597@gmail.com> | 2023-02-17 18:23:57 +0530 |
commit | 1633a49760b0c90f3ea607795f2503cde38c4c80 (patch) | |
tree | 7f67038f1ed1d1518939420b78cf5b77dab8b039 /numpy/array_api/_array_object.py | |
parent | 891ab8ee00755a539bd118b1bbe4e0a237a2d844 (diff) | |
download | numpy-1633a49760b0c90f3ea607795f2503cde38c4c80.tar.gz |
BUG: Use raw strings for paths
* `\U` leads to strings being treated as unicode, hence we escape it
with raw strings
* Changed bool parameters real bools instead of string `"True"` and
`"False"`
* Small refactor in `_cleanup` to make it consistent with SciPy
Taken from https://github.com/scipy/scipy/pull/17936/
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions