We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e77f7 commit d3ac97eCopy full SHA for d3ac97e
src/ExportAPI.jl
@@ -358,4 +358,8 @@ export makeSolverData!
358
359
export MetaPrior
360
361
+# weakdeps on InteractiveUtils.jl
362
+export getCurrentWorkspaceFactors, getCurrentWorkspaceVariables
363
+export listTypeTree
364
+
365
#
test/basicGraphsOperations.jl
@@ -1,4 +1,5 @@
1
using IncrementalInference
2
+using InteractiveUtils
3
using Test
4
5
##
@@ -42,6 +43,19 @@ varT = _TestManiKde
42
43
manikde!(varT, pts)
44
45
46
+##
47
+end
48
49
50
+@testset "test InteractiveUtilsExt" begin
51
52
53
+IIF.listTypeTree(AbstractManifoldMinimize)
54
55
+IIF.getCurrentWorkspaceFactors()
56
+IIF.getCurrentWorkspaceVariables()
57
58
59
60
end
61
0 commit comments