Skip to content

Commit e9f706f

Browse files
committed
ci: cleanup temp files
1 parent 49d4a17 commit e9f706f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

+hdf5nc/test_hdf5.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ function setupOnce(tc)
2828
h5save(basic, '/A4', A4)
2929
end
3030

31+
function teardownOnce(tc)
32+
delete(tc.TestData.basic)
33+
end
34+
3135

3236
function test_auto_chunk_size(tc)
3337

+hdf5nc/test_netcdf.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ function setupOnce(tc)
3030
ncsave(basic, 'A4', A4, "dims", {'x4', size(A4,1), 'y4', size(A4,2), 'z4', size(A4,3), 'w4', size(A4,4)})
3131
end
3232

33+
function teardownOnce(tc)
34+
delete(tc.TestData.basic)
35+
end
36+
3337

3438
function test_get_variables(tc)
3539
vars = hdf5nc.ncvariables(tc.TestData.basic);

0 commit comments

Comments
 (0)