From fed7b2e5b2d7515a3e019c19b5a6fce16c9da091 Mon Sep 17 00:00:00 2001 From: Olivier Winter Date: Fri, 3 Jan 2025 09:53:54 +0000 Subject: [PATCH] check only size not hash for S3 re-runs --- ibllib/oneibl/data_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibllib/oneibl/data_handlers.py b/ibllib/oneibl/data_handlers.py index a0b085150..c66fde278 100644 --- a/ibllib/oneibl/data_handlers.py +++ b/ibllib/oneibl/data_handlers.py @@ -766,7 +766,7 @@ def setUp(self, **_): :return: """ df = super().getData() - self.one._check_filesystem(df) + self.one._check_filesystem(df, check_hash=False) def uploadData(self, outputs, version, **kwargs): """