Skip to content

Commit

Permalink
Update brainglobe_atlasapi/atlas_generation/atlas_scripts/australian_…
Browse files Browse the repository at this point in the history
…mouse_brain.py

Co-authored-by: Alessandro Felder <[email protected]>
  • Loading branch information
PolarBean and alessandrofelder authored Dec 7, 2024
1 parent bfb2da1 commit c35a415
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@
def download_resources():
DOWNLOAD_DIR_PATH.mkdir(exist_ok=True)
## Download atlas_file
# utils.check_internet_connection()
destination_path = DOWNLOAD_DIR_PATH / "template.nii.tar.gz"
if not os.path.isfile(destination_path):
response = requests.get(REFERENCE_URL, stream=True)
Expand Down

0 comments on commit c35a415

Please sign in to comment.