Skip to content

Commit

Permalink
linitng
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenSiegWork committed Nov 15, 2024
1 parent c5214e6 commit 05e041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elements/test_mol2any/test_mol2concatenated.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_n_features(self) -> None:
net_charge_elem[1].n_features + 16 + physchem_elem[1].n_features,
)

def test_features_names(self) -> None: # pylint: disable=too-many-arguments
def test_features_names(self) -> None: # pylint: disable-msg=too-many-locals
"""Test getting the names of features in the concatenated vector."""

physchem_elem = (
Expand Down

0 comments on commit 05e041e

Please sign in to comment.