Skip to content

Commit

Permalink
some codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
apchytr committed Oct 7, 2024
1 parent fabf1d8 commit e2012c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/test_physics/test_representations/test_bargmann.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

"""This module contains tests for ``Representation`` objects."""

# pylint: disable = too-many-public-methods

from unittest.mock import patch

import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions tests/test_physics/test_representations/test_fock.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

"""This module contains tests for ``Representation`` objects."""

# pylint: disable = missing-function-docstring

from unittest.mock import patch

import numpy as np
Expand All @@ -27,8 +29,6 @@
# original settings
autocutoff_max0 = settings.AUTOCUTOFF_MAX_CUTOFF

# pylint: disable = missing-function-docstring


class TestFockRepresentation: # pylint:disable=too-many-public-methods
r"""Tests the Fock Representation."""
Expand Down

0 comments on commit e2012c0

Please sign in to comment.