Skip to content

Commit

Permalink
remove now unused rank
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jul 18, 2019
1 parent 281083d commit dfdbc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcepredict
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if __name__ == "__main__":
print(f"\tNormalizing ({normalization})")
su.normalize(method=normalization, threads=THREADS)
print("\tComputing Bray-Curtis distance")
su.compute_distance(rank=tax_rank)
su.compute_distance()
print(
f"\tPerforming MDS embedding in {DIM} dimension{utils.plural(DIM)}")
su.embed(n_comp=DIM, seed=SEED, out_csv=EMBED_CSV)
Expand Down

0 comments on commit dfdbc14

Please sign in to comment.