Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogtamas committed Mar 27, 2020
1 parent 5fbc7c9 commit ebf102c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def test_spectratype(adata_tra):
def test_vdj_usage(adata_vdj):

df = st.tl.vdj_usage(adata_vdj, fraction="sample")
print(df)

# Check return formats
assert isinstance(df, pd.DataFrame)
Expand Down

0 comments on commit ebf102c

Please sign in to comment.