SAFEHR-data / PIXL

PIXL Image eXtraction Laboratory
Apache License 2.0
8 stars 0 forks source link

Retrieve all studies returned by querying the archives #523

Closed p-j-smith closed 1 week ago

p-j-smith commented 1 week ago

Description

Fixes #522

Type of change

Please delete options accordingly to the description.

Suggested Checklist

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 83.33333% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.09%. Comparing base (a51995b) to head (8d22259). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pixl_imaging/src/pixl_imaging/_orthanc.py 50.00% 4 Missing :warning:
pixl_imaging/src/pixl_imaging/_processing.py 95.45% 1 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (a51995b) and HEAD (8d22259). Click for more details.

HEAD has 1 upload less than BASE | Flag | BASE (a51995b) | HEAD (8d22259) | |------|------|------| ||8|7|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #523 +/- ## ========================================== - Coverage 87.13% 80.09% -7.05% ========================================== Files 76 74 -2 Lines 3460 3421 -39 ========================================== - Hits 3015 2740 -275 - Misses 445 681 +236 ```

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

p-j-smith commented 1 week ago

thanks for the reviews! I've ran this on the test instance and we're now getting all the studies through, and using threads in the anon plugin means we're not blocking the main thread anymore