Skip to content

Commit

Permalink
removed bin_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy-bakulin authored Jul 3, 2022
1 parent 59e69e8 commit cefa39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def load_expression_bladder():
names=["gene", "exp"])
exp = ExpressionProfile(df.iloc[:, 0],
df.iloc[:, 1],
bin_strategy='split',
n_bins=20)
exp.convert_from_to('refseq', 'ensg', 'human')
return exp
Expand Down

0 comments on commit cefa39b

Please sign in to comment.