Skip to content

Commit

Permalink
< 100 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Sep 27, 2023
1 parent c83ac5b commit 49a265f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recOrder/napari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ contributions:
display_name: Polarization Target Reconstruction (10 MB)
- command: recOrder-napari.zebrafish_embryo_reconstruction
key: zebrafish-embryo-reconstruction
display_name: Zebrafish Embryo Reconstruction (460 MB)
display_name: Zebrafish Embryo Reconstruction (92 MB)

2 changes: 1 addition & 1 deletion recOrder/scripts/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def download_and_unzip(data_type: Literal["target", "embryo"]) -> tuple[Path]:
data_url = "https://zenodo.org/record/8280720/files/sample_contribution.zip?download=1"
elif data_type == "embryo":
data_dirpath = temp_dirpath / "sample_contribution_embryo"
data_size = "460 MB"
data_size = "92 MB"
data_url = ""

if not data_dirpath.with_suffix(".zip").exists():
Expand Down

0 comments on commit 49a265f

Please sign in to comment.