SLSPC questions #2024
SLSPC questions
#2024
Replies: 2 comments 2 replies
-
@nikhilwoodruff is the expert here but just on the third point, I don't think any reason in particular except we haven't brought in a ZIP-state mapping |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also the location of the file is to avoid loading it (the biggest parameter we have by far) into the web app, which slows it down considerably |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write some integration tests involving the federal Premium Tax Credit.
However, I'm not making much progress because I'm puzzled about a few things.
Here are three questions that reveal my lack of knowledge in this area:
Why are NY and VT missing from the following SLSPC parameter file?
data/parameters/gov/hhs/medicaid/geography/second_lowest_silver_plan_cost.yaml
Why do passing tests in source code tree, fail when using just a package?
Aren't the SLSPC data incorporated in packages made from the source code?
If those data are incorporated in the package, is the model flexible enough
to import SLSPC data from either the source code or a package? See the
error message below for details.
Why is a state_code needed when a zip_code is supplied?
Every zip code falls into a single state, right?
When specifying a Buffalo, NY, zip code (14203) with no state code, why does
the model think the household lives in California?
Here is the error message I get when I run an integration test (that passes when
it is located in the
policyengine_us/tests/policy/baseline
source code tree)outside of the source code tree (in the presence of an otherwise fully operational
policyengine_us
package):It looks as if the
policyengine_us/data/parameters/...
tree is not in the package.Why isn't the
second_lowest_silver_plan_cost.yaml
file in the regularpolicyengine_us/parameter/gov/...
tree?Beta Was this translation helpful? Give feedback.
All reactions