OpenFisca core engine. See other repositories for countries-specific code & data.
GNU Affero General Public License v3.0
170
stars
75
forks
source link
Ensure that tracing max_depth works as expected with country-template #1311
Open
bonjourmauko opened 5 days ago
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.