I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
Created a new country repository from the OpenFisca country template
Here is what I expected to happen:
The linting tests to pass when I ran make test locally
Here is what actually happened:
The linting tests failed
Here is data (or links to it) that can help you reproduce this issue:
I believe the issue originates in the setup.cfg file as it still references openfisca_country_template on lines 17,18 and 36 in my new country repository created utilising the bootstrap.sh script from the openfisca_country_template repository.
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
Created a new country repository from the OpenFisca country template
Here is what I expected to happen:
The linting tests to pass when I ran
make test
locallyHere is what actually happened:
The linting tests failed
Here is data (or links to it) that can help you reproduce this issue:
I believe the issue originates in the
setup.cfg
file as it still referencesopenfisca_country_template
on lines 17,18 and 36 in my new country repository created utilising thebootstrap.sh
script from the openfisca_country_template repository.The way to resolve this issue will be to edit the
bootstrap.sh
to includesetup.cfg
- perhaps on line 39 as per the following untested suggestion:Context
I identify more as a: