Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Nov 22, 2023
1 parent 7409098 commit 362372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyply/tests/test_fragment_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def test_extract_fragments(smiles, resnames, remove, uni_frags):
match_mols.append(frag)

frag_finder = polyply.src.fragment_finder.FragmentFinder(molecule, "ter")
fragments = frag_finder.extract_unique_fragments(match_mols)
fragments, _ = frag_finder.extract_unique_fragments(match_mols)
assert len(fragments) == len(uni_frags)
for resname, graph in fragments.items():
frag_finder.match_keys = ['element', 'mass', 'resname']
Expand Down

0 comments on commit 362372e

Please sign in to comment.