Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
addramir committed Nov 5, 2024
1 parent 1a8472c commit 2837ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gentropy/dataset/test_l2g_feature_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_fill_na(spark: SparkSession) -> None:
"geneId": "gene3",
"proteinGeneCount500kb": 3.5,
"geneCount500kb": 9.0,
"isProteinCoding": 1.0,
"isProteinCoding": 0.0,
"anotherFeature": 0.0,
},
],
Expand Down

0 comments on commit 2837ab6

Please sign in to comment.