@dra2020/district-analytics 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/district-analytics.js +1 -1
- package/dist/district-analytics.js.map +1 -1
- package/package.json +1 -1
|
@@ -2313,7 +2313,7 @@ function doIsComplete(s, bLog = false) {
|
|
|
2313
2313
|
if (!bAllAssigned) {
|
|
2314
2314
|
let unassignedDistrict = s.plan.geoIDsForDistrictID(S.NOT_ASSIGNED);
|
|
2315
2315
|
unassignedFeatures = Array.from(unassignedDistrict);
|
|
2316
|
-
unassignedFeatures = unassignedFeatures.slice(0, S.NUMBER_OF_ITEMS_TO_REPORT);
|
|
2316
|
+
// unassignedFeatures = unassignedFeatures.slice(0, S.NUMBER_OF_ITEMS_TO_REPORT);
|
|
2317
2317
|
}
|
|
2318
2318
|
// Do all real districts have at least one feature assigned to them?
|
|
2319
2319
|
let emptyDistricts = [];
|