PolicyEngine / policyengine-uk

The UK's only open-source static tax-benefit microsimulation model.
https://policyengine.github.io/policyengine-uk/
GNU Affero General Public License v3.0
29 stars 27 forks source link

Importing SynthFRS #722

Open jdebacker opened 1 year ago

jdebacker commented 1 year ago

Hi there!

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)