TissueImageAnalytics / tiatoolbox

Computational Pathology Toolbox developed by TIA Centre, University of Warwick.
https://warwick.ac.uk/tia
Other
340 stars 71 forks source link

:children_crossing: Refactor `cli.visualize` to Improve `cli` Response #795

Closed shaneahmed closed 3 months ago

shaneahmed commented 3 months ago

Before applying fix $ time python -m tiatoolbox -h real 0m18.525s user 0m17.144s sys 0m3.077s

After applying the fix $ time python -m tiatoolbox -h real 0m1.053s user 0m0.434s sys 0m0.020s

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.89%. Comparing base (728494e) to head (ac01c9c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #795 +/- ## ======================================== Coverage 99.89% 99.89% ======================================== Files 69 69 Lines 8530 8530 Branches 1641 1641 ======================================== Hits 8521 8521 Misses 1 1 Partials 8 8 ```

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