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 Jun 13, 2024
1 parent 145ab63 commit dc1d740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/filter_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
profile_cuda,
time_filters,
)

from brainglobe_utils.IO.image.load import read_with_dask

from cellfinder.core.detect.filters.plane import TileProcessor
from cellfinder.core.detect.filters.setup_filters import DetectionSettings

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/filter_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
profile_cuda,
time_filters,
)
from brainglobe_utils.IO.image.load import read_with_dask

from cellfinder.core.detect.filters.setup_filters import DetectionSettings
from cellfinder.core.detect.filters.volume.ball_filter import BallFilter
from brainglobe_utils.IO.image.load import read_with_dask


def setup_filter(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import numpy as np
import pytest
import torch

from brainglobe_utils.IO.image.load import read_with_dask

from cellfinder.core.detect.filters.plane import TileProcessor
from cellfinder.core.detect.filters.plane.classical_filter import PeakEnhancer
from cellfinder.core.detect.filters.plane.tile_walker import TileWalker
Expand Down

0 comments on commit dc1d740

Please sign in to comment.