Skip to content

Commit

Permalink
chore: successful run, remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Feb 13, 2025
1 parent d45acea commit 7b826a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gentropy/l2g.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__(
# Load common inputs
self.credible_set = StudyLocus.from_parquet(
session, credible_set_path, recursiveFileLookup=True
).filter(f.col("studyLocusId") == "2089b267ff0a27715af4b75d81abd834")
)
self.feature_matrix = L2GFeatureMatrix(
_df=session.load_data(feature_matrix_path),
)
Expand Down

0 comments on commit 7b826a4

Please sign in to comment.