Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix the bug: should be dict, not set
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos Baakman committed Dec 11, 2023
1 parent 9939e03 commit e92d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank/domain/amino_acid.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
threonine, tryptophan, tyrosine, valine]

amino_acids_by_code = {
amino_acid.code
amino_acid.code: amino_acid
for amino_acid in amino_acids
}

0 comments on commit e92d601

Please sign in to comment.