File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 217
217
p = plot (p₁, p₂, layout= (1 ,2 ))
218
218
219
219
@test_reference joinpath (datadir, " center.png" ) p
220
- # savefig(p, joinpath(datadir, "center.png"))
221
220
end
222
221
end
223
222
253
252
p = plot (p₁, p₂, layout= (1 ,2 ))
254
253
255
254
@test_reference joinpath (datadir, " scale.png" ) p
256
- # savefig(p, joinpath(datadir, "scale.png"))
257
255
end
258
256
end
259
257
280
278
p = plot (p₁, p₂, layout= (1 ,2 ))
281
279
282
280
@test_reference joinpath (datadir, " zscore.png" ) p
283
- # savefig(p, joinpath(datadir, "zscore.png"))
284
281
end
285
282
end
286
283
431
428
432
429
@test_reference joinpath (datadir, " eigenanalysis-1.png" ) p
433
430
@test_reference joinpath (datadir, " eigenanalysis-2.png" ) q
434
- # savefig(p, joinpath(datadir, "eigenanalysis-1.png"))
435
- # savefig(q, joinpath(datadir, "eigenanalysis-2.png"))
436
431
end
437
432
end
438
433
You can’t perform that action at this time.
0 commit comments