Skip to content

Commit

Permalink
Remove subset_ind argument in rep_diff test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayerb authored Sep 9, 2020
1 parent f65503e commit 7f5bb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tcrdist/tests/test_repdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_chm_NN(self):
count_col='count',
knn_neighbors=50,
knn_radius=None,
subset_ind=None,
#subset_ind=None,
cluster_ind=None)

res = td.stats.neighborhood_diff(self.clone_df, self.pw, x_cols=['Visit', 'Stim'], test_method='chm')
Expand All @@ -61,6 +61,7 @@ def test_chi2_NN(self):
def test_fishers_HC(self):
res = td.stats.hcluster_diff(self.clone_df, self.pw, x_cols=['Visit'], test_method='fishers')


def test_member_summ(self):
res, Z = td.stats.hcluster_diff(self.clone_df, self.pw, x_cols=['Visit'], test_method='fishers')

Expand Down

0 comments on commit 7f5bb65

Please sign in to comment.