diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-04 12:33:27 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-04 12:33:27 +0200 |
commit | d366d86439a56da4ed2b7b2b406a3fda41b11761 (patch) | |
tree | 85cbea3ec5654a8fedd39fb73228957ed40a2051 | |
parent | 027d98cce78568cea735088c7d3ad3d636e6fc6a (diff) | |
download | refcat-d366d86439a56da4ed2b7b2b406a3fda41b11761.tar.gz refcat-d366d86439a56da4ed2b7b2b406a3fda41b11761.zip |
tasks: add timing
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index f3ce893..c8cd515 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -961,7 +961,7 @@ class UnmatchedMapped(Refcat): class UnmatchedOpenLibraryMatchTable(Refcat): """ - Run matching and write tabular results to file. + Run matching and write tabular results to file. 158m15.856s. Total rows: 139507963, exact/strong matches: 11777185. |