Skip to content

FIX : error in str replacing with raw str and replacing MultiThreader (ITK4) by MultiThreaderBase (ITK>=5) - #93

Open
Jules-GP wants to merge 2 commits into
NIRALUser:masterfrom
Jules-GP:WORK
Open

FIX : error in str replacing with raw str and replacing MultiThreader (ITK4) by MultiThreaderBase (ITK>=5) #93
Jules-GP wants to merge 2 commits into
NIRALUser:masterfrom
Jules-GP:WORK

Conversation

@Jules-GP

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 22, 2026 15:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates threading configuration in the test driver to use ITK’s newer threading API, and fixes Python string literals to avoid escape-sequence issues in UI warning titles.

Changes:

  • Replace itk::MultiThreader usage with itk::MultiThreaderBase and update the corresponding include.
  • Convert warning window titles in ShapeAnalysisModule.py to raw string literals to avoid invalid escape-sequence warnings.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Testing/itkTestMain.h Switches test-driver threading configuration from MultiThreader to MultiThreaderBase.
Modules/Scripted/ShapeAnalysisModule/ShapeAnalysisModule.py Updates warning dialog titles to use raw strings, preventing invalid escape warnings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Testing/itkTestMain.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants