OpenSourceEconomics / lcm

Solution and simulation of life cycle models in Python with GPU acceleration.
Apache License 2.0
16 stars 1 forks source link

[pre-commit.ci] pre-commit autoupdate #52

Closed pre-commit-ci[bot] closed 8 months ago

pre-commit-ci[bot] commented 10 months ago

updates:

codecov[bot] commented 8 months ago

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (7962873) 98.45% compared to head (2e7d472) 98.07%. Report is 11 commits behind head on main.

Files Patch % Lines
tests/test_functools.py 93.69% 7 Missing :warning:
src/lcm/create_params.py 91.30% 2 Missing :warning:
src/lcm/example_models_stochastic.py 81.81% 2 Missing :warning:
src/lcm/model_functions.py 96.49% 2 Missing :warning:
src/lcm/simulate.py 95.74% 2 Missing :warning:
tests/test_analytical_solution_on_toy_model.py 98.75% 2 Missing :warning:
tests/test_process_model.py 90.00% 2 Missing :warning:
tests/test_stochastic.py 95.55% 2 Missing :warning:
src/lcm/next_state.py 96.66% 1 Missing :warning:
src/lcm/process_model.py 98.30% 1 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== - Coverage 98.45% 98.07% -0.39% ========================================== Files 38 45 +7 Lines 1947 2491 +544 ========================================== + Hits 1917 2443 +526 - Misses 30 48 +18 ```

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