Skip to content
Snippets Groups Projects
Commit 5a814c3c authored by Sullivan, Brendan T's avatar Sullivan, Brendan T
Browse files

Re #23470 add warning for misfits

parent 84e4a4e1
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ class IntegratePeaksProfileFitting(PythonAlgorithm):
except:
#raise
logger.warning('Error fitting peak number ' + str(peakNumber))
peak.setIntensity(0.0)
peak.setSigmaIntensity(1.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment