Skip to content

Commit 9b7c38d

Browse files
committed
Skip likely numerically unstable test
1 parent 8463d31 commit 9b7c38d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/builtin/drawing/doc_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ doc-051:
110110
expr: Plot3D[Exp[x] Cos[y], {x, -2, 1}, {y, -Pi, 2 Pi}]
111111
doc-052:
112112
expr: Plot3D[Log[x + y^2], {x, -1, 1}, {y, -1, 1}]
113+
# skipping following due to significant numerical diff btw macos and ubuntu
114+
# i think the test is unstable because of the / (x y)
113115
doc-053:
114116
expr: Plot3D[Sin[x y] /(x y), {x, -3, 3}, {y, -3, 3}, Mesh->All]
117+
skip: true
115118
doc-054:
116119
expr: Plot3D[Sin[x y], {x, -2, 2}, {y, -2, 2}, Mesh->Full]
117120
doc-055:

0 commit comments

Comments
 (0)