Conchylicultor

Results 27 issues of Conchylicultor

### Description I'm encountering another variation of https://github.com/pypa/pip/issues/10757. In my `requirement .txt` I install: ``` etils[array-types] @ git+git://github.com/google/etils ``` In my github action, when installing with `pip install -e .`,...

type: bug
S: needs triage

Adding typing annotation to this project would allow VSCode and other editors to have auto-complete and auto-documentation on hover. Currently there's auto-completion for `ffmpeg.`, but not `stream.` after the first...

Currently: ```python def test_abc(subtests): with subtests.test("a"): with subtests.test("b"): assert 1 == 2 ``` Is reported as: ``` ___________test_abc [b] ___________ ``` It would be nice if it was reported as:...

enhancement

Currently, when using subtest, one has to propagate the subtest object in each of the submethods, adding boilerplate: ```python def test_xyz(subtests): assert_fn(x, y, subtests) # Propagate subtest to all sub...

According to this line, https://github.com/koraykv/unsup/blob/master/kmeans.lua#L39L42 because we divide each centroids by its norm, in the case of a number of dimension equal to 1, the centroids will all be initialized...

`CameraSpec`/`PinholeCamera` could have additional properties like: * `spec.focal_px_wh`: Returns the `(fw, fh)` focal length (in px) * `spec.focal_px`: Returns the unique focal (when fw == fh). Implementation could be inspired...

contributions-welcome

Download of drive urls sometimes fails with `NonMatchingChecksumError: Artifact https://drive.google.com/... has wrong checksum.` Explanation: Drive sometimes reject the download attempt, and the rejection page is downloaded instead of the data:...

enhancement