-
Notifications
You must be signed in to change notification settings - Fork 3
Minor refactoring of KS test. #41
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #41 +/- ##
==========================================
- Coverage 93.75% 89.72% -4.04%
==========================================
Files 15 15
Lines 1586 1577 -9
==========================================
- Hits 1487 1415 -72
- Misses 99 162 +63
Continue to review full report at Codecov.
|
table1_selection = f"({table1_selection})" | ||
table2_selection = f"({table2_selection})" | ||
# For mssql: "tempdb.dbo".table_name -> tempdb.dbo.table_name | ||
table1_str = str(ref1.data_source.get_clause(engine)).replace('"', "") |
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.
Nice, didn't know you'd get the clean table name incl. parentheses (...)
this way. Very clean!
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.
Looks very good to me! 🎉
Thanks for the clean-up.
KolmogorovSmirnov2Sample
:Condition
s are ignored #42