zwicker-group / py-pde

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

Fixed MeshGrid handling #332

Closed david-zwicker closed 1 year ago

david-zwicker commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Base: 87.95% // Head: 87.93% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (b0a09e3) compared to base (b7ec161). Patch coverage: 69.23% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #332 +/- ## ========================================== - Coverage 87.95% 87.93% -0.03% ========================================== Files 69 69 Lines 10328 10333 +5 ========================================== + Hits 9084 9086 +2 - Misses 1244 1247 +3 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `87.93% <69.23%> (-0.03%)` | :arrow_down: | 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/332?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group) | Coverage Δ | | |---|---|---| | [pde/grids/boundaries/axes.py](https://codecov.io/gh/zwicker-group/py-pde/pull/332/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL2dyaWRzL2JvdW5kYXJpZXMvYXhlcy5weQ==) | `94.53% <50.00%> (-1.47%)` | :arrow_down: | | [pde/tools/numba.py](https://codecov.io/gh/zwicker-group/py-pde/pull/332/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL3Rvb2xzL251bWJhLnB5) | `70.89% <50.00%> (ø)` | | | [pde/grids/\_mesh.py](https://codecov.io/gh/zwicker-group/py-pde/pull/332/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL2dyaWRzL19tZXNoLnB5) | `94.26% <75.00%> (-0.32%)` | :arrow_down: | | [pde/fields/vectorial.py](https://codecov.io/gh/zwicker-group/py-pde/pull/332/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL2ZpZWxkcy92ZWN0b3JpYWwucHk=) | `83.40% <100.00%> (ø)` | | | [pde/grids/base.py](https://codecov.io/gh/zwicker-group/py-pde/pull/332/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zwicker-group#diff-cGRlL2dyaWRzL2Jhc2UucHk=) | `86.31% <100.00%> (ø)` | | 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.