1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

update test

This commit is contained in:
Justin Lin
2021-03-16 11:35:21 +08:00
parent 0f615bee9d
commit 83fbd06f31

View File

@@ -217,4 +217,4 @@ for(y = [0:height - 1]) {
}
assert(wf_entropy(wf, 0, 0) == 1.458879520793018);
assert(wf_coord_min_entropy(wf_collapse(wf, 0, 0)) != [0, 0]);
echo(neighbor_compatibilities(sample, 0, 0, width, height));
assert(neighbor_compatibilities(sample, 0, 0, width, height) == [["S", "S", [1, 0]], ["S", "S", [0, 1]]]);