Skip to content

Commit

Permalink
removing unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hillsbury committed Nov 3, 2020
1 parent 4b07c15 commit df05b4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cytominer_eval/operations/percent_strong.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ def percent_strong(
replicate_df = similarity_melted_df.query("group_replicate")
denom = replicate_df.shape[0]

### HYT's addition, though i dont know if this will work
assert denom != 0, "no replicate groups identified in {rep} columns!".format(rep=replicate_groups)
assert denom != 0, "no replicate groups identified in {rep} columns!".format(
rep=replicate_groups
)

non_replicate_quantile = similarity_melted_df.query(
"not group_replicate"
Expand Down

0 comments on commit df05b4d

Please sign in to comment.