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'.


Try the recipes package in your browser

Any scripts or data that you put into this service are public.

recipes documentation built on Aug. 26, 2023, 1:08 a.m.