adidier17 / AuthorRank

A modification of PageRank to find the most prestigious authors in a scientific collaboration network.
MIT License
16 stars 7 forks source link

[MRG] - Feature/progress_bar #12

Closed vc1492a closed 4 years ago

vc1492a commented 4 years ago

This pull request provides the functionality described in this issue so that users can keep track of processing progress as they apply AuthorRank to a set of documents. It adds python-utils as a dependency.

Requesting review of:

Thanks!

vc1492a commented 4 years ago

@adidier17 note that above unsuccessful check is due to a drop in unit test coverage to 97.468%.

vc1492a commented 4 years ago

@adidier17 a unit test has been written to test the functionality of the progress bar and the coverage has increased to previous levels, all automated tests now pass.