Skip to content

Commit df41e24

Browse files
committed
fix formatting
1 parent 3f29f9c commit df41e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lotka_volterra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using Lux
1919

2020
function lotka_ude(chain)
2121
@variables t x(t)=3.1 y(t)=1.5
22-
@parameters α=1.3 [tunable=false] δ=1.8 [tunable=false]
22+
@parameters α=1.3 [tunable = false] δ=1.8 [tunable = false]
2323
Dt = ModelingToolkit.D_nounits
2424

2525
@named nn = NeuralNetworkBlock(2, 2; chain, rng = StableRNG(42))

0 commit comments

Comments
 (0)