Skip to content

Commit

Permalink
COMP: Add ITKMontage's PhaseCorrelationOptimizer to API ignore list
Browse files Browse the repository at this point in the history
Meant to address:

> python "M:/Dashboard/ITK/Wrapping/Generators/Python/Tests/verifyGetOutputAPIConsistency.py"
...
Traceback (most recent call last):
  File "M:\Dashboard\ITK\Wrapping\Generators\Python\Tests\verifyGetOutputAPIConsistency.py", line 104, in <module>
    tot, w = checkGetOutputConsistency(o, t)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "M:\Dashboard\ITK\Wrapping\Generators\Python\Tests\verifyGetOutputAPIConsistency.py", line 83, in checkGetOutputConsistency
    i.GetOutput()
TypeError: itkPhaseCorrelationOptimizerF2.GetOutput() missing 1 required positional argument: 'index'
itkTestDriver: Process exited with return value: 1
  • Loading branch information
dzenanz committed Jul 11, 2024
1 parent 7acfb08 commit 33fe7af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
exclude = [
# The following class API could be updated.
"GDCMSeriesFileNames",
"PhaseCorrelationOptimizer", # from Montage remote module
"HistogramToRunLengthFeaturesFilter",
"HistogramToTextureFeaturesFilter",
"ScalarImageToRunLengthFeaturesFilter",
Expand Down

0 comments on commit 33fe7af

Please sign in to comment.