Skip to content

Commit

Permalink
fix l2g_feature_matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xyg123 committed Dec 11, 2024
1 parent 921c820 commit 6ac2d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/gentropy/dataset/test_l2g_feature_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
from gentropy.dataset.study_locus import StudyLocus
from gentropy.method.l2g.feature_factory import L2GFeatureInputLoader

if TYPE_CHECKING:
from pyspark.sql import SparkSession


def test_select_features_inheritance(
spark: SparkSession, mock_l2g_feature_matrix: L2GFeatureMatrix
Expand Down

0 comments on commit 6ac2d12

Please sign in to comment.