tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

Fix test on `value_sample()` #297

Closed hfrick closed 1 year ago

hfrick commented 1 year ago

This test failure was rare but 50 values is not enough to always cover the full sequence, so now it tests that the values drawn are a subset of the initial values.

Example of the failure: https://github.com/tidymodels/dials/actions/runs/4575428767/jobs/8078246351?pr=296

github-actions[bot] commented 1 year ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.