Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05a1b4f

Browse filesBrowse files
committed
bump down precision for circleCI
1 parent 790bc73 commit 05a1b4f
Copy full SHA for 05a1b4f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎test/jasmine/tests/modebar_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/modebar_test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ describe('ModeBar', function() {
564564
afterEach(destroyGraphDiv);
565565

566566
function assertRange(actual, expected) {
567-
var PRECISION = 4;
567+
var PRECISION = 2;
568568
expect(actual[0]).toBeCloseTo(expected[0], PRECISION);
569569
expect(actual[1]).toBeCloseTo(expected[1], PRECISION);
570570
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.