Skip to content

Commit e35b462

Browse files
committed
Fix granite unit test
1 parent d8678c3 commit e35b462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tiny_random.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ describe("Tiny random models", () => {
11081108
...inputs,
11091109
max_length: 10,
11101110
});
1111-
expect(outputs.tolist()).toEqual([[7656n, 23147n, 31291n, 1011n, 8768n, 30904n, 9256n, 28368n, 16199n, 26560n]]);
1111+
expect(outputs.tolist()).toEqual([[7656n, 39727n, 33077n, 9643n, 30539n, 47869n, 48739n, 15085n, 9203n, 14020n]]);
11121112
},
11131113
MAX_TEST_EXECUTION_TIME,
11141114
);
@@ -1122,8 +1122,8 @@ describe("Tiny random models", () => {
11221122
max_length: 10,
11231123
});
11241124
expect(outputs.tolist()).toEqual([
1125-
[0n, 7656n, 23147n, 31291n, 1011n, 8768n, 30904n, 9256n, 28368n, 16199n],
1126-
[7656n, 5788n, 9477n, 14490n, 18374n, 28650n, 10907n, 2989n, 14096n, 27403n],
1125+
[0n, 7656n, 39727n, 33077n, 9643n, 30539n, 47869n, 48739n, 15085n, 9203n],
1126+
[7656n, 5788n, 17835n, 13234n, 7592n, 21471n, 30537n, 23023n, 43450n, 4824n],
11271127
]);
11281128
},
11291129
MAX_TEST_EXECUTION_TIME,

0 commit comments

Comments
 (0)