Skip to content

Commit

Permalink
correcting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgmedina95 committed Jul 2, 2024
1 parent bc9c3a3 commit 86ac0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_analysis/test_secondary_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_dssp_codes(compute_dssp_simple, compute_dssp):
assert nl_simple == {"H": "helix", "E": "strand", "C": "coil", "NA": "not assigned"}

dssp_codes = compute_dssp._dssp_codes()
assert dssp_codes == ["H", "B", "E", "G", "I", "T", "S", " ", "NA"]
assert dssp_codes == ["H", "B", "E", "G", "I", "T", "S", " "]

nl = compute_dssp._dssp_natural_language()
assert nl == {
Expand Down

0 comments on commit 86ac0ae

Please sign in to comment.