Skip to content

Commit

Permalink
download by id
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 12, 2024
1 parent 6e1ae36 commit 9271721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create_macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def parse_model_paths(models):
models_full_path = []
for model in model_nicknames:
print("Downloading the Bioimage.io model: " + model.strip())
model_dir = br.downloadByName(model.strip(), models_dir)
model_dir = br.downloadModelByID(model.strip(), models_dir)
models_full_path.append(model_dir)

## Create macros
Expand Down

0 comments on commit 9271721

Please sign in to comment.