Skip to content

Commit 78eac20

Browse files
committed
fix formatting
1 parent 3f29f9c commit 78eac20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lotka_volterra.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end
3636

3737
function lotka_true()
3838
@variables t x(t)=3.1 y(t)=1.5
39-
@parameters α=1.3 [tunable = false] β=0.9 γ=0.8 δ=1.8 [tunable = false]
39+
@parameters α=1.3 [tunable=false] β=0.9 γ=0.8 δ=1.8 [tunable=false]
4040
Dt = ModelingToolkit.D_nounits
4141

4242
eqs = [
@@ -133,7 +133,7 @@ res_sol = solve(res_prob, Vern9(), abstol = 1e-8, reltol = 1e-8, saveat = ts)
133133

134134
function lotka_ude2()
135135
@variables t x(t)=3.1 y(t)=1.5 pred(t)[1:2]
136-
@parameters α=1.3 [tunable = false] δ=1.8 [tunable = false]
136+
@parameters α=1.3 [tunable=false] δ=1.8 [tunable=false]
137137
chain = multi_layer_feed_forward(2, 2; width = 5, initial_scaling_factor = 1)
138138
NN, p = SymbolicNeuralNetwork(; chain, n_input = 2, n_output = 2, rng = StableRNG(42))
139139
Dt = ModelingToolkit.D_nounits

0 commit comments

Comments
 (0)