-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Reintroduce Python 3.9 testing in build_and_test.yml #12
Comments
PR #2 also failed on 3.9. It looks like it had to do with the tax function estimation finding slightly different parameter values when using the later version of Python:
One solution would be to set the tolerance for |
PR #11 incorporates updates to the OpenFisca-UK package into
get_micro_data.py
and the corresponding tests. For some reason, the updates in that PR caused the code to fail the Python 3.9 tests inbuild_and_test.py
. As a result, PR #11 removed the Python 3.9 tests. We should figure out what the cause of these errors are and reintroduce the Python 3.9 testing requirement.cc: @jdebacker @nikhilwoodruff
The text was updated successfully, but these errors were encountered: