Open bonjourmauko opened 2 days ago
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Write a formula declared as str.
str
To take the value as a numpy.dtype[str_].
numpy.dtype[str_]
It does not. Instead, it tries to run numexpr.evaluate over it.
numexpr.evaluate
https://github.com/openfisca/openfisca-core/commit/ba1ff4580cd1bf766ae843bd6b8d8ce90d6fb02b
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
Write a formula declared as
str
.Here is what I expected to happen:
To take the value as a
numpy.dtype[str_]
.Here is what actually happened:
It does not. Instead, it tries to run
numexpr.evaluate
over it.Here is data (or links to it) that can help you reproduce this issue:
https://github.com/openfisca/openfisca-core/commit/ba1ff4580cd1bf766ae843bd6b8d8ce90d6fb02b