Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit ca49588

Browse files
committed
Remove root file in tests
1 parent 5fecce3 commit ca49588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ def test_flatten():
119119
assert(len(df_) == 3)
120120
assert(np.all(df_['__array_index'] == np.array([0, 1, 2])))
121121

122+
os.remove('tmp.root')
123+

0 commit comments

Comments
 (0)