Skip to content

Commit

Permalink
fix: change studyLocusId to string in remaining files
Browse files Browse the repository at this point in the history
  • Loading branch information
vivienho committed Sep 24, 2024
1 parent 1dec962 commit bcae23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gentropy/dataset/test_study_locus.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def _setup(self: TestStudyLocusWindowClumping, spark: SparkSession) -> None:
).withColumns(
{
"studyLocusId": f.monotonically_increasing_id().cast(
t.LongType()
t.StringType()
),
"pValueMantissa": f.lit(1).cast(t.FloatType()),
"variantId": f.concat(
Expand Down

0 comments on commit bcae23d

Please sign in to comment.