From 031898a15d6a0c0877fb2dc35ddc6d6f8e6d7ffd Mon Sep 17 00:00:00 2001 From: ErikQQY <2283984853@qq.com> Date: Sun, 14 Apr 2024 21:12:49 +0800 Subject: [PATCH] Update Project.toml Signed-off-by: ErikQQY <2283984853@qq.com> --- Project.toml | 2 +- test/function_building_error_messages.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index de4dfe450..a9a00b4a9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SciMLBase" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" authors = ["Chris Rackauckas and contributors"] -version = "2.32.0" +version = "2.32.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/test/function_building_error_messages.jl b/test/function_building_error_messages.jl index daf1c8565..c5e7a6921 100644 --- a/test/function_building_error_messages.jl +++ b/test/function_building_error_messages.jl @@ -544,7 +544,7 @@ bcjac(u, p, t) = [1.0] bciip, jac = bjac, bcjac = bcjac) -@test_throws SciMLBase.NonconformingFunctionsError BVPFunction(bfoop, +@test_throws SciMLBase.TooFewArgumentsError BVPFunction(bfoop, bciip, jac = bjac, bcjac = bcjac)