@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
package/dist/cli.js
CHANGED
|
@@ -103484,7 +103484,7 @@ function doIsComplete(s, bLog = false) {
|
|
|
103484
103484
|
if (!bAllAssigned) {
|
|
103485
103485
|
let unassignedDistrict = s.plan.geoIDsForDistrictID(S.NOT_ASSIGNED);
|
|
103486
103486
|
unassignedFeatures = Array.from(unassignedDistrict);
|
|
103487
|
-
unassignedFeatures = unassignedFeatures.slice(0, S.NUMBER_OF_ITEMS_TO_REPORT);
|
|
103487
|
+
// unassignedFeatures = unassignedFeatures.slice(0, S.NUMBER_OF_ITEMS_TO_REPORT);
|
|
103488
103488
|
}
|
|
103489
103489
|
// Do all real districts have at least one feature assigned to them?
|
|
103490
103490
|
let emptyDistricts = [];
|