waltsims / k-wave-python

A Python interface to k-Wave GPU accelerated binaries
https://k-wave-python.readthedocs.io/en/latest/
GNU General Public License v3.0
109 stars 32 forks source link

add ability to run all examples #480

Closed waltsims closed 3 weeks ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.43%. Comparing base (702556e) to head (2b43725). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #480 +/- ## ========================================== + Coverage 72.41% 72.43% +0.02% ========================================== Files 46 46 Lines 6740 6745 +5 Branches 1300 1301 +1 ========================================== + Hits 4881 4886 +5 Misses 1303 1303 Partials 556 556 ``` | [Flag](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.66% <100.00%> (+0.02%)` | :arrow_up: | | [3.11](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.66% <100.00%> (+0.02%)` | :arrow_up: | | [3.12](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.66% <100.00%> (+0.02%)` | :arrow_up: | | [3.9](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.43% <100.00%> (+0.02%)` | :arrow_up: | | [macos-latest](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.43% <100.00%> (+0.02%)` | :arrow_up: | | [ubuntu-latest](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.43% <100.00%> (+0.02%)` | :arrow_up: | | [windows-latest](https://app.codecov.io/gh/waltsims/k-wave-python/pull/480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `72.43% <100.00%> (+0.02%)` | :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=Walter+Simson#carryforward-flags-in-the-pull-request-comment) to find out more.

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

waltsims commented 1 month ago

We can further add the packaging to the makefile.

waltsims commented 1 month ago
waltsims commented 1 month ago

I'll add the download collected values and build commands as well.