-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pipeline #22
base: master
Are you sure you want to change the base?
Pipeline #22
Conversation
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.
This looks good in general, but I would like to discuss it in our next meeting before we merge it.
fp/utils.py
Outdated
@@ -0,0 +1,43 @@ | |||
import pandas as pd | |||
|
|||
def filter_optimal_results_skyline_order(_df, _order_list): |
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.
why is this code in this PR? This belongs to the skyline PR, right?
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.
Fixed by deleting it. This file should be deleted for the refactored code.
Add decomposed constructors for each step.