We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6871a87 commit 419370cCopy full SHA for 419370c
test/runtests.jl
@@ -1,5 +1,5 @@
1
using ParameterizedFunctions, DiffEqBase
2
-using Test, InteractiveUtils, Latexify
+using Test, InteractiveUtils
3
4
using SpecialFunctions
5
@@ -14,7 +14,7 @@ end a b c d
14
@test latexify(f_t) ==
15
raw"$\begin{align}
16
\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}
+\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}
18
\end{align}
19
$"
20
0 commit comments