We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
openfisca test
For the max_depth option to be set to a default reasonable amount of 3 or 5.
max_depth
3
5
It is set to sys.maxsize which is unreasonably big.
sys.maxsize
Take a look at the option in test_runner.py and implementation in tracers module.
test_runner.py
tracers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
openfisca test
Here is what I expected to happen:
For the
max_depth
option to be set to a default reasonable amount of3
or5
.Here is what actually happened:
It is set to
sys.maxsize
which is unreasonably big.Here is data (or links to it) that can help you reproduce this issue:
Take a look at the option in
test_runner.py
and implementation intracers
module.The text was updated successfully, but these errors were encountered: