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
Describe the bug
Sporadic pytest failure found in #4040:
nrows=1000, ncols=50, nclusters=50, k=5, connectivity='pairwise'
…
deftest_single_linkage_sklearn_compare(nrows, ncols, nclusters,
k, connectivity):
…
# Cluster assignments should be exact, even though the actual# labels may differ>assert(adjusted_rand_score(cuml_agg.labels_, sk_agg.labels_) ==1.0)
Eassert0.9779533397545083==1.0E+0.9779533397545083E-1.0
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Describe the bug
Sporadic pytest failure found in #4040:
Link to log: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuml/job/prb/job/cuml-gpu-test/CUDA=11.2,GPU_LABEL=gpu,OS=ubuntu18.04,PYTHON=3.8/1114/testReport/junit/cuml.test/test_agglomerative/test_single_linkage_sklearn_compare_pairwise_5_50_50_1000_/
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: