Skip to content

Commit

Permalink
Merge branch 'xg1_l2g_intervals' of https://github.com/opentargets/ge…
Browse files Browse the repository at this point in the history
…ntropy into xg1_l2g_intervals
  • Loading branch information
xyg123 committed Dec 11, 2024
2 parents 6ac2d12 + 0e23427 commit b1b2aa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/gentropy/dataset/test_l2g_feature_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from __future__ import annotations

from typing import TYPE_CHECKING

import pyspark.sql.functions as f
import pytest
Expand Down Expand Up @@ -34,7 +33,6 @@ def test_select_features_inheritance(
spark: SparkSession, mock_l2g_feature_matrix: L2GFeatureMatrix
) -> None:
"""Test L2GFeatureMatrix.select_features method inherits the instance attributes in the new instance."""

new_instance = mock_l2g_feature_matrix.select_features(
features_list=["distanceTssMean"]
)
Expand Down

0 comments on commit b1b2aa5

Please sign in to comment.