Skip to content

Commit b4b6553

Browse files
committed
tidy up comments within the unit tests
1 parent 89f1b81 commit b4b6553

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_CodeEntropy/test_levels.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ def test_compute_dihedral_conformations_no_dihedrals(self):
264264
"""
265265
level_manager = LevelManager()
266266

267-
# Mock get_dihedrals to return an empty list
268267
level_manager.get_dihedrals = MagicMock(return_value=[])
269268

270269
selector = MagicMock()
@@ -280,7 +279,6 @@ def test_compute_dihedral_conformations_no_dihedrals(self):
280279
ce=MagicMock(),
281280
)
282281

283-
# Match current behavior: returns only states (empty list)
284282
self.assertEqual(result, [])
285283

286284
def test_get_beads_polymer_level(self):

0 commit comments

Comments
 (0)