Skip to content

Commit

Permalink
Add evaluate_and_jacobian tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme committed May 9, 2018
1 parent 62e34ec commit ef7e9fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/system_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
@test DF jacobian(r)
@test [f(w), g(w)] value(r)

u, U = evaluate_and_jacobian(F, w, cfg)
@test U jacobian(r)
@test u value(r)

v = zeros(3)
V = zeros(3, 3)
Expand Down

0 comments on commit ef7e9fb

Please sign in to comment.