From e0f4e2e10170f9a5a1f34cbc1f93c82f485539ee Mon Sep 17 00:00:00 2001 From: Fabien Maussion Date: Tue, 20 Aug 2024 14:30:02 +0100 Subject: [PATCH] test files --- salem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salem/__init__.py b/salem/__init__.py index d7bd7db..e7b0c94 100644 --- a/salem/__init__.py +++ b/salem/__init__.py @@ -39,7 +39,7 @@ def _lazy_property(self): if not path.exists(download_dir): makedirs(download_dir) -sample_data_gh_commit = 'aa0ddda63a8025787ffe9dba3219c7926acf33cd' +sample_data_gh_commit = '9140f2f391aa85c079c228b4adc906fdc701638e' sample_data_dir = path.join(cache_dir, 'salem-sample-data-' + sample_data_gh_commit)