Skip to content

Commit

Permalink
Update gibbs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andy6a authored Feb 6, 2024
1 parent 88b6231 commit d617cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sourcetracker/_cli/gibbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
show_default=True)
@click.option('--title', required=False, default='Mixing Proportions',
type=click.STRING, show_default=True)
@click.option('--heatmap_color', required=False, default='viridis', type=click.STRING,
show_default=True)
@click.option('--heatmap_color', required=False, default='viridis',
type=click.STRING, show_default=True)
@click.option('--unknowns', required=False, default=True, is_flag=True,
show_default=True)
@click.option('--transpose', required=False, default=False, is_flag=True,
Expand Down

0 comments on commit d617cff

Please sign in to comment.