Skip to content

Untested and wrongly used cli used in .determine_pred_types() #1180

@EmilHvitfeldt

Description

@EmilHvitfeldt

We have

cli::cli_abort(
  "No prediction types are known for mode {.val model_mode}."
)

and it should be

cli::cli_abort(
  "No prediction types are known for mode {.val {model_mode}}."
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    upkeepmaintenance, infrastructure, and similar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions