zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.
https://py-pde.readthedocs.io
MIT License
412 stars 52 forks source link

Fixed two edge cases in OnlineStatistics and progress bars #305

Closed david-zwicker closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Base: 87.57% // Head: 87.71% // Increases project coverage by +0.13% :tada:

Coverage data is based on head (35d461d) compared to base (e563f26). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #305 +/- ## ========================================== + Coverage 87.57% 87.71% +0.13% ========================================== Files 69 69 Lines 10342 10345 +3 ========================================== + Hits 9057 9074 +17 + Misses 1285 1271 -14 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `87.71% <100.00%> (+0.13%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/zwicker-group/py-pde/pull/305?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group) | Coverage Δ | | |---|---|---| | [pde/tools/math.py](https://codecov.io/gh/zwicker-group/py-pde/pull/305/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3Rvb2xzL21hdGgucHk=) | `95.38% <100.00%> (+0.22%)` | :arrow_up: | | [pde/trackers/trackers.py](https://codecov.io/gh/zwicker-group/py-pde/pull/305/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3RyYWNrZXJzL3RyYWNrZXJzLnB5) | `86.44% <100.00%> (ø)` | | | [pde/grids/base.py](https://codecov.io/gh/zwicker-group/py-pde/pull/305/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL2dyaWRzL2Jhc2UucHk=) | `88.38% <0.00%> (+0.16%)` | :arrow_up: | | [pde/solvers/explicit\_mpi.py](https://codecov.io/gh/zwicker-group/py-pde/pull/305/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3NvbHZlcnMvZXhwbGljaXRfbXBpLnB5) | `87.67% <0.00%> (+2.73%)` | :arrow_up: | | [pde/grids/\_mesh.py](https://codecov.io/gh/zwicker-group/py-pde/pull/305/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL2dyaWRzL19tZXNoLnB5) | `96.55% <0.00%> (+4.21%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group)

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