Closedown
This commit is contained in:
@@ -49,5 +49,5 @@ def fit(ydata, xdata = None, draw_plot = True):
|
||||
else:
|
||||
if draw_plot:
|
||||
p.addMarker(max_x, None, "Max="+str(round(max_x,4)), Color.GRAY)
|
||||
print "Invalid gaussian fit: " + str(mean) " - returning maximum: " + str(max_x)
|
||||
print "Invalid gaussian fit: " + str(mean) + " - returning maximum: " + str(max_x)
|
||||
return (None, max_x, None)
|
||||
|
||||
Reference in New Issue
Block a user