We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fb071 commit 697cc5dCopy full SHA for 697cc5d
1 file changed
tests/unit/CodeEntropy/levels/test_search.py
@@ -205,7 +205,7 @@ def test_get_grid_neighbors_uses_residue_search_for_non_united_atom():
205
206
search_result = MagicMock()
207
final_neighbors = MagicMock()
208
- final_neighbors.fragindices = np.array([7, 8, 9])
+ final_neighbors.atoms.fragindices = np.array([7, 8, 9])
209
210
search_result.__sub__.return_value = final_neighbors
211
0 commit comments