SciMLBenchmarks.jl icon indicating copy to clipboard operation
SciMLBenchmarks.jl copied to clipboard

Dynamical ODE benchmark HTML is too big

Open ChrisRackauckas opened this issue 1 year ago • 3 comments

https://buildkite.com/julialang/scimlbenchmarks-dot-jl/builds/811#01824571-4898-4dab-85ce-48afb9de9414/248-307

@SebastianM-C would you happen to know why it's so big? 😅

ChrisRackauckas avatar Jul 28 '22 16:07 ChrisRackauckas

Yeah, there is was issue with interpolating high order solvers because the interpolating polynomial was 3rd order and would give bad energy conservation. So can't use saveats and we have a lot of points

SebastianM-C avatar Jul 28 '22 16:07 SebastianM-C

I don't see why it would necessarily lead to a large HTML though. Is it plotting a bunch of points?

ChrisRackauckas avatar Jul 28 '22 16:07 ChrisRackauckas

Yeah, Plots doesn't subsample/rasterize the input. I think that https://github.com/SciML/OrdinaryDiffEq.jl/issues/421 is the related issue.

SebastianM-C avatar Jul 28 '22 16:07 SebastianM-C

No more HTMLs

ChrisRackauckas avatar Sep 06 '22 18:09 ChrisRackauckas