Skip to content

Return reasonable batch size #14

@DStrelak

Description

@DStrelak

Currently, if I want to process N signals, proposed batch might be smaller than N, but unnecessary big, e.g.:
(for example I got batch size of 1651 for 1770 signals).
Preferably return sth like N / ceil(N / batch)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions