Skip to content

Commit

Permalink
removed train3d reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Nov 12, 2024
1 parent 985cfb5 commit 8ddf2a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions topaz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def main():
parser.add_argument('--version', action='version', version=topaz.__version__)

import topaz.commands.train
import topaz.commands.train3d
import topaz.commands.segment
import topaz.commands.extract
import topaz.commands.precision_recall_curve
Expand Down Expand Up @@ -87,7 +86,6 @@ def main():

module_groups = [('Particle picking',
[topaz.commands.train,
topaz.commands.train3d,
topaz.commands.segment,
topaz.commands.extract,
topaz.commands.precision_recall_curve,
Expand Down

0 comments on commit 8ddf2a5

Please sign in to comment.