Umap: Unnecessary `print` in `init_graph_transform`.

Created on 28 Jan 2021  路  4Comments  路  Source: lmcinnes/umap

The init_graph_transform function calls print("inside function\n", graph) without considering the verbose flag. I don't think this was intended, it was probably added on PR #524.

Best,

Most helpful comment

Yeah; sorry about that. Looks like some of my print debugging got left in :-(

All 4 comments

Yeah; sorry about that. Looks like some of my print debugging got left in :-(

@lmcinnes it is not on pip yet, correct? I have just re-installed umap-learn==0.5.0 and I see the same debug statement.

It's fixed in the repo, but won't be on pip until the next patch release (0.5.1). I can't say for sure when that will come out, but hopefully in the next week or so.

Thanks for your answer @lmcinnes! Not a big deal anyway :-)

Was this page helpful?
0 / 5 - 0 ratings