Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: tools/auto_bisect/math_utils.py

Issue 1001033004: Fix style in tools/auto_bisect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/auto_bisect/fetch_build_test.py ('k') | tools/auto_bisect/query_crbug_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/math_utils.py
diff --git a/tools/auto_bisect/math_utils.py b/tools/auto_bisect/math_utils.py
index dc1c885b82edfb8d2b81882dd15a0f0710294102..eef7f0936d3da7a3f9c379683b91c90056a7e680 100644
--- a/tools/auto_bisect/math_utils.py
+++ b/tools/auto_bisect/math_utils.py
@@ -136,4 +136,3 @@ def StandardError(values):
return 0.0
std_dev = StandardDeviation(values)
return std_dev / math.sqrt(len(values))
-
« no previous file with comments | « tools/auto_bisect/fetch_build_test.py ('k') | tools/auto_bisect/query_crbug_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698