@dra2020/district-analytics 7.1.1 → 7.1.2
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 +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/district-analytics.js +3 -3
- package/dist/district-analytics.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -104279,9 +104279,9 @@ function doAnalyzePostProcessing(s, bLog = false) {
|
|
|
104279
104279
|
scorecard.details['shapes'] = datasets.shapes;
|
|
104280
104280
|
scorecard.details['census'] = datasets.census;
|
|
104281
104281
|
const simpleSplits = s.getTest(5 /* UnexpectedCountySplits */);
|
|
104282
|
-
scorecard.
|
|
104283
|
-
scorecard.
|
|
104284
|
-
scorecard.
|
|
104282
|
+
scorecard.splitting.details['unexpectedAffected'] = simpleSplits['score'];
|
|
104283
|
+
scorecard.splitting.details['nSplits'] = simpleSplits['details']['nSplits'];
|
|
104284
|
+
scorecard.splitting.details['countiesSplitUnexpectedly'] = U.deepCopy(simpleSplits['details']['countiesSplitUnexpectedly']);
|
|
104285
104285
|
// NOTE - Add split precincts in dra-client directly
|
|
104286
104286
|
// Derive secondary tests
|
|
104287
104287
|
analyze_1.doDeriveSecondaryTests(s, bLog);
|