Skip to content

furrr_options() drops attributes on 'scheduling' #289

@HenrikBengtsson

Description

@HenrikBengtsson
> options <- furrr:::furrr_options(scheduling = structure(2.0, ordering = "random"))
> options$scheduling
[1] 2

It works for chunk_size;

> options <- furrr:::furrr_options(chunk_size = structure(4L, ordering = "random"))
> options$chunk_size
[1] 4
attr(,"ordering")
[1] "random"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions