PySDM icon indicating copy to clipboard operation
PySDM copied to clipboard

add a sanity check ensuring that Numba threading actually works

Open slayoo opened this issue 7 months ago • 1 comments

slayoo avatar Aug 04 '25 07:08 slayoo

Codecov Report

:x: Patch coverage is 47.82609% with 12 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 86.45%. Comparing base (64877ed) to head (7d3c47d). :warning: Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
PySDM/backends/numba.py 47.82% 12 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1690      +/-   ##
==========================================
- Coverage   86.50%   86.45%   -0.06%     
==========================================
  Files         412      412              
  Lines       10372    10385      +13     
==========================================
+ Hits         8972     8978       +6     
- Misses       1400     1407       +7     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Aug 05 '25 10:08 codecov[bot]

codecov marks is as uncovered because codecov is run with JIT compilation disabled, while the added logic is only tested with JIT compilation enable

slayoo avatar Nov 22 '25 10:11 slayoo