Skip to content

Commit

Permalink
Update test/function_building_error_messages.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 21, 2023
1 parent a3a09d4 commit 619ac07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/function_building_error_messages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ bvjp(u, v, p, t) = [1.0]
@test_throws SciMLBase.NonconformingFunctionsError BVPFunction(bfoop, bciip, vjp = bvjp)
bvjp(du, u, v, p, t) = [1.0]
BVPFunction(bfiip, bciip, vjp = bvjp)
BVPFunction(bfoop, bciip, vjp = bvjp)

@test_throws SciMLBase.NonconformingFunctionsError BVPFunction(bfoop, bciip, vjp = bvjp)

Expand Down

0 comments on commit 619ac07

Please sign in to comment.