Closedown

This commit is contained in:
2016-04-20 14:18:51 +02:00
parent 5cb778071e
commit f18d3135ab

View File

@@ -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)