From 23b12d96a68d4be6e53accfc26096f474eefdb89 Mon Sep 17 00:00:00 2001 From: Giulia Crocioni <55382553+gcroci2@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:43:01 +0200 Subject: [PATCH] Update function name in tests/test_nplinker_local.py Co-authored-by: Cunliang Geng --- tests/test_nplinker_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nplinker_local.py b/tests/test_nplinker_local.py index c3243ffd..0af2b4b4 100644 --- a/tests/test_nplinker_local.py +++ b/tests/test_nplinker_local.py @@ -11,7 +11,7 @@ # For tests on scoring/links, add them to `scoring/test_nplinker_scoring.py`. -def get_digest(file_path): +def get_file_hash(file_path): h = hashlib.sha256() with open(file_path, 'rb') as file: while True: