Skip to content

Commit

Permalink
Merge pull request #190 from francois-drielsma/develop
Browse files Browse the repository at this point in the history
Simple bug fix in calibration manager
  • Loading branch information
francois-drielsma authored Apr 30, 2024
2 parents 0013437 + be9fa75 commit a869f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlreco/utils/calibration/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, cfg, parent_path=''):

# Make sure the essential calibration modules are present
assert not 'recombination' in cfg or 'gain' in cfg, \
'Must provide an ADC to number electrons conversion factor if '
'Must provide an ADC to number electrons conversion factor if ' \
'the recombination algorithm is run.'

# Add the modules to a processor list in decreasing order of priority
Expand Down

0 comments on commit a869f18

Please sign in to comment.