Matti Picus
Matti Picus
It might be helpful to note the use of pytest and decorators, and point people to basic tutorials in how to [run pytest](https://www.seleniumeasy.com/python/introduction-to-pytest) and how to read [code with function...
Thanks for this package. I am trying to work through it, and am wondering why you chose to rewrite the viterbi_decoder rather than use one from the gnuradio trellis coding...
The requirements file specifies quite an old stack: ``` Django>=1.11,=0.4.7,=1.4.3,
Looking at https://speed.pypy.org/comparison/, there are dozens of executables there. Even dividing the executables into branches does not help. It would be nice if I could either mark some of them...
discovered on speed.pypy.org Where should I add a test?
[`result = resobj.value`](https://github.com/tobami/codespeed/blob/0.13.0/codespeed/models.py#L478) should be checked for `resobj.value < 0`. ``` result = max(resobj.value, 0) ``` worked for me.
Over at NumPy we are discussing the need for universal2 wheels in numpy/numpy#20787. It seems the only consumer of them would be py2app (or other projects that know how to...
**Description** NumPy's `__array_struct__` is a legacy interface which pre-dates the buffer interface (memoryview). I think pygame is one of the only projects to support it (at least thats what [searching...
xref joerick/cibuildwheel#616 I spent an hour or so tracking this down, so maybe others are also surprised when they enable a plugin and search disappears.
## Why are these changes needed? ## Related issue number Split out of PR #26295 to give a clearer warning when gpustat fails to import. There could be a test...