MKLab-ITI / pygrank

Recommendation algorithms for large graphs
Apache License 2.0
29 stars 4 forks source link

Improved exception management #25

Open maniospas opened 3 weeks ago

maniospas commented 3 weeks ago

Improve exception throwing so that specific types of errors may be caught instead of generic Exception (this promotes bad practices for error handling when using pygrank).