Skip to content

Commit

Permalink
Fix #826 - Decrease threshold for detecting all-transit Open311 areas
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Nov 27, 2018
1 parent b9743fd commit f6277f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ReportConstants {
public static final String DYNAMIC_SERVICE = "dynamic";

// Number of transit-related services at which we assume all services are transit-related
public static final int NUM_TRANSIT_SERVICES_THRESHOLD = 4;
public static final int NUM_TRANSIT_SERVICES_THRESHOLD = 3;

// Static Transit service indicates that the service is default OBA stop or trip problem
public static final String STATIC_TRANSIT_SERVICE_STOP = "stop";
Expand Down

0 comments on commit f6277f1

Please sign in to comment.