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

Adds 3D vSHARP model #273

Merged
merged 10 commits into from
Apr 2, 2024

callable -> Callable

725a119
Select commit
Loading
Failed to load commit list.
Merged

Adds 3D vSHARP model #273

callable -> Callable
725a119
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2024 in 0s

84.76% (+0.70%) compared to b660012

View this Pull Request on Codecov

84.76% (+0.70%) compared to b660012

Details

Codecov Report

Attention: Patch coverage is 96.49123% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 84.76%. Comparing base (b660012) to head (725a119).

Files Patch % Lines
direct/nn/vsharp/vsharp.py 94.59% 4 Missing ⚠️
direct/nn/unet/unet_3d.py 98.33% 2 Missing ⚠️
direct/nn/unet/unet_2d.py 75.00% 1 Missing ⚠️
direct/nn/vsharp/vsharp_engine.py 96.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #273      +/-   ##
==========================================
+ Coverage   84.05%   84.76%   +0.70%     
==========================================
  Files          95       96       +1     
  Lines        6742     6963     +221     
==========================================
+ Hits         5667     5902     +235     
+ Misses       1075     1061      -14     

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