Skip to content

Commit

Permalink
Some more cellfinder_core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 10, 2024
1 parent 76a693b commit 00aca03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 446 deletions.
4 changes: 2 additions & 2 deletions benchmarks/benchmarks/cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
from cellfinder.core.tools.IO import read_with_dask
from cellfinder.core.tools.prep import prep_models

from brainglobe_workflows.cellfinder_core.cellfinder_core import (
from brainglobe_workflows.cellfinder.cellfinder import (
CellfinderConfig,
run_workflow_from_cellfinder_run,
)
from brainglobe_workflows.cellfinder_core.cellfinder_core import (
from brainglobe_workflows.cellfinder.cellfinder import (
setup as setup_cellfinder_workflow,
)
from brainglobe_workflows.utils import DEFAULT_JSON_CONFIG_PATH_CELLFINDER
Expand Down
Loading

0 comments on commit 00aca03

Please sign in to comment.