We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f1b81 commit b4b6553Copy full SHA for b4b6553
1 file changed
tests/test_CodeEntropy/test_levels.py
@@ -264,7 +264,6 @@ def test_compute_dihedral_conformations_no_dihedrals(self):
264
"""
265
level_manager = LevelManager()
266
267
- # Mock get_dihedrals to return an empty list
268
level_manager.get_dihedrals = MagicMock(return_value=[])
269
270
selector = MagicMock()
@@ -280,7 +279,6 @@ def test_compute_dihedral_conformations_no_dihedrals(self):
280
279
ce=MagicMock(),
281
)
282
283
- # Match current behavior: returns only states (empty list)
284
self.assertEqual(result, [])
285
286
def test_get_beads_polymer_level(self):
0 commit comments