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.
I used the default import statement: from openfisca_core.model_api import *
from openfisca_core.model_api import *
It worked but I felt like it's not best practice yet it's current practice and think we should have a conversation about it.
from openfisca_core.model_api import MONTH, YEAR
I identify more as a:
The text was updated successfully, but these errors were encountered:
agreed. we might be able to convince the flake8 linter to fail these
Sorry, something went wrong.
No branches or pull requests
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
I used the default import statement:
from openfisca_core.model_api import *
Here is what I expected to happen:
It worked but I felt like it's not best practice yet it's current practice and think we should have a conversation about it.
Here is what I propose we do:
from openfisca_core.model_api import MONTH, YEAR
Context
I identify more as a:
The text was updated successfully, but these errors were encountered: