Skip to content

Commit

Permalink
More test
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Apr 29, 2022
1 parent eb81f66 commit b9f95f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ u = 2.0collect(1:10)
t = 1.0collect(1:10)
A = LinearInterpolation(u,t)

@variables t
A(t)
@variables t x(t)
substitute(A(t), Dict(t => x))

0 comments on commit b9f95f8

Please sign in to comment.