From 4f6b80ba4b130890f4fb40d4419f733a1e75c943 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 28 Mar 2015 23:25:50 -0400 Subject: [PATCH] see issue 571 --- auto_tests/tests/axis_labels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_tests/tests/axis_labels.js b/auto_tests/tests/axis_labels.js index 7655213..a819214 100644 --- a/auto_tests/tests/axis_labels.js +++ b/auto_tests/tests/axis_labels.js @@ -663,7 +663,7 @@ it('testSmallLabelKMG2', function() { ); // TODO(danvk): this is strange--the values aren't on powers of two, and are - // these units really used for powers of two in <1? + // these units really used for powers of two in <1? See issue #571. assert.deepEqual(['0', '0.48u', '0.95u', '1.43u', '1.91u'], Util.getYLabels()); }); -- 2.7.4