Skip to content

Commit 0b11a9f

Browse files
author
Frankie Robertson
committed
Fix resp_vec for LogItemBank
1 parent d48fe6f commit 0b11a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logitembank.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function FittedItemBanks.resp(ir::ItemResponse{<:LogItemBank}, response, θ)
3232
end
3333

3434
function FittedItemBanks.resp_vec(ir::ItemResponse{<:LogItemBank}, θ)
35-
exp(ULogarithmic{Float64}, FittedItemBanks.log_resp_vec(inner_ir(ir), θ))
35+
exp.(ULogarithmic{Float64}, FittedItemBanks.log_resp_vec(inner_ir(ir), θ))
3636
end
3737

3838
@forward LogItemBank.inner Base.length,

0 commit comments

Comments
 (0)