I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
In [1]: from policyengine_uk.data import DATASETS, SynthFRS
Here is what I expected to happen:
SynthFRS to be imported
Here is what actually happened:
ImportError: cannot import name 'SynthFRS' from 'policyengine_uk.data' (/Users/jason.debacker/anaconda3/envs/oguk-dev/lib/python3.9/site-packages/policyengine_uk/data/__init__.py)
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
Here is what I expected to happen:
SynthFRS
to be importedHere is what actually happened: