Skip to content

Commit ecb3574

Browse files
committed
Ping build
1 parent f410475 commit ecb3574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_evaluation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ functions = [
1111
(x1, x2, x3) -> x1 * 3.0,
1212
(x1, x2, x3) -> 3.0 * x2,
1313
(((x1, x2, x3) -> 3.0 * 6.0), ((x1, x2, x3) -> Node(; val=3.0) * 6.0)),
14+
1415
# deg2_l0_eval
1516
(x1, x2, x3) -> x1 * sin(x2),
1617
(x1, x2, x3) -> 3.0 * sin(x2),

0 commit comments

Comments
 (0)