Skip to content

Commit

Permalink
fix model test data type
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyujie-jack committed Jul 22, 2024
1 parent fe23f67 commit df6f507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Cersyve
# Cersyve.jl

[![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)
2 changes: 1 addition & 1 deletion test/model_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

task = Unicycle
hidden_sizes = [32, 32]
data = Dict(
data = Dict{String, Array{Float32}}(
"x_mean" => zeros(Float32, task.x_dim),
"x_std" => ones(Float32, task.x_dim),
"u_mean" => zeros(Float32, task.u_dim),
Expand Down

0 comments on commit df6f507

Please sign in to comment.