aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-07 19:36:04 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-07 19:36:04 +0200
commitc0fdb73fb256dac576e5e8e5e50ecea6524328dd (patch)
treef18b003e77a25f59cbf3145b7d014e3197c2cb6d /python
parentfda10154b50ab44970d2841e0ea74a4651b7b920 (diff)
downloadrefcat-c0fdb73fb256dac576e5e8e5e50ecea6524328dd.tar.gz
refcat-c0fdb73fb256dac576e5e8e5e50ecea6524328dd.zip
update timing
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 88d4473..0fabab6 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1116,7 +1116,11 @@ class BrefZipOpenLibrary(Refcat):
def output(self):
return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd)
+
class OpenLibraryReleaseMapped(Refcat):
+ """
+ OL is small compared to the whole ref corpus, 3m28.841s.
+ """
mapper = luigi.Parameter(default="isbn", description="mapper short name")
def requires(self):
@@ -1137,6 +1141,7 @@ class OpenLibraryReleaseMapped(Refcat):
def output(self):
return luigi.LocalTarget(path=self.path(ext="tsv.zst"), format=Zstd)
+
#
# Combined Bref File
#