Skip to content

Commit e6465bc

Browse files
committed
use RGC100 thickness data instead of random data for LP-HGLET test
1 parent 19c09e6 commit e6465bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ using Test, MultiscaleGraphSignalTransforms, LinearAlgebra, SparseArrays, JLD2,
162162
println("6. LP-HGLET on RGC100")
163163
JLD2.@load "runtests_data/Dendrite.jld2" G
164164
G = G["G_3D"]
165-
f = rand(1154, 1)
165+
f = G["f"]
166166
G_Sig = GraphSig(1.0 * G["W"]; xy = G["xy"], f = f)
167167
G_Sig = Adj2InvEuc(G_Sig)
168168
GP = partition_tree_fiedler(G_Sig; swapRegion = false)

0 commit comments

Comments
 (0)