Skip to content

Commit

Permalink
include one dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Jun 11, 2024
1 parent bf0acc9 commit 82fa40c
Show file tree
Hide file tree
Showing 3 changed files with 677 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- name: Move cached executed notebooks
run: python docs/move_changed_notebooks.py

- name: Download datasets
run: python docs/download_datasets.py

# - name: Build Flash parquet files
# run: |
# cd $GITHUB_WORKSPACE/docs
Expand Down
5 changes: 5 additions & 0 deletions docs/download_datasets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from sed.dataset import dataset

dataset.get("WSe2", remove_zip=False, root_dir="tutorial/")
# dataset.get("Gd_W110", remove_zip=False)
# dataset.get("TaS2", remove_zip=False)
Loading

0 comments on commit 82fa40c

Please sign in to comment.