spacr 0.0.2__py3-none-any.whl → 0.0.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
spacr/__init__.py CHANGED
@@ -8,7 +8,7 @@ from . import plot
8
8
  from . import measure
9
9
  from . import sim
10
10
  from . import timelapse
11
- from . import train
11
+ from . import deep_spacr
12
12
  from . import mask_app
13
13
  from . import annotate_app
14
14
  from . import graph_learning
@@ -26,7 +26,7 @@ __all__ = [
26
26
  "measure",
27
27
  "sim",
28
28
  "timelapse",
29
- "train",
29
+ "deep_spacr",
30
30
  "annotate_app",
31
31
  "graph_learning",
32
32
  "gui_utils",
spacr/__main__.py CHANGED
@@ -9,7 +9,5 @@ from tqdm import tqdm
9
9
  #from spacr import utils, io, version, timelapse, plot, core, mask_app, annotate_app
10
10
  import logging
11
11
 
12
-
13
-
14
12
  if __name__ == "__main__":
15
13
  main()