Skip to content

Commit

Permalink
fix rosenbrock chunksize
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Jan 2, 2025
1 parent 20e7058 commit 3631275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrators/cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
println("Check some other integrators")

println("Rosenbrock23")
@test_nowarn solve(prob, MethodOfSteps(Rosenbrock23(chunk_size = 1)); dt = 0.5)
@test_nowarn solve(prob, MethodOfSteps(Rosenbrock23()); dt = 0.5)

@testset "$(nameof(typeof(alg)))" for alg in CACHE_TEST_ALGS
@test_nowarn solve(prob, MethodOfSteps(alg); dt = 0.5)
Expand Down

0 comments on commit 3631275

Please sign in to comment.