Skip to content

Commit fe089bd

Browse files
committed
fixing comments within the testing files
1 parent 83d827d commit fe089bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_CodeEntropy/test_group_molecules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def test_by_molecules_groups_by_chemical_type(self):
5151
"""
5252
mock_universe = MagicMock()
5353

54-
# Use numpy arrays for .names to allow numpy-like comparison
5554
fragment0 = MagicMock()
5655
fragment0.names = np.array(["H", "O", "H"])
5756
fragment1 = MagicMock()

0 commit comments

Comments
 (0)