PolicyEngine / policyengine-core

Core microsimulation engine for PolicyEngine models. Forked from OpenFisca-Core.
https://policyengine.github.io/policyengine-core
GNU Affero General Public License v3.0
14 stars 19 forks source link

Add flat file export #237

Closed nikhilwoodruff closed 1 month ago

nikhilwoodruff commented 1 month ago

Fixes #236

nikhilwoodruff commented 1 month ago

Tested on the UK system

image
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 3.03030% with 32 lines in your changes missing coverage. Please review.

Project coverage is 79.53%. Comparing base (d0ee394) to head (82159d3). Report is 9 commits behind head on master.

Files Patch % Lines
policyengine_core/simulations/simulation.py 3.44% 28 Missing :warning:
policyengine_core/data/dataset.py 0.00% 2 Missing :warning:
policyengine_core/reforms/reform.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #237 +/- ## ========================================== - Coverage 81.98% 79.53% -2.46% ========================================== Files 189 191 +2 Lines 9532 10005 +473 Branches 1205 1306 +101 ========================================== + Hits 7815 7957 +142 - Misses 1436 1767 +331 Partials 281 281 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.