Skip to content

Commit

Permalink
remove unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Oct 17, 2023
1 parent 4c36c62 commit 15160c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ACTRModels"
uuid = "c095b0ea-a6ca-5cbd-afed-dbab2e976880"
authors = ["itsdfish"]
version = "0.12.4"
version = "0.12.5"

[deps]
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Expand Down
20 changes: 0 additions & 20 deletions src/MemoryFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1175,26 +1175,6 @@ function get_parm(actr::AbstractACTR, p)
return getfield(actr.parms, p)
end

"""
blend_chunks(actr::AbstractACTR; request...)
Computes blended value over chunks given a retrieval request. By default,
values are blended over the set of slots formed by the set difference between all
slots of a chunk and the slots specified in the retrieval request. The default time used
in activation calculations is taken from `get_time`.
# Arguments
- `actr::AbstractACTR`: an `ACTR` model object
# Keywords
- `request...`: optional keywords for the retrieval request
"""
function blend_chunks(actr::AbstractACTR; request...)
return blend_chunks(actr, get_time(actr); request...)
end

"""
blend_chunks(actr::AbstractACTR, blended_slots; request...)
Expand Down

0 comments on commit 15160c4

Please sign in to comment.