Skip to content

grid_space_filling() fails with qual parameter #447

@hfrick

Description

@hfrick

From running the tune tests with dev dials

library(dials)
#> Loading required package: scales

pset <- parameters(surv_dist())
grid_space_filling(pset, size = 10)
#> Error in `map()`:
#> ℹ In index: 1.
#> ℹ With name: surv_dist.
#> Caused by error in `.f()`:
#> ! `object` must be a <quant_param> object, not a <qual_param/param> object.

Created on 2026-04-09 with reprex v2.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions