Skip to content

Commit

Permalink
fix: variant test config
Browse files Browse the repository at this point in the history
  • Loading branch information
DSuveges committed Nov 15, 2024
1 parent 6f2fd97 commit 606f689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/gentropy/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ def mock_variant_index(spark: SparkSession) -> VariantIndex:
"assessment", cast(rand() as string),
"score", rand(),
"assessmentFlag", cast(rand() as string),
"targetId", cast(rand() as string)
"targetId", cast(rand() as string),
"normalizedScore", cast(rand() as float)
)
)
""",
Expand Down

0 comments on commit 606f689

Please sign in to comment.