I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
I tried to initialize a Simulation using a TaxBenefitSystem with conflicting set_input and definition_periodattributes
Here is what I expected to happen:
Detect the error at the TaxBenefitSystem creation level or at least show an error message indicating the name of variable of concern and its definition_period.
Here is what actually happened:
I got this unclear error message
clearer error message then the one I got
'set_input_dispatch_by_period can be used only for yearly or monthly variables.'
Context
I identify more as a:
Developer (I create tools that use the existing OpenFisca code).
Producer (I make computations on individual situations).
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
I tried to initialize a
Simulation
using aTaxBenefitSystem
with conflictingset_input
anddefinition_period
attributesHere is what I expected to happen:
Detect the error at the TaxBenefitSystem creation level or at least show an error message indicating the name of variable of concern and its
definition_period
.Here is what actually happened:
I got this unclear error message
clearer error message then the one I got
Context
I identify more as a: