Skip to content

Commit

Permalink
Remove data loading code
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed May 13, 2024
1 parent 5f4882e commit 765d9da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 102 deletions.
82 changes: 0 additions & 82 deletions cellfinder/core/tools/IO.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/core/test_integration/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import numpy as np
import pytest
from brainglobe_utils.general.system import get_num_processes
from brainglobe_utils.IO.image.load import read_with_dask

from cellfinder.core.main import main
from cellfinder.core.tools.IO import read_with_dask

data_dir = os.path.join(
os.getcwd(), "tests", "data", "integration", "detection"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import os

import pytest
from brainglobe_utils.IO.image.load import read_with_dask

from cellfinder.core.main import main
from cellfinder.core.tools.IO import read_with_dask

data_dir = os.path.join(
os.getcwd(), "tests", "data", "integration", "detection"
Expand Down
18 changes: 0 additions & 18 deletions tests/core/test_unit/test_tools/test_IO.py

This file was deleted.

0 comments on commit 765d9da

Please sign in to comment.