Skip to content

Commit c5cd734

Browse files
committed
up
1 parent cac7246 commit c5cd734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/system-a/targets/line.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test("line -- gradientDescentVelocity", () => {
5656
relayFactor: 0.9,
5757
}),
5858
{
59-
revs: 100,
59+
revs: 300,
6060
},
6161
)
6262
})

src/system-a/targets/quad.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test("quad -- gradientDescentVelocity", () => {
5959
relayFactor: 0.9,
6060
}),
6161
{
62-
revs: 100,
62+
revs: 300,
6363
},
6464
)
6565
})

0 commit comments

Comments
 (0)