Skip to content

Commit 5b37fe6

Browse files
committed
Remove savefig
1 parent f8142a4 commit 5b37fe6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/transforms.jl

-5
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@
217217
p = plot(p₁, p₂, layout=(1,2))
218218

219219
@test_reference joinpath(datadir, "center.png") p
220-
# savefig(p, joinpath(datadir, "center.png"))
221220
end
222221
end
223222

@@ -253,7 +252,6 @@
253252
p = plot(p₁, p₂, layout=(1,2))
254253

255254
@test_reference joinpath(datadir, "scale.png") p
256-
# savefig(p, joinpath(datadir, "scale.png"))
257255
end
258256
end
259257

@@ -280,7 +278,6 @@
280278
p = plot(p₁, p₂, layout=(1,2))
281279

282280
@test_reference joinpath(datadir, "zscore.png") p
283-
# savefig(p, joinpath(datadir, "zscore.png"))
284281
end
285282
end
286283

@@ -431,8 +428,6 @@
431428

432429
@test_reference joinpath(datadir, "eigenanalysis-1.png") p
433430
@test_reference joinpath(datadir, "eigenanalysis-2.png") q
434-
# savefig(p, joinpath(datadir, "eigenanalysis-1.png"))
435-
# savefig(q, joinpath(datadir, "eigenanalysis-2.png"))
436431
end
437432
end
438433

0 commit comments

Comments
 (0)