Skip to content
Snippets Groups Projects
Unverified Commit 09ed866d authored by Lambert Theisen's avatar Lambert Theisen :rocket:
Browse files

fix scripts

parent cf6ab3c9
No related branches found
No related tags found
No related merge requests found
Pipeline #511041 passed
......@@ -30,6 +30,6 @@ max_exponent = 10
# Generate X, Y, A
X, Y, A = generate(f, width, n, max_exponent)
rm("X.h5"); h5write("X.h5", "X", X)
rm("Y.h5"); h5write("Y.h5", "Y", Y)
rm("A.h5"); h5write("A.h5", "A", A)
rm("X.h5", force=true); h5write("X.h5", "X", X)
rm("Y.h5", force=true); h5write("Y.h5", "Y", Y)
rm("A.h5", force=true); h5write("A.h5", "A", A)
using HDF5
include("ThetaNorm.jl")
include("TensorComputation.jl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment