Trying to apply this filter on an image sometimes results in an error. Input pixel type is short. Log for latest nightly:
myFilter = AbsImageFilter()
myFilter.SetDebug(False)
myFilter.SetNumberOfThreads(24)
myFilter.SetNumberOfWorkUnits(0)
Traceback (most recent call last):
File "C:/Users/Dzenan/AppData/Local/slicer.org/Slicer 5.7.0-2024-10-15/bin/../lib/Slicer-5.7/qt-scripted-modules/SimpleFilters.py", line 435, in thread_doit
img = sitkFilter.Execute(*inputImages)
TypeError: Execute() missing 1 required positional argument: 'image1'
Error during execution of AbsImageFilter:
Execute() missing 1 required positional argument: 'image1'
The problem mostly occurs on the first try. It also affects Slicer 5.2.1.
Trying to apply this filter on an image sometimes results in an error. Input pixel type is short. Log for latest nightly:
The problem mostly occurs on the first try. It also affects Slicer 5.2.1.