Skip to content

Commit

Permalink
add some kinds of kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
yang162132 authored and pomadchin committed Sep 23, 2023
1 parent 38c6530 commit c030150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.scalatest.funsuite.AnyFunSuite

class KernelSpec extends AnyFunSuite {
test("chebyshev") {
val chebyshevKernel = chebyshev(3)
val chebyshevKernel = chebyshev(5)
val tile = chebyshevKernel.tile
var r = 0
while (r < tile.rows) {
Expand Down

0 comments on commit c030150

Please sign in to comment.