Skip to content

Commit

Permalink
Tuned Riccati tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvarga committed Nov 28, 2019
1 parent 3704c4a commit 90d8601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_riccati.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Test
#for (Ty,n,p,m) in ((Float64, 30, 10, 10), (Float32, 5, 3, 3))
for (Ty,n,p,m) in ((Float64, 30, 10, 10), (Float64, 5, 1, 1))

Random.seed!(11234)
Random.seed!(21234)

#(Ty,n,p,m) = (Float64, 30, 10, 10)
#(Ty,n,p,m) = (Float64, 2, 1, 1)
Expand Down

2 comments on commit 90d8601

@andreasvarga
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/5994

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" 90d860195567f487f598d9e8e267991577394858
git push origin v1.1.0

Please sign in to comment.