Skip to content

Commit cbecd5b

Browse files
committed
Remove json cfg after test
Otherwise CI thinks this is an openPMD file
1 parent 1ace1ce commit cbecd5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/python/unittest/API/APITest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,6 +2239,8 @@ def testSeriesConstructors(self):
22392239
s = io.Series(f, io.Access.create, c)
22402240
s.close()
22412241

2242+
os.remove(cfg_as_file)
2243+
22422244
def testScalarHdf5Fields(self):
22432245
if "hdf5" not in io.variants:
22442246
return

0 commit comments

Comments
 (0)