Skip to content

Commit 419370c

Browse files
generate with v0.13
1 parent 6871a87 commit 419370c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ParameterizedFunctions, DiffEqBase
2-
using Test, InteractiveUtils, Latexify
2+
using Test, InteractiveUtils
33

44
using SpecialFunctions
55

@@ -14,7 +14,7 @@ end a b c d
1414
@test latexify(f_t) ==
1515
raw"$\begin{align}
1616
\frac{dx(t)}{dt} =& \mathrm{x}\left( t \right) 1 \\
17-
\frac{dy(t)}{dt} =& \mathrm{y}\left( t \right) - c + d \mathrm{x}\left( t \right) \mathrm{y}\left( t \right) t^{2}
17+
\frac{dy(t)}{dt} =& \mathrm{y}\left( t \right) \left( - c \right) + d \mathrm{x}\left( t \right) \mathrm{y}\left( t \right) t^{2}
1818
\end{align}
1919
$"
2020

0 commit comments

Comments
 (0)