From 1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 3 Jun 2021 11:50:25 +0200 Subject: update docs --- python/refcat/tasks.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') 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 { -- cgit v1.2.3