Salman Faris
Salman Faris
So I've updated `sparse_matrix_to_graphs_tuple` to be independent of scipy. Plus, I've implemented it using `np.repeat` as you suggested making it not only faster but cleaner as well. Let me know...
> So I've updated `sparse_matrix_to_graphs_tuple` to be independent of scipy. Plus, I've implemented it using `np.repeat` as you suggested making it not only faster but cleaner as well. Let me...
No worries at all @jg8610 :) And conflict is resolved!
I've fixed the merge linting errors you mentioned @jg8610. I was a bit surprised that autopep8 did not remove the trailing white spaces in long comments. Probably it is a...
Hey @jg8610, that's great :) I already implemented the function, but now wondering how to run the tests? It seems from the abseil documentation I have to download bazel?
Update: nevermind I found out how to run the tests :)
Hi @jg8610, do you mind checking this PR for me please?
@jg8610 PR is merged (many thanks for the support!), so should we close this issue?
Hi @niccolo93, Do you have any specific problem in mind or do you just want a general example?
That is a very good catch.