@@ -1666,8 +1666,8 @@ mod test {
16661666 test_adjoint ( adjoint_solver, dgdu) ;
16671667 insta:: assert_yaml_snapshot!( problem. eqn. rhs( ) . statistics( ) , @r###"
16681668 number_of_calls: 160
1669- number_of_jac_muls: 6
1670- number_of_matrix_evals: 3
1669+ number_of_jac_muls: 2
1670+ number_of_matrix_evals: 1
16711671 number_of_jac_adj_muls: 220
16721672 "### ) ;
16731673 }
@@ -1688,8 +1688,8 @@ mod test {
16881688 test_adjoint_sum_squares ( adjoint_solver, dgdp, soln, data, times. as_slice ( ) ) ;
16891689 insta:: assert_yaml_snapshot!( problem. eqn. rhs( ) . statistics( ) , @r###"
16901690 number_of_calls: 588
1691- number_of_jac_muls: 10
1692- number_of_matrix_evals: 5
1691+ number_of_jac_muls: 6
1692+ number_of_matrix_evals: 3
16931693 number_of_jac_adj_muls: 1054
16941694 "### ) ;
16951695 }
@@ -1740,8 +1740,8 @@ mod test {
17401740 test_adjoint ( adjoint_solver, dgdu) ;
17411741 insta:: assert_yaml_snapshot!( problem. eqn. rhs( ) . statistics( ) , @r###"
17421742 number_of_calls: 163
1743- number_of_jac_muls: 18
1744- number_of_matrix_evals: 6
1743+ number_of_jac_muls: 12
1744+ number_of_matrix_evals: 4
17451745 number_of_jac_adj_muls: 106
17461746 "### ) ;
17471747 }
@@ -1762,8 +1762,8 @@ mod test {
17621762 test_adjoint_sum_squares ( adjoint_solver, dgdp, soln, data, times. as_slice ( ) ) ;
17631763 insta:: assert_yaml_snapshot!( problem. eqn. rhs( ) . statistics( ) , @r###"
17641764 number_of_calls: 220
1765- number_of_jac_muls: 18
1766- number_of_matrix_evals: 6
1765+ number_of_jac_muls: 12
1766+ number_of_matrix_evals: 4
17671767 number_of_jac_adj_muls: 404
17681768 "### ) ;
17691769 }
0 commit comments