Skip to content

trackpy.batch only works with processes = 1 #771

@ggomes-altos

Description

@ggomes-altos

Python 3.12.4
trackpy 0.6.4

The following runs without error:
f = tp.batch(frames, 11, invert=False, minmass=500, processes=1)

whereas processes = 2 gives a long error message ultimately ending in TiffFileError: corrupted tag list at offset 254920375

and processes = 'auto' gives a warning ( ValueError: need at most 63 handles, got a sequence of length 66 ) which disappears and is replaced with the Frame number 1 and number of features, but the computation never ends.

Happy to include full error messages if necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions