Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Jun 27, 2024
2 parents 0a5b796 + d9ccd05 commit b70b67e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions experiments/hot_distance/shared.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# %%
from dacapo.store.create_store import create_config_store
from dacapo.experiments.datasplits import DataSplitGenerator
from funlib.geometry import Coordinate
from dacapo.experiments.architectures import CNNectomeUNetConfig
from dacapo.experiments.trainers import GunpowderTrainerConfig
Expand All @@ -10,9 +9,6 @@
IntensityAugmentConfig,
IntensityScaleShiftAugmentConfig,
)
from dacapo.experiments import RunConfig
from dacapo.experiments.run import Run
import subprocess

config_store = create_config_store()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"lazy-property",
"neuroglancer",
"torch",
"fibsem_tools",
"fibsem_tools<=6.3",
"attrs",
"bokeh",
"numpy-indexed>=0.3.7",
Expand Down

0 comments on commit b70b67e

Please sign in to comment.