Unverified Commit 584bbc6b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Adjust wagongroup_subtype threshold for inconclusive results

parent 35f5d047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -588,7 +588,7 @@ sub wagongroup_subtype {

	my @likelihood = reverse sort { $ml{$a} <=> $ml{$b} } keys %ml;

	if ( $ml{ $likelihood[0] } <= 2 ) {
	if ( $ml{ $likelihood[0] } < 2 ) {

		# inconclusive
		return undef;