Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTest Failures #349

Open
tbirdso opened this issue May 2, 2022 · 1 comment · Fixed by InsightSoftwareConsortium/ITK#3406
Open

CTest Failures #349

tbirdso opened this issue May 2, 2022 · 1 comment · Fixed by InsightSoftwareConsortium/ITK#3406
Assignees

Comments

@tbirdso
Copy link
Contributor

tbirdso commented May 2, 2022

Two CTests are failing:

CDash results

Traceback (most recent call last):
  File "/home/runner/work/bld/itkpython/lib/python3.8/site-packages/itk/support/template_class.py", line 525, in __getitem__
    this_item = self.__template__[key]
KeyError: (<class 'itk.itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4Python.itkJensenHavrdaCharvatTsallisPointSetToPointSetMetricv4PSF2'>,)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/runner/work/Ex/src/Registration/Metricsv4/RegisterTwoPointSets/Code.py", line 164, in <module>
    test_registration(dimension)
  File "/home/runner/work/Ex/src/Registration/Metricsv4/RegisterTwoPointSets/Code.py", line 72, in test_registration
    ShiftScalesType = itk.RegistrationParameterScalesFromPhysicalShift[
  File "/home/runner/work/bld/itkpython/lib/python3.8/site-packages/itk/support/template_class.py", line 529, in __getitem__
    raise itk.TemplateTypeError(self, key)
itk.support.extras.TemplateTypeError: itk.RegistrationParameterScalesFromPhysicalShift is not wrapped for input type `itk.JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4[itk.PointSet[itk.F,2]]`.

Failures may be related to recent changes in wrapping for itk::RegistrationParameterScalesFromPhysicalShift:
InsightSoftwareConsortium/ITK@6310d36

@tbirdso
Copy link
Contributor Author

tbirdso commented May 3, 2022

RegisterTwoPointSetsTest2DPython and RegisterTwoPointSetsTest3DPython rely on ITK Python PyPI packages for dashboard results and are still failing because the changes in InsightSoftwareConsortium/ITK#3406 have not been released in an ITK Python package yet. Tests are disabled for now and should be revisited once itk>v5.3rc04 is released.

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 a pull request may close this issue.

1 participant