Skip to content

Commit

Permalink
test files
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Aug 20, 2024
1 parent 85b1d21 commit e0f4e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e0f4e2e

Please sign in to comment.