You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#TODO function is currently broken as getUpMsgs does not exist, possibly deprecated?
#TODO function is currently broken as getUpMsgs does not exist, possibly deprecated?# DF, I did some digging and got this far# v0.14 @deprecate getUpMsgs(x...) getMsgsUpThis(x...)# @deprecate getMsgsUpThis(x...) getMsgUpThis(x...)# getMsgUpThis(cdat::BayesTreeNodeData) = fetch(getMsgUpChannel(cdat))# v0.16 @deprecate getMsgUpThis(x...;kw...) fetchMsgUpThis(x...;kw...)# fetchMsgUpThis was never properly deprecated
The text was updated successfully, but these errors were encountered:
Hi @dehann, As far as I remember the decision was to move the fetch csm to the attic without deprecation. IIF.getMessageBuffer(cliq).upTx doesn't sound correct (and its not in use as far as I remember). Is it not closer to IIF.getMessageBuffer(cliq).upRx or was it the message that was sent out?
What is the replacement function from v0.16 for
fetchMsgUpThis
?Hi @Affie, I think you removed this function perhaps?
IncrementalInference.jl/src/TreeMessageUtils.jl
Line 464 in 9ad3160
The text was updated successfully, but these errors were encountered: