zwicker-group / py-pde

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

Added possibility to evaluate derivative of smoothed data #326

Closed david-zwicker closed 1 year ago

david-zwicker commented 1 year ago

Minor other improvements

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.71% // Head: 87.73% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (0aa6d9e) compared to base (4c2bd9f). Patch coverage: 94.44% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #326 +/- ## ========================================== + Coverage 87.71% 87.73% +0.01% ========================================== Files 69 69 Lines 10388 10404 +16 ========================================== + Hits 9112 9128 +16 Misses 1276 1276 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `87.73% <94.44%> (+0.01%)` | :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/326?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group) | Coverage Δ | | |---|---|---| | [pde/storage/file.py](https://codecov.io/gh/zwicker-group/py-pde/pull/326/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3N0b3JhZ2UvZmlsZS5weQ==) | `84.50% <ø> (ø)` | | | [pde/pdes/base.py](https://codecov.io/gh/zwicker-group/py-pde/pull/326/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3BkZXMvYmFzZS5weQ==) | `80.72% <50.00%> (-0.33%)` | :arrow_down: | | [pde/tools/math.py](https://codecov.io/gh/zwicker-group/py-pde/pull/326/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3Rvb2xzL21hdGgucHk=) | `97.46% <100.00%> (+2.08%)` | :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.