diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-03 11:50:25 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-03 11:50:25 +0200 |
commit | 1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a (patch) | |
tree | 9b3b1787800cadc520ec81acb37f6c7aa94ae49f /python | |
parent | f70b8304afbe0edeb570ecde90f05cf1d36cfffa (diff) | |
download | refcat-1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a.tar.gz refcat-1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a.zip |
update docs
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 { |