Skip to content

Commit

Permalink
Update src/MemoryFunctions.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
itsdfish and github-actions[bot] authored Nov 12, 2024
1 parent 5e3cdad commit 24de4af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/MemoryFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,12 @@ function blend_chunks(actr::AbstractACTR, blended_slots, cur_time; request...)
return blend_slots(actr, chunks, probs, blended_slots)
end

function blend_slots(actr::AbstractACTR, chunks::Vector{<:AbstractChunk}, probs::Vector{<:Real}, blended_slots)
function blend_slots(
actr::AbstractACTR,
chunks::Vector{<:AbstractChunk},
probs::Vector{<:Real},
blended_slots
)
return map(s -> blend_slots(actr, chunks, probs, s), blended_slots)
end

Expand Down

0 comments on commit 24de4af

Please sign in to comment.