File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/OrdinaryDiffEqRosenbrock/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 757
757
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. alg_autodiff (alg) === ad
758
758
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. get_chunksize (alg) === Val {3} ()
759
759
760
- alg = @test_logs (:warn ,r" deprecated" ) @inferred (T (; autodiff = ad, chunk_size = Val {4} ()))
760
+ alg = @test_logs (:warn ,r" The `chunk_size` keyword is deprecated" ) match_mode = :any @inferred (T (; autodiff = ad, chunk_size = Val {4} ()))
761
761
@test alg isa RosenbrockAlgorithm{4 ,<: AutoForwardDiff{4} ,Val {:forward} ()}
762
762
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. alg_autodiff (alg) isa AutoForwardDiff{4 }
763
763
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. get_chunksize (alg) === Val {4} ()
768
768
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. alg_autodiff (alg) === ad
769
769
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. get_chunksize (alg) === Val {0} ()
770
770
771
- alg = @test_logs (:warn ,r" deprecated" ) @inferred (T (; autodiff = ad, diff_type = Val {:complex} ()))
771
+ alg = @test_logs (:warn ,r" The `diff_type` keyword is deprecated" ) match_mode = :any @inferred (T (; autodiff = ad, diff_type = Val {:complex} ()))
772
772
@test alg isa RosenbrockAlgorithm{0 ,<: AutoFiniteDiff{Val{:complex}} ,Val {:complex} ()}
773
773
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. alg_autodiff (alg) isa AutoFiniteDiff{Val{:complex }}
774
774
@test OrdinaryDiffEqRosenbrock. OrdinaryDiffEqCore. get_chunksize (alg) === Val {0} ()
You can’t perform that action at this time.
0 commit comments