-
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
Comparer further refactoring #179
Conversation
self.data = matched_data | ||
self.raw_mod_data = raw_mod_data | ||
self.raw_mod_data = ( |
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.
Shouldn't raw_mod_data be None if not provided?
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.
None shall pass!
@@ -479,6 +479,20 @@ def __init__( | |||
if not df.index.is_unique: | |||
df.index = make_unique_index(df.index, offset_duplicates=offset_duplicates) | |||
|
|||
# TODO is this needed elsewhere? |
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.
x_item and y_item should be parsed (and renamed) in the same way for track modelresults and track observations. But not necessarily the task of this PR.
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 good. See comments. Feel free to merge if you like :-)
And data without a kind attribute are auxilliary variables.