Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hrobarts committed Jul 16, 2024
1 parent b9d0a43 commit a64082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrappers/Python/cil/processors/PaganinProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def __init__(self, delta=1, beta=1e-2, energy=40000,
def check_input(self, data):
if not isinstance(data, (AcquisitionData)):
raise TypeError('Processor only supports AcquisitionData')

return True

def process(self, out=None):
Expand Down

0 comments on commit a64082f

Please sign in to comment.