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
9 stars 12 forks source link

Update data and setup.py #48

Closed rickecon closed 11 months ago

rickecon commented 12 months ago

This PR ran make format and make documentation. It also does the following:

codecov[bot] commented 12 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (6a080ce) 97.34% compared to head (9b5563a) 97.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ======================================= 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: Have feedback on the report? Share it here.

rickecon commented 11 months ago

I removed the Windows testing (windows-latest) from the pr.yaml and push.yaml GH Actions. The Windows tests were failing, likely because of an incompatibility between NumPy and MatPlotLib. We can add back the Windows tests after the policyengine-core dependency allows for later versions of NumPy.