fix: Fix "to many steps: constrained dilation" exception for some cases#1220
fix: Fix "to many steps: constrained dilation" exception for some cases#1220
Conversation
Reviewer's Guide by SourceryThis PR addresses the "too many steps: constrained dilation" exception by increasing the maximum step limit in the watershed segmentation algorithm and updating the build pipeline to use a fixed version of the PartSegCore-compiled-backend. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.OpenGrep is compatible with Semgrep configurations. Add an |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1220 +/- ##
===========================================
+ Coverage 93.12% 93.13% +0.01%
===========================================
Files 211 211
Lines 33272 33272
===========================================
+ Hits 30983 30988 +5
+ Misses 2289 2284 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|



Summary by Sourcery
Fix the 'to many steps: constrained dilation' exception by increasing the step_limits in MSOWatershedParams and update the CI pipeline to install a specific branch of PartSegCore-compiled-backend.
Bug Fixes:
CI: