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

Unified Diff: cluster_telemetry/telemetry_slave_scripts/write_json_summary.py

Issue 330943002: remove all references to weightedDiffMeasure from cluster_telemetry code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 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
Index: cluster_telemetry/telemetry_slave_scripts/write_json_summary.py
diff --git a/cluster_telemetry/telemetry_slave_scripts/write_json_summary.py b/cluster_telemetry/telemetry_slave_scripts/write_json_summary.py
index a5a75f619c739e5f42f2c1db452b5c9c273504fe..571e65b0e5aa480139480edb3367124191e60f4f 100644
--- a/cluster_telemetry/telemetry_slave_scripts/write_json_summary.py
+++ b/cluster_telemetry/telemetry_slave_scripts/write_json_summary.py
@@ -148,8 +148,6 @@ def WriteJsonSummary(img_root, nopatch_json, nopatch_images_base_url,
diff_record.get_num_pixels_differing(),
json_summary_constants.JSONKEY_PERCENT_PIXELS_DIFFERING:
diff_record.get_percent_pixels_differing(),
- json_summary_constants.JSONKEY_WEIGHTED_DIFF_MEASURE:
- diff_record.get_weighted_diff_measure(),
json_summary_constants.JSONKEY_MAX_DIFF_PER_CHANNEL:
diff_record.get_max_diff_per_channel(),
json_summary_constants.JSONKEY_PERCEPTUAL_DIFF:

Powered by Google App Engine
This is Rietveld 408576698