joesingo / truthdiscovery

Python3 library implementing a selection of truth-discovery algorithms
GNU General Public License v3.0
7 stars 5 forks source link

Raise exception when running algorithm on empty dataset #39

Closed joesingo closed 5 years ago

joesingo commented 5 years ago

If a dataset has 0 claims, raise exception in BaseAlgorithm.run()