Skip to content

Commit

Permalink
Merge branch 'main' into 401-remove-top-level-directory-from-extracte…
Browse files Browse the repository at this point in the history
…d-files-if-it-has-only-single-child
  • Loading branch information
dkrako authored Oct 13, 2023
2 parents 8d04a41 + 417a305 commit 3118012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pymovements/datasets/sb_sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ class SBSAT(DatasetDefinition):
name: str = 'SBSAT'

mirrors: tuple[str, ...] = (
'https://files.de-1.osf.io/v1/resources/cdx69/providers/osfstorage/',
'https://osf.io/download/',
)

resources: tuple[dict[str, str], ...] = (
{
'resource': '64525979230ea6163c031267/?zip=',
'filename': 'csvs.zip',
'md5': '3cf074c93266b723437cf887f948c993',
'resource': 'jgae7/',
'filename': 'sbsat_csvs.zip',
'md5': 'a6ef1fb0ecced683cdb489c3bd3e1a5c',
},
)

Expand Down

0 comments on commit 3118012

Please sign in to comment.