diff options
-rw-r--r-- | python/refcat/tasks.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index a710b72..48920e3 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1116,7 +1116,8 @@ class UnmatchedOpenLibraryMatchTable(Refcat): class BrefZipOpenLibrary(Refcat): """ - Export fuzzy matches to open library targets. 178m23.701s. + Export fuzzy matches to open library targets. 178m23.701s, finds 11777185 + matches; but many false negatives. """ def requires(self): return { |