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

Re #23470 add warning for misfits

parent c08365b5
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