Skip to content

Commit

Permalink
rm use case code
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazishkhan1-nk committed Nov 4, 2022
1 parent 2e00d71 commit 749ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Python/RunUseCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
choices=["ellipsoid", "ellipsoid_evaluate", "ellipsoid_mesh", "ellipsoid_fd", "ellipsoid_cut", "ellipsoid_pca", \
"ellipsoid_multiple_domain","ellipsoid_multiple_domain_mesh", "lumps", "left_atrium", \
"femur_cut","femur_pvalues","deep_ssm", "supershapes_1mode_contour", "thin_cavity_bean",
"peanut_shared_boundary", "incremental_supershapes", "supershapes_multi_level"])
"peanut_shared_boundary", "incremental_supershapes"])
parser.add_argument("--use_subsample", help="Run the pipeline for a subset of data", action="store_true")
parser.add_argument("--num_subsample", help="Size of subset to run on (default: %(default)s)", type=int, default=3)
parser.add_argument("--interactive", help="Run in interactive mode", action="store_true")
Expand Down

0 comments on commit 749ae06

Please sign in to comment.