-
### Description
On my system `test_threaded_bad_options` does not pass, instead failing due to an `AustinError`. I don't really understand how this test is supposed to work right now, it's by desig…
-
**Background**
I noticed a difference in speed when inserting an element to the beginning of the list using list.insert vs list slice assignment. Upon inspecting the code, the usage of `memmove` in…
-
```
.../sage/rings/qqbar.py:2863: DeprecationWarning: non-integer arguments to randrange() have been deprecated since Python 3.10 and will be removed in a subsequent version
roots = p.roots(ring,…
-
### Bug description
```python
# pylint: disable=missing-docstring
import random
def function():
if random.randrange(2) == 0:
test = "something"
print(test)
else:
…
-
Hi,
I am new to using SoccerNet. Do you know what code I can run to get the top down views as PNGs? I have all the mkv files downloaded, and here is a picture of the files I have downloaded.
Ar…
-
prompts_from_file.py
I'm not familiar with python, but it seems like the first process_images in the loop mutates the p.seed, so then its not -1 for the remainder of the items. Setting the seed and s…
-
## 🐛 Bug
I get an error when I run RandomGamma transform with a float `gamma_limit` value.
## To Reproduce
Steps to reproduce the behavior:
1. Run RandomGamma with a float `gamma_limit` va…
-
Hi,
I have built the customized dataset following the official instruction.
When I feed some images of minist dataset in the directory of my customized dataset, the model training goes well.
But …
-
Following some recent discussion, this is a meta-issue to track the migration from the `@glue_typing/glue_lowering` API to use `@overload`.
### `numba/core/typing/npydecl.py`
- [x] np.array - [P…
-
Pari has a major bug in its primitive root:
```
sage: primitive_root(15)
2
sage: mod(2,15).multiplicative_order()
4
sage: euler_phi(15)
8
sage: [mod(2,15)^i for i in [1..8]]
[2, 4, 8, 1, 2, …