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 Jul 13, 2023
1 parent 1ccedfa commit 43fe2e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/python/test_nyxus.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,6 @@ def test_arrow_ipc_path(self):

path = nyx.get_arrow_ipc_file()

print(path)

assert path == 'out.arrow'

#os.remove(path)
Expand Down Expand Up @@ -628,8 +626,6 @@ def test_parquet_writer(self):

parquet_file = nyx.featurize(intens, seg, output_type="parquet", output_path='TestNyxusOut')

print(parquet_file)

# Read the Parquet file into a Pandas DataFrame
parquet_df = pq.read_table(parquet_file).to_pandas()

Expand Down

0 comments on commit 43fe2e7

Please sign in to comment.