Skip to content

Commit

Permalink
Change parser to allow bypassing tabular attributes entirely in 2D em…
Browse files Browse the repository at this point in the history
…bedding plots
  • Loading branch information
nathanpainchaud committed Jul 22, 2024
1 parent 110b11e commit 67d9251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion didactic/scripts/cardiac_multimodal_representation_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def main():
parser.add_argument(
"--plot_tabular_attrs",
type=TabularAttribute,
nargs="+",
nargs="*",
choices=list(TabularAttribute),
default=list(TabularAttribute),
help="Patients' tabular attributes w.r.t. which to plot the embedding",
Expand Down

0 comments on commit 67d9251

Please sign in to comment.