Closed jdebacker closed 5 months ago
Attention: Patch coverage is 82.35294%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 73.15%. Comparing base (
29acbee
) to head (60a8920
).
@jdebacker. There another place where you might want to update the version to 0.1.9.
./cs-config/cs_config/functions.py
, it looks like the get_version()
function is calling an old version of OG-USA (v. 0.1.2).I went ahead and committed this change.
@jdebacker. There another place where you might want to update the version to 0.1.9. in lines 80-81 of ./cs-config/cs_config/functions.py, it looks like the get_version() function is calling an old version of OG-USA (v. 0.1.2). I went ahead and committed this change.
Ok - I noticed that, but decided to ignore since (1) it should read the version from the ogusa
package and not be hardcoded like that and (2) I'm now convinced these cs-config
files should be removed from the repo (but that will be done in a future PR).
@jdebacker. This looks great and all tests have passed. Merging.
This PR updates OG-USA to use the TMD datafile for Tax-Calculator -- and allows users to import a custom datafile with associated growth factors and weights.