Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bruse committed Apr 20, 2024
1 parent 98a0934 commit d6651cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/bin/score/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
details := flag.String("details", "", "Path to database directory with a study to show the details from.")
calculate := flag.String("calculate", "", "Path to a database directory with a study to calculate metrics for.")
calculateZimtohrli := flag.Bool("calculate_zimtohrli", true, "Whether to calculate Zimtohrli scores.")
zimtohrliFrequencyResolution := flag.Float64("zimtohrli_frequency_resolution", 8.0, "Smallest bandwidth of of the filterbank.")
zimtohrliFrequencyResolution := flag.Float64("zimtohrli_frequency_resolution", 8.0, "Smallest bandwidth of the filterbank.")
correlate := flag.String("correlate", "", "Path to a database directory with a study to correlate scores for.")
workers := flag.Int("workers", runtime.NumCPU(), "Number of concurrent workers for tasks.")
flag.Parse()
Expand Down

0 comments on commit d6651cd

Please sign in to comment.