-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bugfix/jh/spy create analysis search query fix #39
Bugfix/jh/spy create analysis search query fix #39
Conversation
@@ -37,7 +38,7 @@ def create_lagged_signals(signal_ids, signal_names, workbook_id, time_shifts, ti | |||
lagged_signals.extend([signalId, r.data_id]) | |||
else: | |||
lagged_signals.append(r.data_id) | |||
|
|||
print(lagged_signals) |
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.
Did you intend to remove the print statement?
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.
removed, thanks!
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.
See comment above. tests seem to be passing.
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.
Noted: change requested from Ashwin.
spy update moved functions used by pytests, function restored with old code copied from previous spy version directly