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)