diff --git a/examples/reconstruct/test.jl b/examples/reconstruct/test.jl
index 7aa4d16ed4c65cb2868cb1cb4545daa6a7f680da..a1311c516bbb845651b148cc141b56d47eac42b4 100644
--- a/examples/reconstruct/test.jl
+++ b/examples/reconstruct/test.jl
@@ -1,6 +1,6 @@
 
-include("ThetaNorm.jl")
-include("TensorComputation.jl")
+# include("ThetaNorm.jl")
+# include("TensorComputation.jl")
 
 using Random
 Random.seed!(1234) # set the seed for reproducibility