Skip to content

Commit

Permalink
fix features centrosome
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Jul 24, 2020
1 parent b5d77a6 commit aba7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigfish/classification/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def features_centrosome(rna_coord_out_nuc, distance_centrosome,

# case where no mRNAs are detected outside nucleus
if len(rna_coord_out_nuc) == 0:
features = 1.
features = (1., 1.)
return features

rna_distance_cent = distance_centrosome[rna_coord_out_nuc[:, ndim - 2],
Expand Down

0 comments on commit aba7778

Please sign in to comment.