DeprecationWarning: This process (pid=1939720) is multi-threaded, use of fork() may lead to deadlocks in the child.
The following Warning is raised with Python 3.12 in case the input images have uneven/float coordinates:
tests/test_COREG_LOCAL.py: 32 warnings
/home/gfz-fe/mambaforge/envs/arosics_dev/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1939720) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()