Skip to content

Commit

Permalink
update comment to say mtk#800
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Mar 13, 2021
1 parent b7cfcf4 commit ef52c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ef52c0e

Please sign in to comment.