Skip to content

Commit

Permalink
Merge pull request #131 from acfr/130-bug-in-sandwichfc
Browse files Browse the repository at this point in the history
Fixed bug in parameter extraction of SandwichFC
  • Loading branch information
nic-barbara committed Sep 12, 2023
2 parents 6e97b09 + 95af745 commit 3bc28d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wrappers/LBDN/sandwich_fc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function (m::SandwichFC)(x::AbstractVecOrMat{T}) where T
XY = m.XY
α = m.α
d = m.d
b = m.d
b = m.b
σ = m.σ
n = size(XY,2)

Expand Down

0 comments on commit 3bc28d5

Please sign in to comment.