The test for add_weighted_quantiles currently pulls from the Survey of Consumer Finances and checks that aggregates match a csv. This introduces unnecessary sensitivity to changes in the SCF data, as appears to have happened in a recent test run.
This might be a useful test for the scf package, but this more general package should test on immutable data.
The test for
add_weighted_quantiles
currently pulls from the Survey of Consumer Finances and checks that aggregates match a csv. This introduces unnecessary sensitivity to changes in the SCF data, as appears to have happened in a recent test run.This might be a useful test for the
scf
package, but this more general package should test on immutable data.