Fix test logic in CompareBatched #61
Annotations
1 error
FastBertTokenizer.Tests.CompareBatched ► CompareSimpleWikipediaCorpusAsIs27(articles: [[1] = "April -- April (Apr.) is the fourth month of the y"···, [2] = "August -- August (Aug.) is the eighth month of the"···, [6] = "Art -- Art is a creative activit...:
src/FastBertTokenizer.Tests/CompareBatched.cs#L141
Failed test found in:
src/FastBertTokenizer.Tests/TestResults/test-results-0.4.30.51832.trx
Error:
System.Exception : Error comparing tokenization results for 14013
---- Shouldly.ShouldAssertException : currentInputIds
should be
[101L, 19982L, 21022L, 2860L, 20459L, 6790L, 3070L, 19190L, 18222L, 3683L, 4887L, 4887L, 17287L, 8585L, 4017L, 9496L, 14289L, 2912L, 2912L, 8197L, 21138L, 4887L, 13807L, 16368L, 2239L]
but was
[101L, 100L, 1011L, 1011L, 19982L, 21022L, 2860L, 20459L, 6790L, 3070L, 19190L, 18222L, 3683L, 4887L, 4887L, 17287L, 8585L, 4017L, 9496L, 14289L, 2912L, 2912L, 8197L, 21138L, 4887L]
|