Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nightly jobs by updating hypothesis strategies to account for skl…
…earn change (#5925) Nightly jobs are showing a failure from hypothesis having a strategy that calls sklearn make_regression with n_samples being zero, which is no longer supported. This PR fixes that. Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Bradley Dice (https://github.com/bdice) URL: #5925
- Loading branch information