Skip to content

Commit

Permalink
Update test_nyxus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Nov 15, 2023
1 parent 31eaf8f commit ec1d504
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions tests/python/test_nyxus.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,7 @@ class TestNyxus():

@classmethod
def setup_class(cls):
os.mkdir('TestNyxusOut')

@classmethod
def teardown_class(cls):
shutil.rmtree('TestNyxusOut')
try:
os.remove('NyxusFeatures.arrow')
except:
print('No .arrow file to delete')

try:
os.remove('NyxusFeatures.parquet')
except:
print('No .parquet file to delete')

os.mkdir('TestNyxusOut')

def test_gabor_gpu(self):
# cpu gabor
Expand Down

0 comments on commit ec1d504

Please sign in to comment.