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

Add on-the-fly predictor_event creation for extracted events #706

Closed
adelavega opened this issue Dec 16, 2019 · 0 comments · Fixed by #720
Closed

Add on-the-fly predictor_event creation for extracted events #706

adelavega opened this issue Dec 16, 2019 · 0 comments · Fixed by #720

Comments

@adelavega
Copy link
Collaborator

Recently, we changed PredictorEvents to only contain information for non-extracted Predictors, to prevent duplication for events in ExtractedEvents. For extracted Predictors, the timecourse is created on the fly in report or compile Celery tasks.

But for power users in pyns, there is currently no way to get the timecourse of the variables for extracted predictors.

We can add the logic used in report or compile to /api/predictor_events route for extracted predictors, and test if its performant enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant