Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <[email protected]>
  • Loading branch information
ErikQQY committed Apr 14, 2024
1 parent f4994cf commit 031898a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "2.32.0"
version = "2.32.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
2 changes: 1 addition & 1 deletion test/function_building_error_messages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 031898a

Please sign in to comment.