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
Copy file name to clipboardExpand all lines: src/Deprecated.jl
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -420,6 +420,16 @@ function fncStringToData(args...; kwargs...)
420
420
returnerror("fncStringToData is obsolete.")
421
421
end
422
422
423
+
#TODO make sure getFactorOperationalMemoryType is obsolete
424
+
functiongetFactorOperationalMemoryType(dummy)
425
+
returnerror(
426
+
"Please extend your workspace with function getFactorOperationalMemoryType(<:AbstractParams) for your usecase, e.g. IncrementalInference uses `CommonConvWrapper <: FactorSolverCache`",
Method must be overloaded by the user for Serialization to work. E.g. IncrementalInference uses `CommonConvWrapper <: FactorSolverCache`.
104
-
"""
105
-
functiongetFactorOperationalMemoryType(dummy)
106
-
returnerror(
107
-
"Please extend your workspace with function getFactorOperationalMemoryType(<:AbstractParams) for your usecase, e.g. IncrementalInference uses `CommonConvWrapper <: FactorSolverCache`",
0 commit comments