aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-03 11:50:25 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-03 11:50:25 +0200
commit1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a (patch)
tree9b3b1787800cadc520ec81acb37f6c7aa94ae49f /python
parentf70b8304afbe0edeb570ecde90f05cf1d36cfffa (diff)
downloadrefcat-1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a.tar.gz
refcat-1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a.zip
update docs
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py3
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 {