You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
The Ridge Regressor tests are off by relatively small amounts in some environments causing test failure. Busywork is unaffected, and @nbokulich was unable to reproduce the failures. @thermokarst and I got the test failures on qiime2-2020.2, qiime2-2020.6, and latest dev (as of this issue opening) environments.
Steps to reproduce the behavior
Run the q2-sample-classifier tests (run using py.test --pyargs q2_sample_classifier not make test if attempting to test a specific conda environment and not currently checked out source)
Possibly observe something resembling the below screenshot
Expected behavior
The tests should pass in all environments
@nbokulich said this is a pretty minor issue due to the relatively small discrepancies between result and expected result as well as the fact the Ridge Regressor is unused.
Possibly caused by recent sklearn changes to Ridge (see reff).
Query why this issue only occurs in some environments.
Bug Description
The Ridge Regressor tests are off by relatively small amounts in some environments causing test failure. Busywork is unaffected, and @nbokulich was unable to reproduce the failures. @thermokarst and I got the test failures on qiime2-2020.2, qiime2-2020.6, and latest dev (as of this issue opening) environments.
Steps to reproduce the behavior
q2-sample-classifier
tests (run usingpy.test --pyargs q2_sample_classifier
notmake test
if attempting to test a specific conda environment and not currently checked out source)Expected behavior
The tests should pass in all environments
Screenshots
Computation Environment
Myself
@thermokarst
Comments
References
The text was updated successfully, but these errors were encountered: