Skip to content

Commit ae42748

Browse files
committed
Fix again
1 parent 40be439 commit ae42748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/flopscomp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function main(; Ns=[50, 64, 100, 128, 250, 256, 500, 512, 1000, 1024, 2000, 2048
165165
end
166166

167167
finalplot = plot(res[Ts[1]].plt, res[Ts[2]].plt, res[Ts[3]].plt, res[Ts[4]].plt, res[Ts[5]].plt, res[Ts[6]].plt; layout=(2,3),
168-
ylim=(0,9e12),
168+
ylim=(0,ylim_upper),
169169
plot_title=plt_title,
170170
tickfonthalign=:left,
171171
bottommargin=15pt,

0 commit comments

Comments
 (0)