We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8089075 commit 5a44963Copy full SHA for 5a44963
test/verify_vertices.jl
@@ -1,5 +1,3 @@
1
-using ImmutableArrays
2
-
3
# Setup test axes that will be shared among the tests
4
5
# Shift the axes so that they do not line up with
@@ -111,7 +109,7 @@ end
111
109
112
110
# Issue #12
113
x = float(collect(1:3));
114
-y = copy(x);
+y = copy(x);
115
z = eye(3,3);
116
contours(x,y,z)
117
@@ -139,7 +137,7 @@ for line in contourlevels.lines
139
137
ys .== [v[2] for v in line.vertices]
140
138
end
141
142
-# Test that closed contours are identified correctly
+# Test that closed contours are identified correctly
143
# when ambiguous cells are involved
144
145
Z = float([1 1 1 1 1 1
0 commit comments