Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Oct 10, 2023
1 parent ce25873 commit 289d976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend_celery/webapp/io/download_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ def get_possible_classes_enigma_brca1(class_counts):
if class_counts['bm'] == 1 and class_counts['bp'] >= 1: # 1
possible_classes.add(2)

print(class_counts)
print(possible_classes)
#print(class_counts)
#print(possible_classes)

return possible_classes

Expand Down

0 comments on commit 289d976

Please sign in to comment.