From c0fdb73fb256dac576e5e8e5e50ecea6524328dd Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 7 Jun 2021 19:36:04 +0200 Subject: update timing --- python/refcat/tasks.py | 5 +++++ 1 file changed, 5 insertions(+) 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 # -- cgit v1.2.3