File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 5757function unpackDFGMetadata (packed:: PackedGraphsDFG )
5858 commonfields = intersect (fieldnames (GraphsDFG), fieldnames (PackedGraphsDFG))
5959
60- # FIXME Deprecate remove in DFG v0.24
61- # setdiff!(commonfields, [:blobStores])
62- # blobStores = Dict{Symbol, AbstractBlobstore}()
63- # !isnothing(packed.blobStores) && merge!(blobStores, packed.blobStores)
64-
6560 setdiff! (commonfields, [:blobStores ])
6661 blobStores = packed. blobStores
6762
68- agent = packed. agent
69- graphBlobEntries = packed. graphBlobEntries
70- graphMetadata = packed. graphMetadata
71- graphLabel = packed. graphLabel
72-
63+ # TODO add 'CanSerialize' trait to blobstores and also serialize NvaBlobStores
7364 _isfolderstorepath (s) = false
7465 _isfolderstorepath (s:: FolderStore ) = ispath (s. folder)
7566 # FIXME escalate to keyword
@@ -101,10 +92,6 @@ function unpackDFGMetadata(packed::PackedGraphsDFG)
10192
10293 return GraphsDFG {typeof(packed.solverParams), VT, FT} (;
10394 blobStores,
104- graphBlobEntries,
105- graphMetadata,
106- graphLabel,
107- agent,
10895 props... ,
10996 )
11097end
You can’t perform that action at this time.
0 commit comments