Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 27, 2024
1 parent 27c035a commit 0c1584a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

######## I had to manually install this
from skimage import io
########

########
from brainglobe_atlasapi import utils
from brainglobe_atlasapi.atlas_generation.mesh_utils import (
Region,
Expand Down Expand Up @@ -229,9 +229,7 @@ def create_atlas(
if isinstance(working_dir, str):
working_dir = Path(working_dir)
# Generated atlas path:
working_dir = (
working_dir / "admba_3d_dev_mouse" / atlas_config.atlas_name
)
working_dir = working_dir / "admba_3d_dev_mouse" / atlas_config.atlas_name
working_dir.mkdir(exist_ok=True, parents=True)

download_dir_path = working_dir / "downloads"
Expand Down
1 change: 1 addition & 0 deletions brainglobe_atlasapi/atlas_generation/volume_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

######## I had to manually install this
import imio

########
import numpy as np

Expand Down

0 comments on commit 0c1584a

Please sign in to comment.