Remove redundant module docstrings from test files.

PiperOrigin-RevId: 812801763
Change-Id: I07864c53194bfbe9f12f8743b8c8776f70fb1119
This commit is contained in:
Akvile Zemgulyte
2025-09-29 08:36:27 -07:00
committed by Copybara-Service
parent 25102bf040
commit 8815b4657f
13 changed files with 0 additions and 21 deletions

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for protein."""
import os import os
from absl.testing import absltest from absl.testing import absltest

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for config classes."""
import dataclasses import dataclasses
from unittest import mock from unittest import mock

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for layer_stack."""
import functools import functools
from absl.testing import absltest from absl.testing import absltest
from absl.testing import parameterized from absl.testing import parameterized

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for lddt."""
from absl.testing import absltest from absl.testing import absltest
from absl.testing import parameterized from absl.testing import parameterized
from alphafold.model import lddt from alphafold.model import lddt

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for prng."""
from absl.testing import absltest from absl.testing import absltest
from alphafold.model import prng from alphafold.model import prng
import jax import jax

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for quat_affine."""
from absl import logging from absl import logging
from absl.testing import absltest from absl.testing import absltest
from alphafold.model import quat_affine from alphafold.model import quat_affine

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for protein_features."""
import uuid import uuid
from absl.testing import absltest from absl.testing import absltest

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for shape_helpers."""
from alphafold.model.tf import shape_helpers from alphafold.model.tf import shape_helpers
import numpy as np import numpy as np
import tensorflow.compat.v1 as tf import tensorflow.compat.v1 as tf

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for notebook_utils."""
import io import io
from unittest import mock from unittest import mock

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for amber_minimize."""
import os import os
from absl.testing import absltest from absl.testing import absltest

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for relax.cleanup."""
import io import io
from absl.testing import absltest from absl.testing import absltest

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for relax."""
import os import os
from absl.testing import absltest from absl.testing import absltest

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tests for utils."""
import os import os
from absl.testing import absltest from absl.testing import absltest