Skip to content

multiprocessing.context.TimeoutError #149

@limiao766

Description

@limiao766

I'm working on a whole scene image, and I got an error in the second step "correcting pointing locally":

discarding masked tiles...
done 5760 / 5760 tiles
Elapsed time: 0:04:49.741067

  1. correcting pointing locally...
    Traceback (most recent call last):
    File "/home/algo/b/lipeihang/.local/bin/s2p", line 11, in
    load_entry_point('s2p', 'console_scripts', 's2p')()
    File "/home/algo/b/lipeihang/s2p/s2p/cli.py", line 25, in main
    s2p.main(user_cfg, start_from=args.start_from)
    File "/home/algo/b/lipeihang/s2p/s2p/init.py", line 569, in main
    timeout=timeout)
    File "/home/algo/b/lipeihang/s2p/s2p/parallel.py", line 102, in launch_calls
    outputs.append(r.get(timeout))
    File "/home/yg/anaconda3/lib/python3.7/multiprocessing/pool.py", line 653, in get
    raise TimeoutError
    multiprocessing.context.TimeoutError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions