Skip to content

Commit

Permalink
remove visualize for now
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Aug 4, 2023
1 parent a4d643d commit bd22b26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions quantconn/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
get_30_bundles_atlas_hcp842)
from quantconn.evaluate import evaluate_data, evaluate_matrice
from quantconn.process import process_data
from quantconn.viz import show_data
# from quantconn.viz import show_data
from quantconn.utils import print_input_info, get_valid_subjects


Expand Down Expand Up @@ -275,13 +275,13 @@ def merge(destination: Annotated[Path, typer.Option("--destination", "-dest",
print(":green_circle: [bold green]Success ! :love-you_gesture: [/bold green]")


@app.command()
def visualize():
"""Visualize a data."""
print("Visualizing data")
print(f":boom: [bold red]Not implemented yet[/bold red]")
# show_data()
raise typer.Exit(code=1)
# @app.command()
# def visualize():
# """Visualize a data."""
# print("Visualizing data")
# print(f":boom: [bold red]Not implemented yet[/bold red]")
# # show_data()
# raise typer.Exit(code=1)


# /Users/skoudoro/.miccai23_home/TestSubmission_1
Expand Down

0 comments on commit bd22b26

Please sign in to comment.