From ef52c0e65d843b01173ad1ecf9daf365a61c569b Mon Sep 17 00:00:00 2001 From: Shashi Gowda Date: Sat, 13 Mar 2021 14:38:46 +0530 Subject: [PATCH] update comment to say mtk#800 --- test/build_function.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build_function.jl b/test/build_function.jl index 5fb162e94..859791dfd 100644 --- a/test/build_function.jl +++ b/test/build_function.jl @@ -105,7 +105,7 @@ f = eval(build_function(sparse([1],[1], [(x+y)/k], 10,10), [x,y,k])[1]) @test f([1.,1.,2])[1,1] == 1.0 @test sum(f([1.,1.,2])) == 1.0 -let #800 +let # ModelingToolkit.jl#800 @variables x y = sparse(1:3,1:3,x)