Skip to content

Commit

Permalink
Format matrix data
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Nov 12, 2024
1 parent 6a2d067 commit 60d0c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/poly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ isdefined(Main, :sve_logistic) || include("_conftest.jl")
ddata = rand(drng, 3, 3)
ddata == [
0.5328437345518631 0.8443074122979211 0.6722336389122814;
0.1799506228788046 0.6805545318460489 0.17641780726469292; 0.13124858727993338 0.2193663343416914 0.7756615110113394
0.1799506228788046 0.6805545318460489 0.17641780726469292;
0.13124858727993338 0.2193663343416914 0.7756615110113394
]
end

Expand Down

0 comments on commit 60d0c68

Please sign in to comment.