Skip to content

Commit 91ef9f9

Browse files
committed
update to delete test jld2 file
1 parent 15d7a5e commit 91ef9f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/runtests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,9 +1485,10 @@ end
14851485

14861486

14871487
mydir = @__DIR__
1488-
savepath = joinpath(mydir, "test_system.bson")
1488+
savepath = joinpath(mydir, "test_system.jld2")
14891489
VortexLattice.save_system_to_bson(system, savepath)
1490-
loaded_system = VortexLattice.load_system_from_bson("test_system.bson")
1490+
loaded_system = VortexLattice.load_system_from_bson(savepath)
1491+
rm(savepath; force=true)
14911492

14921493
for name in fieldnames(typeof(system))
14931494
if name != :sections

test/test_system.bson

-29.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)