OpenFisca core engine. See other repositories for countries-specific code & data.
GNU Affero General Public License v3.0
170
stars
75
forks
source link
`AttributeError` when running make test on a system with a parameter named `children.yaml` #1101
Open
MaxGhenis opened 2 years ago
After introducing a parameter named
children.yaml
, runningmake test
produced this error (here's the whole thing):Changing the name of the parameter fixed it.
If this is a reserved name for traversing the parameter tree, could it throw an informative error message?