Skip to content

Commit df6f507

Browse files
fix model test data type
1 parent fe23f67 commit df6f507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Cersyve
1+
# Cersyve.jl
22

33
[![Build Status](https://github.com/yangyujie-jack/Cersyve.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/yangyujie-jack/Cersyve.jl/actions/workflows/CI.yml?query=branch%3Amaster)

test/model_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Test
33

44
task = Unicycle
55
hidden_sizes = [32, 32]
6-
data = Dict(
6+
data = Dict{String, Array{Float32}}(
77
"x_mean" => zeros(Float32, task.x_dim),
88
"x_std" => ones(Float32, task.x_dim),
99
"u_mean" => zeros(Float32, task.u_dim),

0 commit comments

Comments
 (0)