Skip to content

Commit 9eb5c8c

Browse files
format
1 parent 7c50ee2 commit 9eb5c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/esn/deepesn.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const reg = 10e-6
1313
test_types = [Float64, Float32, Float16]
1414
zeros_types = [zeros64, zeros32, zeros16]
1515

16-
for (tidx,t) in enumerate(test_types)
16+
for (tidx, t) in enumerate(test_types)
1717
Random.seed!(77)
1818
res = rand_sparse(; radius=1.2, sparsity=0.1)
1919
esn = DeepESN(t.(input_data), 1, res_size;
@@ -22,4 +22,4 @@ for (tidx,t) in enumerate(test_types)
2222
output_layer = train(esn, t.(target_data))
2323
output = esn(Generative(length(test_data)), output_layer)
2424
@test eltype(output) == t
25-
end
25+
end

0 commit comments

Comments
 (0)