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
Which is quite problematic when using it in an iterative way, where this accumulate and over output screen, it is also very hard to remove it as there is no verbose parameter, and it is not clear to me whether this is printed in stderr or stdout. A best fix would be to disable it by default.
Describe the bug
In previous versions of cugraph, minimum spanning tree was running silently, but now it prints an output like the following:
Which is quite problematic when using it in an iterative way, where this accumulate and over output screen, it is also very hard to remove it as there is no verbose parameter, and it is not clear to me whether this is printed in stderr or stdout. A best fix would be to disable it by default.
Steps/Code to reproduce bug
downloaded example data here: https://github.com/rapidsai/cugraph/raw/branch-22.06/datasets/netscience.csv
Expected behavior
No iteration output.
Environment overview (please complete the following information)
conda create -n test -c rapidsai -c nvidia -c conda-forge -c defaults \ cuml=22.04 cugraph=22.04 python=3.8 cudatoolkit=11.0
The text was updated successfully, but these errors were encountered: