CIL icon indicating copy to clipboard operation
CIL copied to clipboard

DataProcessor is an alias of Processor

Open WYVERN2742 opened this issue 1 year ago • 0 comments

Dataprocessor is just an alias of Processor, and has no functionality https://github.com/TomographicImaging/CIL/blob/master/Wrappers/Python/cil/framework/framework.py#L3958

class DataProcessor(Processor):
    '''Basically an alias of Processor Class'''
    pass

Looks like it was originally added to support transition from DataProcessor -> Processor, but has not been depricated & removed https://github.com/TomographicImaging/CIL/pull/730

WYVERN2742 avatar Feb 09 '24 11:02 WYVERN2742