|
|
@@ -77,7 +77,7 @@ class Reasoner: |
|
|
|
if dist_func not in ["hamming", "confidence", "avg_confidence"]: |
|
|
|
raise NotImplementedError( |
|
|
|
'Valid options for predefined dist_func include "hamming" ' |
|
|
|
+ f' "confidence" and "avg_confidence", but got {dist_func}.' |
|
|
|
+ f'"confidence" and "avg_confidence", but got {dist_func}.' |
|
|
|
) |
|
|
|
return |
|
|
|
elif callable(dist_func): |
|
|
|