-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(SummaryStatistics): fix in sanity_filter #623
Conversation
@project-defiant could you please have a look on it? for some reason, it dosen't work in my hands and fails "make test" |
@addramir it should be ready to run |
@project-defiant I made small changes in sanity filter function and test. Please have a look. If you agree - you can approve it. |
None, | ||
0.4671, | ||
), | ||
] | ||
input_df = spark.createDataFrame(data=data, schema=SummaryStatistics.get_schema()) | ||
input_df.printSchema() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this one, good catch
@addramir all good for merge |
* fix(SummaryStatistics): fix in sanity_filter * fix: adding prune of inf values * fix(dataset): removal of inf values from beta and stderr * fix: fix in test and sanity filter --------- Co-authored-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk> Co-authored-by: Szymon Szyszkowski <69353402+project-defiant@users.noreply.github.com>
This reverts commit cf0d7b9.
β¨ Context
This PR adds filtering by inf in summary statistics.
π What does this PR implement
π Missing
π¦ Before submitting
dev
branch?make test
)?poetry run pre-commit run --all-files
)?