Skip to content

Commit

Permalink
Merge pull request #505 from nbulloch/yml_fix
Browse files Browse the repository at this point in the history
Fixed duplicated 'delta' error
  • Loading branch information
fcyu authored Sep 21, 2024
2 parents 336013f + 6d0ff04 commit c1178d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/met/met.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ type Filter struct {
TwoD bool `yaml:"two-dimensional"`
Mapmods bool `yaml:"mapMods"`
Delta bool `yaml:"delta"`
Inference bool `yaml:"delta"`
Inference bool `yaml:"inference"`
Group bool `yaml:"group"`
MinPepLen int `yaml:"minPepLen"`
}
Expand Down

0 comments on commit c1178d8

Please sign in to comment.