TheCGO / fiscalsim-us

FiscalSim US is a microsimulation model of the US federal and state tax and benefit system relating to households and individuals.
https://thecgo.github.io/fiscalsim-us/
GNU Affero General Public License v3.0
11 stars 12 forks source link

Snap #47

Closed rwille3 closed 1 year ago

rwille3 commented 1 year ago

Thanks for contributing! Please remove any top-level sections that do not apply to your changes.

What's changed

I updated the SNAP documentation to give an overview, history, and explanation of the calculation of SNAP benefit amount. I also added references into the intro whose links indeed work.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8e49bb1) 97.34% compared to head (47acba5) 97.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ======================================= Coverage 97.34% 97.34% ======================================= Files 1336 1336 Lines 20880 20880 Branches 162 162 ======================================= Hits 20325 20325 Misses 534 534 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rickecon commented 1 year ago

@rwille3. I am merging this even though it is not passing the windows-latest GitHub Action tests. I will work on fixing it. I think the issue is the version of NumPy. I think the version needs to be numpy<=1.21.3 to be compatible with the matplotlib package (see this link).