Skip to content

Commit 92fbf7d

Browse files
committed
do Lux.Dense
1 parent 435d1ce commit 92fbf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dk_twos = gen_linear_data_2outputs()
1414

1515
@testset "LinearHM" begin
1616
# test model instantiation
17-
NN = Lux.Chain(Dense(2, 5), Dense(5, 1))
17+
NN = Lux.Chain(Lux.Dense(2, 5), Lux.Dense(5, 1))
1818
lhm = LinearHM(NN, (:x2, :x3), (:x1,), 1.5f0)
1919
@test lhm.forcing == [:x1]
2020
@test lhm.β == [1.5f0]

0 commit comments

Comments
 (0)