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

Ensure that tracing max_depth works as expected with country-template #1311

Open
Tracked by #1309
bonjourmauko opened this issue Nov 21, 2024 · 0 comments
Open
Tracked by #1309
Labels
kind:refactor Refactoring and code cleanup

Comments

@bonjourmauko
Copy link
Member

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 of 3 or 5.

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 in tracers module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:refactor Refactoring and code cleanup
Projects
Development

No branches or pull requests

1 participant