diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 885dc58..a7a6834 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -938,8 +938,6 @@ class UnmatchedMapped(Refcat): """ Map unmatched refs (converted to release schema on the fly) to container names to do approximate title matches with OL; 35m14.801s. - - XXX: We want normalized container names. """ def requires(self): return RefsWithoutIdentifiers() @@ -963,7 +961,6 @@ class UnmatchedMapped(Refcat): class UnmatchedOpenLibraryMatchTable(Refcat): """ Run matching and write tabular results to file. About 50M rows. - """ def requires(self): return { |