Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nonseq #245

Draft
wants to merge 365 commits into
base: develop
Choose a base branch
from

Improve numerical robustness of input diff hook unit test

347e225
Select commit
Loading
Failed to load commit list.
Draft

Nonseq #245

Improve numerical robustness of input diff hook unit test
347e225
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 1s

88.83% (target 60.00%)

View this Pull Request on Codecov

88.83% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 87.16012% with 170 lines in your changes missing coverage. Please review.

Project coverage is 88.83%. Comparing base (276eda3) to head (347e225).
Report is 13 commits behind head on develop.

Files with missing lines Patch % Lines
sinabs/backend/dynapcnn/dynapcnn_network.py 71.92% 48 Missing ⚠️
sinabs/backend/dynapcnn/sinabs_edges_handler.py 90.03% 26 Missing ⚠️
sinabs/backend/dynapcnn/dynapcnnnetwork_module.py 85.27% 19 Missing ⚠️
sinabs/backend/dynapcnn/nir_graph_extractor.py 93.51% 17 Missing ⚠️
sinabs/backend/dynapcnn/utils.py 86.02% 13 Missing ⚠️
sinabs/backend/dynapcnn/dynapcnn_layer.py 87.01% 10 Missing ⚠️
sinabs/backend/dynapcnn/exceptions.py 82.69% 9 Missing ⚠️
sinabs/utils.py 84.21% 6 Missing ⚠️
sinabs/backend/dynapcnn/dynapcnn_layer_utils.py 94.94% 5 Missing ⚠️
sinabs/from_torch.py 0.00% 5 Missing ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #245      +/-   ##
===========================================
- Coverage    90.91%   88.83%   -2.08%     
===========================================
  Files           52       58       +6     
  Lines         2718     3664     +946     
===========================================
+ Hits          2471     3255     +784     
- Misses         247      409     +162     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.