Skip to content

Commit 0aad74a

Browse files
committed
fix CI, imports
1 parent e8996e1 commit 0aad74a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Neo4jDFG/Neo4jDFG.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ import ...DistributedFactorGraphs: setSolverParams!,
8787
addDataEntry!,
8888
updateDataEntry!,
8989
deleteDataEntry!,
90-
_getDFGVersion
90+
_getDFGVersion,
91+
_unpackPPE,
92+
_unpackVariableNodeData
9193

9294
using Neo4j
9395
using Base64

0 commit comments

Comments
 (0)