Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mh authored and mh committed Mar 5, 2024
1 parent fa56360 commit 8885bc9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,9 @@ def test_cli_epiout(tmp_path, counts):
'--confounders', str(confounders_path),
'--output_prefix', prefix,
])
print('exception')
print(result.exception)
print('stderr')
print(result.stderr)
print('stdout')
print(result.stdout)
print(result.exception)
print(result.__dict__)
assert result.exit_code == 0

adata = anndata.read_h5ad(prefix + '.h5ad')
Expand Down

0 comments on commit 8885bc9

Please sign in to comment.