Balint Varga
Balint Varga
https://github.com/scikit-image/scikit-image/blob/b8ce4d0c2c65684b131870abfe60228136108d4e/skimage/morphology/_flood_fill.py#L138 I'm checking the docs on the flood function: "Adjacent pixels whose squared distance from the center is **larger** or equal to connectivity are considered neighbors. Ignored if footprint is...
when I try to pull the base image, it fails: `docker pull nvidia/cuda:10.2-devel-ubuntu18.04` > Error response from daemon: manifest for nvidia/cuda:10.2-devel-ubuntu18.04 not found: manifest unknown: manifest unknown When checking dockerhub...
I was trying to replace numpy quaternion with quaternionic, but ran into an issue that my multiprocessing code can't run anymore, since quaternionic.array objects can't be pickled. Here's a short...