Skip to content

Commit c7864bb

Browse files
committed
Change plot experiment trials short arg
1 parent bebd2b3 commit c7864bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okolors/experiments/plot/plot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct Options {
1111
#[arg(short = 'w', long, default_value_t = 1.0)]
1212
lightness_weight: f32,
1313

14-
#[arg(short, long, default_value_t = 3)]
14+
#[arg(short = 'n', long, default_value_t = 3)]
1515
trials: u32,
1616

1717
#[arg(short = 'e', long, default_value_t = 0.01)]

0 commit comments

Comments
 (0)