Chris Kerr
Chris Kerr
I was looking in the PyOpenCL source to see if I could find some example code of how to handle this correctly. However, as far as I can tell PyOpenCL...
This test (in `sympy/utilities/tests/test_autowrap.py`) tries to write to `./tmp` but does not check that the current directory is writeable, so it fails with "Permission denied". Since (as far as I...
`isSet()` is deprecated in favour of `is_set()` https://docs.python.org/3/library/threading.html#threading.Event.is_set When I try to run `sympy.test("sympy/plotting/pygletplot")`, this causes errors because the threading library interprets a `DeprecationWarning` inside a thread as an exception...
``` In [3]: sympy.test("sympy/core/tests/test_numbers.py") =================================================================== test process starts ==================================================================== executable: /usr/bin/python3.10 (3.10.6-final-0) [CPython] architecture: 64-bit cache: yes ground types: python numpy: 1.22.4 random seed: 17441784 hash randomization: on (PYTHONHASHSEED=2262671868) sympy/core/tests/test_numbers.py[107]...
The copyright statements in many of the source files simply say "This source code is subject to the terms of the GNU Lesser Public License" but do not say which...