Skip to content

Commit 7ad2fce

Browse files
authored
Fix tests
1 parent 0835e86 commit 7ad2fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Random.seed!(1)
88
RULES = [
99
Muon(), Apollo(),
1010
OptimiserChain(NormGrowthCap(), Apollo()),
11-
OptimiserChain(GradNormControl(), Muon())
11+
OptimiserChain(GradNormControl([0.0,0.0]), Muon())
1212
]
1313

1414
name(o) = typeof(o).name.name # just for printing testset headings

0 commit comments

Comments
 (0)