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

Fix trials and training extraction #911

Open
3 of 4 tasks
mayofaulkner opened this issue Jan 20, 2025 · 0 comments
Open
3 of 4 tasks

Fix trials and training extraction #911

mayofaulkner opened this issue Jan 20, 2025 · 0 comments
Assignees

Comments

@mayofaulkner
Copy link
Contributor

mayofaulkner commented Jan 20, 2025

Samuel reported error that training status was not updated. This is related to ChoiceWorldTrialsNidq erroring due to following error

TypeError: criterion_delay() missing 1 required positional argument: 'n_ephys'

Steps

  • Fix bug (see commit)
  • Release ibllib
  • Extract trials that errored
  • Remove canary branch from flofer and whiterussian once ibllib merged
from jobs.models import Task
t = Task.objects.filter(log__icontains="missing 1 required positional argument: 'n_ephys'")
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

No branches or pull requests

1 participant