PSLmodels / Tax-Brain

Tax-Brain is an integrator model for PSL tax models
http://taxbrain.pslmodels.org/
MIT License
9 stars 14 forks source link

Fix extend capability and use instance value instead of '_vals' value #58

Closed hdoupe closed 5 years ago

hdoupe commented 5 years ago

Resolves #57. This PR fixes a bug in Tax-Brain's compconfig package's where the parameters are converted from the ParamTools format to the Tax-Calculator format. An example for what this conversion function does can be found in compconfig/compconfit/tests/test_functions.py

andersonfrailey commented 5 years ago

LGTM, thanks @hdoupe!