Skip to content
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

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

jameshiggie
Copy link
Collaborator

spy update moved functions used by pytests, function restored with old code copied from previous spy version directly

@@ -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)

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed, thanks!

Copy link

@anvenkat18 anvenkat18 left a 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.

Copy link

@NinaThornhill NinaThornhill left a 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.

@jameshiggie jameshiggie merged commit d329945 into develop Dec 22, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants