Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to run_og_usa.py #122

Merged
merged 11 commits into from
Aug 26, 2024
Prev Previous commit
Next Next commit
change tests for get_data do not sensitive to taxcalc version
jdebacker committed Aug 22, 2024
commit 908399aa9e991bb781a55844e3c2c0c9b9845f0e
2 changes: 0 additions & 2 deletions tests/test_get_micro_data.py
Original file line number Diff line number Diff line change
@@ -219,8 +219,6 @@ def test_get_calculator_puf_from_file():
def test_get_data(baseline, dask_client):
"""
Test of get_micro_data.get_data() function

Note that this test may fail if the Tax-Calculator is not v 3.2.2
"""
expected_data = utils.safe_read_pickle(
os.path.join(CUR_PATH, "test_io_data", "micro_data_dict_for_tests.pkl")