Skip to content

MAINT Fix test_fit_csr_matrix failure on master#14171

Merged
thomasjpfan merged 1 commit intoscikit-learn:masterfrom
rth:fix-master
Jun 23, 2019
Merged

MAINT Fix test_fit_csr_matrix failure on master#14171
thomasjpfan merged 1 commit intoscikit-learn:masterfrom
rth:fix-master

Conversation

@rth
Copy link
Copy Markdown
Member

@rth rth commented Jun 23, 2019

Closes #14168

test_fit_csr_matrix is sometimes failing on Linux py35_conda_openblas likely to the dataset size reduction recently cf #14168 (comment) (and the reduction in n_iter from 1000 (default) to 500).

This increases n_iter back to 750, and increases the relative tolerance from 0.10 to 0.11.

Copy link
Copy Markdown
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thomasjpfan thomasjpfan merged commit 8b002f2 into scikit-learn:master Jun 23, 2019
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_fit_csr_matrix failing on Linux py35_conda_openblas

3 participants