Skip to content

Commit

Permalink
Merge pull request #30 from mancusolab/test_spectral
Browse files Browse the repository at this point in the history
enhance output
  • Loading branch information
zeyunlu committed Sep 26, 2023
2 parents 2d07a6f + 36048cd commit 6870c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sushie/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,8 @@ def make_cs(
if avg_corr > purity:
cs = pd.concat([cs, tmp_cs], ignore_index=True)
full_alphas[f"kept_l{new_ldx}"] = 1
else:
full_alphas[f"kept_l{new_ldx}"] = 0

pip_all = utils.make_pip(alpha)
pip_cs = utils.make_pip(
Expand Down

0 comments on commit 6870c14

Please sign in to comment.