tests/testthat/_snaps/extract-dials.md

extract single parameter from recipe with no steps

Code
  extract_parameter_dials(bare_rec, parameter = "none there")
Condition
  Error in `extract_parameter_dials()`:
  ! No parameter exists with id "none there".

extract single parameter from recipe with no tunable parameters

Code
  extract_parameter_dials(rm_rec, parameter = "none there")
Condition
  Error in `extract_parameter_dials()`:
  ! No parameter exists with id "none there".


topepo/recipes documentation built on April 10, 2024, 10:30 p.m.