Skip to content

Commit 7dd141d

Browse files
fixup! test: rename generate_custom_function testset to code_generation
1 parent 743c559 commit 7dd141d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/code_generation.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
99
u0 = [1.0, 2.0, 3.0, 4.0]
1010
p = ModelingToolkit.MTKParameters(sys, [])
1111

12-
fn1 = generate_custom_function(sys, x + y[1] + p1 + p2[1] + p3 * t; expression = Val(false))
12+
fn1 = generate_custom_function(
13+
sys, x + y[1] + p1 + p2[1] + p3 * t; expression = Val(false))
1314
@test fn1(u0, p, 0.0) == 5.0
1415

1516
fn2 = generate_custom_function(

0 commit comments

Comments
 (0)