Skip to content

Commit 24c60d4

Browse files
committed
format
1 parent d139b55 commit 24c60d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/discretize.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function SciMLBase.symbolic_discretize(pde_system::PDESystem,
438438
else
439439
x = map(chain) do x
440440
_x = ComponentArrays.ComponentArray(Lux.initialparameters(Random.default_rng(),
441-
x))
441+
x))
442442
Float64.(_x) # No ComponentArray GPU support
443443
end
444444
names = ntuple(i -> depvars[i], length(chain))
@@ -452,7 +452,7 @@ function SciMLBase.symbolic_discretize(pde_system::PDESystem,
452452
init_params
453453
else
454454
init_params = Float64.(ComponentArrays.ComponentArray(Lux.initialparameters(Random.default_rng(),
455-
chain)))
455+
chain)))
456456
end
457457
end
458458
else

0 commit comments

Comments
 (0)