Closed gdaisukesuzuki closed 2 years ago
Thanks for the issue @gdaisukesuzuki ! Indeed that patch fixes things, it'll be fixed by a PR very soon
This issue has been labeled inactive-30d
due to no recent activity in the past 30 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. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
Is this pytest failure still presenting?
@beckernick No improvement. I did the same test with tag=v22.04.00 and got the same message.
Just saw the issue. Unfortunately I could not reproduce the pytests failures, maybe the problem is solved?
This issue has been labeled inactive-30d
due to no recent activity in the past 30 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. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
I think that this issue is solved. Please do not hesitate to re-open if necessary.
Describe the bug by "pytest cuml/python/cuml/test/test_umap.py", all steps ended in fail with the messages. (I found it on both branch-21.12 and branch-22.02).
Patch to fix bugs I think this behavior comes from bug in
cuml/python/cuml/manifold/umap.pyx and it can be solved by applying the following patch