policyengine-core 3.6.2__tar.gz → 3.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {policyengine_core-3.6.2/policyengine_core.egg-info → policyengine_core-3.6.4}/PKG-INFO +1 -1
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/simulation.py +13 -5
- {policyengine_core-3.6.2 → policyengine_core-3.6.4/policyengine_core.egg-info}/PKG-INFO +1 -1
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/setup.py +1 -1
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/LICENSE +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/MANIFEST.in +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/README.md +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/charts/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/charts/api.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/charts/bar.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/charts/formatting.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/commons/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/commons/formulas.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/commons/misc.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/commons/rates.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/constants.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/data/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/data/datasets/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/data/datasets/country_template_dataset.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/entities.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/modelled_policies.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/benefits/basic_income.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/benefits/housing_allowance.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/benefits/index.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/benefits/parenting_allowance/amount.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/benefits/parenting_allowance/income_threshold.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/general/age_of_majority.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/general/age_of_retirement.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/taxes/housing_tax.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/taxes/income_tax_rate.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/parameters/taxes/social_security_contribution.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/reforms/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/reforms/add_dynamic_variable.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/reforms/add_new_tax.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/reforms/flat_social_security_contribution.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/reforms/modify_social_security_taxation.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/reforms/removal_basic_income.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/situation_examples/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/situation_examples/couple.json +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/situation_examples/housing.json +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/situation_examples/single.json +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/age.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/basic_income.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/disposable_income.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/housing_allowance.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/housing_tax.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/income_tax.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/reforms/add_dynamic_variable.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/reforms/add_new_tax.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/reforms/modify_social_security_taxation.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/situations/income_tax.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/situations/parenting_allowance.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/social_security_contribution.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/tests/test_microsimulation.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/benefits.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/demographics.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/housing.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/ids.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/income.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/stats.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/variables/taxes.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data/dataset.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_storage/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_storage/in_memory_storage.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_storage/on_disk_storage.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/parameter_metadata.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/parameter_node_metadata.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/reference.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/unit.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/entities/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/entities/entity.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/entities/group_entity.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/entities/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/entities/role.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/enums/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/enums/config.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/enums/enum.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/enums/enum_array.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/cycle_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/empty_argument_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/nan_creation_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/parameter_not_found_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/parameter_parsing_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/period_mismatch_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/situation_parsing_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/spiral_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/variable_name_conflict_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/variable_not_found_error.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/experimental/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/experimental/memory_config.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/local_benefit.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/parameters/local_town/child_allowance/amount.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/parameters/local_town/child_allowance/index.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/parameters/local_town/index.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/tests/local_benefit.yaml +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/holders/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/holders/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/holders/holder.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/model_api.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/at_instant_like.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/config.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/operations/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/operations/get_parameter.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/operations/homogenize_parameters.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/operations/interpolate_parameters.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/operations/propagate_parameter_metadata.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/operations/uprate_parameters.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_at_instant.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_node.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_node_at_instant.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_scale_bracket.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/vectorial_parameter_node_at_instant.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/periods/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/periods/config.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/periods/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/periods/instant_.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/periods/period_.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/populations/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/populations/config.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/populations/group_population.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/populations/population.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/entity_to_person_projector.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/first_person_to_entity_projector.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/projector.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/unique_role_to_entity_projector.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/reforms/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/reforms/reform.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/assets/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/assets/index.html +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/policyengine_command.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/run_data.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/run_test.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/simulation_generator.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/individual_sim.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/microsimulation.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/sim_macro_cache.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/simulation_builder.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxbenefitsystems/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxbenefitsystems/tax_benefit_system.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/abstract_rate_tax_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/abstract_tax_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/amount_tax_scale_like.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/linear_average_rate_tax_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/marginal_amount_tax_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/marginal_rate_tax_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/rate_tax_scale_like.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/single_amount_tax_scale.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/tax_scale_like.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tools/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tools/simulation_dumper.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tools/test_from_situation.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tools/test_runner.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/computation_log.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/flat_trace.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/full_tracer.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/performance_log.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/simple_tracer.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/trace_node.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/tracing_parameter_node_at_instant.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/variable_graph.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/types/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/types/data_types/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/types/data_types/arrays.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/config.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/defined_for.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/helpers.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/typing.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/variable.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/warnings/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/warnings/libyaml_warning.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/warnings/memory_config_warning.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/warnings/tempfile_warning.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/weighting/__init__.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/weighting/microdf.py +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/SOURCES.txt +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/dependency_links.txt +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/entry_points.txt +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/requires.txt +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/top_level.txt +0 -0
- {policyengine_core-3.6.2 → policyengine_core-3.6.4}/setup.cfg +0 -0
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/simulation.py
RENAMED
|
@@ -102,6 +102,7 @@ class Simulation:
|
|
|
102
102
|
self.reform = reform
|
|
103
103
|
self.tax_benefit_system = tax_benefit_system
|
|
104
104
|
self.branch_name = "default"
|
|
105
|
+
self.dataset = dataset
|
|
105
106
|
|
|
106
107
|
if dataset is None:
|
|
107
108
|
if self.default_dataset is not None:
|
|
@@ -607,7 +608,7 @@ class Simulation:
|
|
|
607
608
|
|
|
608
609
|
smc = SimulationMacroCache(self.tax_benefit_system)
|
|
609
610
|
|
|
610
|
-
# Check if cache
|
|
611
|
+
# Check if cache can be used, if available, check if path exists
|
|
611
612
|
is_cache_available = self.check_macro_cache(variable_name, str(period))
|
|
612
613
|
if is_cache_available:
|
|
613
614
|
smc.set_cache_path(
|
|
@@ -1418,10 +1419,17 @@ class Simulation:
|
|
|
1418
1419
|
"""
|
|
1419
1420
|
Check if the variable is able to have cached value
|
|
1420
1421
|
"""
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1422
|
+
|
|
1423
|
+
# Dataset should always exist, but just in case
|
|
1424
|
+
if not hasattr(self, "dataset"):
|
|
1425
|
+
return False
|
|
1426
|
+
|
|
1427
|
+
# If no dataset, no need to cache
|
|
1428
|
+
if self.dataset is None:
|
|
1429
|
+
return False
|
|
1430
|
+
|
|
1431
|
+
# If using a flat file dataset, we're unable to cache
|
|
1432
|
+
if self.dataset.data_format == Dataset.FLAT_FILE:
|
|
1425
1433
|
return False
|
|
1426
1434
|
|
|
1427
1435
|
if self.is_over_dataset:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/__init__.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/country_template/entities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_storage/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/reference.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/data_structures/unit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/entities/group_entity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/empty_argument_error.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/nan_creation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/errors/spiral_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/experimental/__init__.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/experimental/memory_config.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/extension_template/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/__init__.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/at_instant_like.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_node.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/parameters/parameter_scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/populations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/populations/population.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/projectors/projector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/assets/__init__.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/scripts/assets/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/__init__.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/helpers.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/individual_sim.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/microsimulation.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/simulations/sim_macro_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxbenefitsystems/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/taxscales/tax_scale_like.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tools/simulation_dumper.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tools/test_from_situation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/computation_log.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/full_tracer.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/performance_log.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/simple_tracer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/tracers/variable_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/types/data_types/__init__.py
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/types/data_types/arrays.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/variables/defined_for.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/warnings/libyaml_warning.py
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core/warnings/tempfile_warning.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{policyengine_core-3.6.2 → policyengine_core-3.6.4}/policyengine_core.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|