From 49ca1b02ffaefc5556cc912fc1cbf6e068dff532 Mon Sep 17 00:00:00 2001 From: milesagraham Date: Fri, 17 May 2024 11:06:18 +0100 Subject: [PATCH] add initial sphere script as a cli option (#7) --- src/ttmask/sphere.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ttmask/sphere.py b/src/ttmask/sphere.py index 116a093..f5aabfc 100644 --- a/src/ttmask/sphere.py +++ b/src/ttmask/sphere.py @@ -4,8 +4,6 @@ import napari import typer -typer.main.get_command_name = lambda name: name - @cli.command(name='sphere') def sphere( boxsize: int = typer.Option(...),